CSV Data Pipeline

v1.0.0

Process, transform, analyze, and report on CSV and JSON data files. Use when the user needs to filter rows, join datasets, compute aggregates, convert formats, deduplicate, or generate summary reports from tabular data. Works with any CSV, TSV, or JSON Lines file.

2· 4.8k·35 current·35 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description (CSV/JSON processing) align with the instructions, which rely on standard shell tools and Python. The declared required binaries (python3 or python) are appropriate. One declared binary option, "uv", is unusual for this purpose and is not referenced in the SKILL.md examples — likely harmless but unexplained.
Instruction Scope
SKILL.md contains concrete, scoped commands and Python examples that operate on local files (e.g., data.csv, orders.csv). It does not instruct reading unrelated system configs, environment variables, or sending data to external endpoints. The agent will run local shell commands and Python file I/O as expected for the stated tasks.
Install Mechanism
No install spec and no code files — instruction-only — so nothing is written to disk by the skill itself. This is the lowest-risk pattern and matches the skill's nature.
Credentials
The skill requests no environment variables or credentials. The only platform requirement is presence of Python (python3/python). The extra 'uv' binary listed is not justified by the instructions and appears extraneous.
Persistence & Privilege
always:false and no install or configuration changes. The skill does not request persistent presence or elevated privileges and does not modify other skills or global agent settings.
Assessment
This skill is instruction-only and appears to do what it says: run local shell commands and Python scripts to process CSV/JSON files. Before using it: (1) ensure you run commands only on files you trust (malformed or specially crafted CSV data can cause errors or unexpected parsing); (2) review and test the provided shell/Python snippets in a safe environment — shell commands (awk, sort, cut) assume simple CSVs and can mishandle quoted fields; (3) note the odd "uv" binary listed in requirements — it's not used in the examples and can be ignored or asked about; (4) because the skill runs local commands and file I/O, avoid giving it access to sensitive files or directories. If you want the agent to run these steps autonomously, be aware the agent can execute them (disable-model-invocation is false) — limit invocation scope if you are concerned about automated runs.

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

latestvk97bsfc1q6hsz3d7n0twrffdqx80fyk6

License

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

Runtime requirements

📊 Clawdis
OSLinux · macOS · Windows
Any binpython3, python, uv

Comments