数据处理脚本生成器

v1.0.0

自动化生成数据处理脚本。根据用户提供的 Excel 模板 + ERP 导出数据,生成 Python 脚本自动处理数据并生成报表。 当用户说"帮我生成数据处理脚本"、"做一个自动处理数据的脚本"、"根据模板生成脚本"时使用此 skill。 也适用于用户已有 Excel 底板和导出数据,想要自动化处理流程的场景。

0· 41·0 current·0 all-time
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 (generate data-processing scripts from Excel+ERP exports) matches the SKILL.md: it requests sample files, mapping rules, paths and then generates Python scripts. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Instructions explicitly operate on files the user must provide (Excel templates, ERP export samples) and on user-confirmed filesystem paths; they do not instruct reading unrelated system files, environment variables, or exfiltrating data. Example hardcoded paths are present in the doc as examples — the skill asks the user to confirm/change them.
Install Mechanism
No install spec and no code files — instruction-only. This is lowest-risk for installation because nothing is downloaded or written by an installer.
Credentials
No environment variables, credentials, or config paths are required. The only requested inputs are user-supplied files and path conventions, which match the described functionality.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent or elevated agent-wide privileges. Autonomous invocation is allowed by platform default but not combined with other red flags.
Assessment
This skill is instruction-only and appears coherent, but before using it: (1) only supply the actual Excel/ERP sample files needed — review them for sensitive information or PII before sending; (2) review any generated Python code before running it (look for hardcoded paths, destructive file operations, or network calls); (3) run generated scripts in a safe environment (virtualenv or sandbox) and verify outputs on non-production data; (4) if you later want the script to run automatically against shared/network locations, consider what credentials or network access will be needed and manage them securely.

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

latestvk976bgw9wzp7zbfmycex23evy9843p40

License

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

Comments