CSV 数据汇总器 banner
coffeefuelbump coffeefuelbump

CSV 数据汇总器

Git community intermediate

Description

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!

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

[-4F46E5?style=for-the-badge)](https://www.skool.com/ai-for-your-business) [](https://github.com/coffeefuelbump)

[](https://linktr.ee/corbin_brown) [](https://www.youtube.com/channel/UCJFMlSxcvlZg5yZUYJT0Pug/join)


📊 CSV Data Summarizer - Claude Skill

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!

[](https://github.com/coffeefuelbump/csv-data-summarizer-claude-skill) [](https://www.python.org/) [](LICENSE)

🚀 Features

  • 🤖 Intelligent & Adaptive - Automatically detects data type (sales, customer, financial, survey, etc.) and applies relevant analysis
  • 📈 Comprehensive Analysis - Generates statistics, correlations, distributions, and trends
  • 🎨 Auto Visualizations - Creates multiple charts based on what's in your data:
    • Time-series plots for date-based data
    • Correlation heatmaps for numeric relationships
    • Distribution histograms
    • Categorical breakdowns
  • ⚡ Proactive - No questions asked! Just upload CSV and get complete analysis immediately
  • 🔍 Data Quality Checks - Automatically detects and reports missing values
  • 📊 Multi-Industry Support - Adapts to e-commerce, healthcare, finance, operations, surveys, and more

📥 Quick Download

Get Started in 2 Steps

**1️⃣ Download the Skill** [](https://github.com/coffeefuelbump/csv-data-summarizer-claude-skill/raw/main/csv-data-summarizer.zip)

**2️⃣ Try the Demo Data** [](https://github.com/coffeefuelbump/csv-data-summarizer-claude-skill/raw/main/examples/showcase_financial_pl_data.csv)


📦 What's Included

csv-data-summarizer-claude-skill/
├── SKILL.md              # Claude Skill definition
├── analyze.py            # Comprehensive analysis engine
├── requirements.txt      # Python dependencies
├── examples/

...