csv-workbench Skill
Analyze CSV files in /mnt/data and return concise numeric summaries. Published by openai in openai-agents-python.
What is csv-workbench Skill?
Analyze CSV files in /mnt/data and return concise numeric summaries. Published by openai in openai-agents-python. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use csv-workbench Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/openai-agents-python
- Skill file: examples/tools/skills/csv-workbench/SKILL.md
What it does
Analyze CSV files in /mnt/data and return concise numeric summaries.
Skill instructions
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.
Explore related resources
Frequently asked questions
What is csv-workbench?
csv-workbench is a open-source AI agent skill with Copy skill directory. Analyze CSV files in /mnt/data and return concise numeric summaries.
Who is csv-workbench best for?
csv-workbench is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install csv-workbench?
Install or run csv-workbench using Copy skill directory. Check csv-workbench for the latest setup command.
Is csv-workbench actively maintained?
csv-workbench may need a closer maintenance check before production use.
Auto-fetched from GitHub.