querying-analytics-db
Installation
SKILL.md
Querying Analytics DB
Overview
Use this skill for direct SQL inspection against the online analytics PostgreSQL database for data-analytics-platform. Run read-only SQL and keep result sets bounded.
Connection
Connection target defaults are built into scripts/analytics-sql:
| Setting | Value |
|---|---|
| host | pc-2zeh15g9z2r440cr8.rwlb.rds.aliyuncs.com |
| port | 5432 |
| database | data_label_platform_analytics |
Database credentials are not embedded in this skill. Apply for read-only access here: https://applink.feishu.cn/T98bU4gTRcRs
After access is granted, provide credentials at runtime through ANALYTICS_DB_USER and ANALYTICS_DB_PASSWORD, or let scripts/analytics-sql prompt for them.