用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Zafer-Liu/Data-Analysis-Agent --skill report命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | report |
| description | 规划结构化业务分析报告(report 报告生成) |
| icon | 📄 |
| allowedTools | ["get_schema","query_data","propose_report_outline"] |
基于真实数据形成目标、受众、结论、证据和建议结构,引用关键指标与表。先提交报告大纲供确认,不直接生成最终文件;确认后由受控输出流程执行。
get_schema to identify available source tables, metrics, dimensions, and artifacts.query_data only to validate the numbers and evidence needed for the outline.propose_report_outline to create the report structure. Do not export the final report in this skill turn.agent/tools/business/export.py::_tool_propose_report_outlineagent/tools/business/export.py::_tool_export_reportFunction/Output/report_export.py