📦 analysis-report — 生成数据分析报告

v1.0.0

编排并生成完整的数据分析报告。当用户需要一份结构化的分析报告(而非单个指标查询或单点分析)时,必须使用此 Skill。本 Skill 是编排层——它不包含分析逻辑,而是知道“一份好报告该有什么内容”,按报告模板依次调度能力层 Skill(metric-query、anomaly-detection、metric-forecast 等)完成数据获取、异常检测、趋势预测、可视化与解读,最终输出可直接交付的 PDF/HTML 报告。

0· 246·0 当前·0 累计
下载技能包
最后更新
2026/3/31
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
This skill is an orchestration/report‑templating layer that delegates actual data access and analysis to other capability skills and its declared requirements and instructions are consistent with that purpose.
评估建议
This skill is a template/orchestration layer and looks coherent. Before installing, consider: (1) the actual data access and sensitive operations will be performed by the downstream capability skills it calls (metric-query, anomaly-detection, metric-attribution, forecast-simulation). Ensure those skills and their required credentials are trusted and minimal. (2) The SKILL.md includes executable code snippets (report_context usage); verify your agent runtime sandbox and execution permissions if y...
详细分析 ▾
用途与能力
Name/description state this is a report orchestration layer and the SKILL.md only describes selecting templates, sequencing calls to capability-layer skills (metric-query, anomaly-detection, metric-attribution, forecast-simulation) and assembling narrative output. There are no unrelated env vars, binaries, or install steps required.
指令范围
Instructions focus on: understanding user intent, selecting a template, calling capability skills per report section, maintaining a report_context object, and presenting intermediate results. The SKILL.md does not direct reading unrelated files, accessing system config, or calling external endpoints beyond delegating to capability skills. It contains example Python snippets for context management (expected for orchestration), which is consistent with the stated orchestration role.
安装机制
No install spec or code files are present (instruction-only), so nothing is downloaded or written to disk. This is the lowest-risk install posture and matches the skill's nature.
凭证需求
The skill requests no environment variables, no credentials, and no config paths. That is proportional for an orchestration-only skill that does not itself access data sources.
持久化与权限
always is false and the skill is user-invocable with normal autonomous invocation allowed. The skill does not request persistent system presence or attempt to modify other skills or system-wide settings.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/31

analysis-report v1.0.0 - Initial release of the skill for orchestrating and generating complete, structured data analysis reports. - Provides a report "editor-in-chief" function: determines required report sections, dispatches metric-query, anomaly-detection, metric-attribution, forecast-simulation skills for each part, and weaves results into a logical narrative. - Clarifies use case boundaries: use this skill for comprehensive, multi-section reports; not for one-off metric queries or simple anomaly checks. - Implements transparent report structuring: presents report outlines for user confirmation, customizes content depth, and adapts to audience and frequency needs. - Ensures context handover between report sections via a shared `report_context`, supporting logical flow and coherence in the final report. - Outputs in Markdown by default, supporting conversion to docx/pptx/xlsx if requested.

无害

安装命令

点击复制
官方npx clawhub@latest install analysis-report
镜像加速npx clawhub@latest install analysis-report --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库