
A Claude Skill that automatically analyzes uploaded CSV files — generating summary statistics, detecting missing data, and creating quick visualizations using Python and pandas.
·
A powerful Claude Skill that automatically analyzes CSV files and generates comprehensive insights with visualizations. Upload any CSV and get instant, intelligent analysis without being asked what you want!
1️⃣ Download the Skill
2️⃣ Try the Demo Data
csv-data-summarizer-claude-skill/
├── SKILL.md # Claude Skill definition
├── analyze.py # Comprehensive analysis engine
├── requirements.txt # Python dependencies
├── examples/
│ └── showcase_financial_pl_data.csv # Demo P&L financial dataset (15 months, 25 metrics)
└── resources/
├── sample.csv # Example dataset
└── README.md # Usage documentationNo prompting needed. No options to choose. Just instant, comprehensive insights!
csv-data-summarizer.zipgit clone [email protected]:coffeefuelbump/csv-data-summarizer-claude-skill.git
cd csv-data-summarizer-claude-skill
pip install -r requirements.txtThe included demo CSV contains 15 months of P&L data with:
Dependencies:
Visualizations Generated:
============================================================
📊 DATA OVERVIEW
============================================================
Rows: 100 | Columns: 15
📋 DATA TYPES:
• order_date: object
• total_revenue: float64
• customer_segment: object
...
🔍 DATA QUALITY:
✓ No missing values - dataset is complete!
📈 NUMERICAL ANALYSIS:
[Summary statistics for all numeric columns]
🔗 CORRELATIONS:
[Correlation matrix showing relationships]
📅 TIME SERIES ANALYSIS:
Date range: 2024-01-05 to 2024-04-11
Span: 97 days
📊 VISUALIZATIONS CREATED:
✓ correlation_heatmap.png
✓ time_series_analysis.png
✓ distributions.png
✓ categorical_distributions.pngContributions are welcome! Feel free to:
MIT License - feel free to use this skill for personal or commercial projects!
Built for the Claude Skills platform by Anthropic.
Made with ❤️ for the AI community
⭐ Star this repo if you find it useful!
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/skill/csv-data-summarizer to learn what the "CSV Data Summarizer" skill does and how to install it. Install it for my coding agent as documented on that page, then confirm the skill is available and summarize what it can do.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
git clone --depth 1 https://github.com/coffeefuelbump/csv-data-summarizer-claude-skill.git ~/.claude/skills/csv-data-summarizer
rm -rf ~/.claude/skills/csv-data-summarizer/.git~/.claude/skills/csv-data-summarizer
├── SKILL.md
├── .gitignore
├── analyze.py
├── csv-data-summarizer.zip
├── examples
├── requirements.txt
└── resourcesFor a single project, put the folder in .claude/skills inside the repo instead.
git clone --depth 1 https://github.com/coffeefuelbump/csv-data-summarizer-claude-skill.gitThis Skill analyzes CSV files and provides comprehensive summaries with statistical insights and visualizations.
Claude should use this Skill whenever the user:
DO NOT ASK THE USER WHAT THEY WANT TO DO WITH THE DATA. DO NOT OFFER OPTIONS OR CHOICES. DO NOT SAY "What would you like me to help you with?" DO NOT LIST POSSIBLE ANALYSES.
IMMEDIATELY AND AUTOMATICALLY:
THE USER WANTS A FULL ANALYSIS RIGHT AWAY - JUST DO IT.
The skill intelligently adapts to different data types and industries by inspecting the data first, then determining what analyses are most relevant.
Load and inspect the CSV file into pandas DataFrame
Identify data structure - column types, date columns, numeric columns, categories
Determine relevant analyses based on what's actually in the data:
Only create visualizations that make sense for the specific dataset:
Generate comprehensive output automatically including:
Present everything in one complete analysis - no follow-up questions
Example adaptations:
✅ CORRECT APPROACH - SAY THIS:
✅ DO:
❌ NEVER SAY THESE PHRASES:
❌ FORBIDDEN BEHAVIORS:
The Skill provides a Python function summarize_csv(file_path) that:
"Here's
sales_data.csv. Can you summarize this file?"
"Analyze this customer data CSV and show me trends."
"What insights can you find in
orders.csv?"
Dataset Overview
Summary Statistics
Insights
analyze.py - Core analysis logicrequirements.txt - Python dependenciesresources/sample.csv - Example dataset for testingresources/README.md - Additional documentationComprehensive open-source library of AI research and engineering skills for any AI model. Package th
No tagged releases on record.
Connect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "csv-data-summarizer" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
Give your agents the power of the Hugging Face ecosystem
Coding & Review
Agent Skills to help developers using AI agents with Supabase
Coding & Review
Comprehensive open-source library of AI research and engineering skills for any AI model. Package th
Data Processing
One email a week. New agents, MCP servers and skills, and what is actually getting traction.