图表分析
SkillAI & modelsLets your agent create business charts from your current data for visualization.
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
Selects and generates appropriate business charts based on the current data (visualization)
What this skill tells your AI
The instructions your AI receives, as published by zafer-liu/data-analysis-agent in skills/chart/SKILL.md and read by ahel’s review.
先检查字段、口径和数据量,再查询绘图所需的最小数据集。根据比较、趋势、分布、关系或构成目标选择图形;标题、坐标轴和单位必须明确。若用户未指定图形,说明选择理由并生成最合适的一种。
Tool routing
- Use
get_schemato inspect available tables and fields. - Use
query_datato verify the minimum data needed for the chart and avoid guessing column names. - Use
select_chartwhen the user intent does not already determine a chart type. - If
select_charthas no valid candidate, useask_userto clarify the visualization goal; do not callgenerate_chartdirectly. - Use
generate_chartwith the selected chart id and explicit field mapping.
Implementation reference
- Tool entries:
agent/tools/business/data.py::_tool_select_chart,agent/tools/business/data.py::_tool_generate_chart - Chart implementation:
Function/Charts_generation/chart_generate.py - Chart catalog:
Function/Charts_generation/charts/
Signals
- GitHub stars
- 3k
- Forks
- 221
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
chart-zafer-liu- Source
- github.com/zafer-liu/data-analysis-agent