数据诊断
SkillAI & modelsLets your agent inspect data schemas, quality, and analysis readiness.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the 数据诊断 skill
About this capability
View data structure, quality, and analyzability (schema data overview profiling)
What this skill tells your AI
The instructions your AI receives, as published by zafer-liu/data-analysis-agent in skills/data/SKILL.md and read by ahel’s review.
先获取 schema 和必要样本,报告表规模、字段类型、缺失、重复、异常、时间范围和关键分布。区分事实、风险与建议,指出可直接分析的字段及需要用户确认的口径。
Tool routing
- Use
get_schemafirst to inspect tables, fields, row counts, and source structure. - Use
get_table_detailwhen one table needs deeper field-level metadata. - Use
profile_datafor data quality, missingness, type, and distribution diagnostics. - Use
query_datafor small verification samples or targeted aggregates. - Use
generate_chartonly when a compact diagnostic chart materially helps explain the data.
Implementation reference
- Data tool entries:
agent/tools/business/data.py - Profiling implementation:
Function/Clean/data_profile.py - Chart implementation:
Function/Charts_generation/chart_generate.py
Signals
- GitHub stars
- 3k
- Forks
- 221
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
data-zafer-liu- Source
- github.com/zafer-liu/data-analysis-agent