csv-workbench
Analyze CSV files in /mnt/data and return concise numeric summaries.
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
git clone https://github.com/openai/openai-agents-python /tmp/openai-agents-python && ln -s /tmp/openai-agents-python/examples/tools/skills/csv-workbench ~/.claude/skills/csv-workbench
From README
CSV Workbench Use this skill when the user asks for quick analysis of tabular data. Workflow Inspect the CSV schema first (head, python csv.DictReader, or both). Compute requested aggregates with a short Python script. Return concise results with concrete numbers and units when available. Constraints Prefer Python stdlib for portability. If data is missing or malformed, state assumptions clearly. Keep the final answer short and actionable.
More from this repo
openai-knowledge
Used when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API,...
code-change-verification
Used to run the mandatory verification stack when changes affect runtime code, tests, or build/test behavior in the...
credit-note-fixer
Used to fix the tiny credit-note formatting bug and rerun the exact targeted test command.