用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Zafer-Liu/Data-Analysis-Agent --skill data命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | data |
| description | 查看数据结构、质量和可分析性(schema 数据概览 profiling) |
| icon | 🔍 |
| allowedTools | ["get_schema","get_table_detail","query_data","profile_data","generate_chart"] |
先获取 schema 和必要样本,报告表规模、字段类型、缺失、重复、异常、时间范围和关键分布。区分事实、风险与建议,指出可直接分析的字段及需要用户确认的口径。
get_schema first to inspect tables, fields, row counts, and source structure.get_table_detail when one table needs deeper field-level metadata.profile_data for data quality, missingness, type, and distribution diagnostics.query_data for small verification samples or targeted aggregates.generate_chart only when a compact diagnostic chart materially helps explain the data.agent/tools/business/data.pyFunction/Clean/data_profile.pyFunction/Charts_generation/chart_generate.py