用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Zafer-Liu/Data-Analysis-Agent --skill chart命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | chart |
| description | 根据当前数据选择并生成合适的业务图表(visualization 可视化) |
| icon | 📊 |
| allowedTools | ["get_schema","query_data","select_chart","generate_chart"] |
先检查字段、口径和数据量,再查询绘图所需的最小数据集。根据比较、趋势、分布、关系或构成目标选择图形;标题、坐标轴和单位必须明确。若用户未指定图形,说明选择理由并生成最合适的一种。
get_schema to inspect available tables and fields.query_data to verify the minimum data needed for the chart and avoid guessing column names.select_chart when the user intent does not already determine a chart type.generate_chart with the selected chart id and explicit field mapping.agent/tools/business/data.py::_tool_select_chart, agent/tools/business/data.py::_tool_generate_chartFunction/Charts_generation/chart_generate.pyFunction/Charts_generation/charts/