Auto Data Analysis Claw

v1.0.0

自动化财务与业务数据分析,深度挖掘数据价值,生成专业报表。激活场景:用户提供财务报表(利润表、资产负债表、现金流量表)、业务数据(销售数据、运营数据、客户数据、成本数据),或要求进行数据分析、数据挖掘、报表生成、KPI计算、趋势分析、差异分析、同比环比分析、多维分析、数据清洗。触发关键词:分析数据、财务分析、业务...

0· 79·0 current·0 all-time
byRicky@tujinsama
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included scripts and reference docs. The skill is a local data-analysis + report-generation tool; required libraries (pandas, numpy) are appropriate and no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md confines runtime actions to loading user-provided CSV/Excel files, cleaning, analysis, and generating reports via the included Python scripts. It does not instruct reading system-wide configs, environment secrets, or sending data to external endpoints.
Install Mechanism
No install spec or remote downloads; code is included in the package and runs locally. The only runtime dependency callouts (pandas, numpy) are reasonable for the task.
Credentials
No environment variables, credentials, or config paths are requested. The skill reads files supplied by the user (CSV/Excel/config JSON) — which is expected for this use case.
Persistence & Privilege
always is false; the skill does not request persistent system-wide privileges or modify other skills. It writes outputs only to user-specified paths.
Assessment
This skill appears to do what it says: run the included Python scripts on files you provide and produce reports. Before running, (1) ensure pandas/numpy are installed; (2) review the scripts if you have sensitive data — they will read any file path you give them and write outputs to the provided output path; (3) run it in a sandbox or with non-sensitive sample data first; (4) avoid supplying secrets or system config files as input. If you need networked uploads or automated remote reporting, verify the code explicitly adds no outbound network calls before relying on it.

Like a lobster shell, security has layers — review code before you run it.

latestvk97erqjaj63qjcexv808b52h3d83m114

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments