Agent skill
process-open-data
Read the csv open data file and process to know the first 5 items by cost. Use when the user need to process the file and get the first 5 items
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/process-open-data
SKILL.md
Process open data
Instructions
When the user ask to read the open data file, read the file path send and process with the script. The result of the script must be processed by the LLM to generate a report with the template.
Example
The user ask:
text
please give me the result of the open data in @file/path
You have to process the file path send like this:
bash
go run scripts/main.go @file/path
The result of the script should be processed with the template templates/template.txt
Didn't find tool you were looking for?