Csv analyzer
Light-weight AI agent evaluation and optimization framework
npx -y skills add EntityProcess/agentv --skill csv-analyzerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 14 stars14 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when the user asks to analyze, summarize, or extract insights from CSV data or files
SKILL.md
0.5 KB, as published. Nobody here has run it
CSV Analyzer
Overview
Analyzes CSV data to extract insights, summaries, and statistics.
How to use
- Read the CSV file
- Parse the columns and rows
- Identify key metrics (totals, averages, top N entries)
- Present findings clearly
Example tasks
- "Find the top 5 months by revenue"
- "Which quarter had the most growth"
- "Summarize the sales data"