csv-workbench

star 27.2k

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

openai By openai schedule Updated 2/11/2026

name: csv-workbench description: Analyze CSV files in /mnt/data and return concise numeric summaries.

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.
Install via CLI
npx skills add https://github.com/openai/openai-agents-python --skill csv-workbench
Repository Details
star Stars 27,205
call_split Forks 4,196
navigation Branch main
article Path SKILL.md
More from Creator