csv-workbench
- Repo stars 26,887
- Author repo openai-agents-python
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.
- Fluxly category
- Data
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @openai · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Python
- Detected file/system behavior
-
- Read-only
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. 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.
# 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. Evidence boundary and execution chain
Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Workflow → Constraints
terms -> Use this skill when the user asks for quick analysis of tabular data. · 1. Inspect the CSV schema first (head, python csv.DictReader, or both). · - Prefer Python stdlib for portability.
files/cmd -> head · python csv.DictReader
body sha256 -> 9681167ba4dd
Decide Fit First
Design Intent
How To Use It
Boundaries And Review