csv-workbench
작성자: openai
/mnt/data에 있는 CSV 파일을 분석하고 간결한 숫자 요약을 반환합니다.
npx skills add https://github.com/openai/openai-agents-python --skill csv-workbenchCSV 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.