Aloudata CAN SKILLS - analysis-report
v1.0.0编排并生成完整的数据分析报告。当用户需要一份结构化的分析报告(而非单个指标查询或单点分析)时,必须使用此 Skill。本 Skill 是编排层——它不包含分析逻辑,而是知道"一份好报告该有什么内容",按报告模板依次调度能力层 Skill(metric-query、anomaly-detection、metric-...
⭐ 0· 140·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
Assessment
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 you are concerned about executing code blocks. (3) The skill will present intermediate results as it runs — if your reports include sensitive data, review who can see those intermediate outputs. If you want stronger assurance, inspect the implementations of the capability-layer skills this orchestration skill will call.Like a lobster shell, security has layers — review code before you run it.
latestvk975884kakwaavywb2qa7qa0x983ytkv
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
