Sql analysis
Skill zhangtao272820/AI_Agent/DB_Agent/.trae/skills/sql_analysis
开源多智能体矩阵:Manager 总管调度 RAG、DB、Code、Extractor、Lobster、Music、Video 等子 Agent。Nuxt · FastAPI · Playwright · pgvector · Compose,企业级参考实现。
npx -y skills add zhangtao272820/AI_Agent --skill sql_analysisAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 15 days oldThe repository was created 15 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
通过 SQL Agent 与 MCP 工具做统计分析与复杂查询。当用户问分布/趋势/汇总或需要多步推理时调用。
SKILL.md
1.0 KB, 315 tokens by cl100k_base, as published. Nobody here has run it
SQL 分析(sql_analysis)
适用场景
- 统计/分布/趋势:年龄分布、地区分布、人群分类占比、按月趋势等。
- 复杂查询:需要多表关联、分组汇总、条件组合、异常点分析等。
- 业务数据分析:实训室/设备/测量记录/上报接收时间等需要结合业务字段理解的问题。
行为规范
- 优先使用工具链(Schema 检索/样例/安全查询/MCP tools)确认表与字段后再查询。
- 默认尽量返回完整且有用的信息;当用户指定字段时再收敛输出范围。
- 最终回复不输出 SQL,不暴露数据库表名/库名,不返回任何 ID/编号字段;必要时对敏感信息脱敏。
示例问题
- “老人的年龄分布”
- “地区分布和近 6 个月趋势”
- “按人群分类统计 Top 10”
- “统计最近一周足底测量的异常情况,并给出汇总”
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.