csv-workbench

Analyze CSV files in /mnt/data and return concise numeric summaries.

Install
npx skills add 'https://github.com/openai/openai-agents-python/tree/main/examples/tools/skills/csv-workbench'
Download bundle ↓
main · 1d17ca4Scanned 2026-09-17

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗

SKILL.md

SKILL.mdBrowse 2 files
View on GitHub

CSV Workbench

Use this skill when the user asks for quick analysis of tabular data.

Workflow

  1. Inspect the CSV schema first (head, python csv.DictReader, or both).
  2. Compute requested aggregates with a short Python script.
  3. 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.
Discovery context

Discovered by repository scan. No exact path reference found in the snapshot’s root AGENTS.md.