csv-analyzer
by Kevin Cline
Automate data profiling with type detection, statistical analysis, and quality flags saved to a Markdown report.
- Generate comprehensive data quality reports for new datasets automatically.
- Detect outliers and missing value clusters before training ML models.
- Identify redundant columns using Pearson correlation analysis.
Secure checkout via Stripe
Included in download
- Generate comprehensive data quality reports for new datasets automatically.
- Detect outliers and missing value clusters before training ML models.
- terminal automation included
- Includes example output and usage patterns
See it in action
A real example of what this skill takes in and produces.
Sample output
CSV Analysis: sales_data.csv (12,500 rows) Top findings:
- 3 columns with HIGH_MISSING data (>25% nulls)
- 124 outliers detected in 'unit_price'
- Strong correlation (r=0.92) between 'subtotal' and 'tax' Full report saved to ./CSV_REPORT.md with 5 cleanup recommendations.
csv-analyzer
by Kevin Cline
Automate data profiling with type detection, statistical analysis, and quality flags saved to a Markdown report.
Secure checkout via Stripe
Included in download
- Generate comprehensive data quality reports for new datasets automatically.
- Detect outliers and missing value clusters before training ML models.
- terminal automation included
- Includes example output and usage patterns
- Instant install
See it in action
A real example of what this skill takes in and produces.
Sample output
CSV Analysis: sales_data.csv (12,500 rows) Top findings:
- 3 columns with HIGH_MISSING data (>25% nulls)
- 124 outliers detected in 'unit_price'
- Strong correlation (r=0.92) between 'subtotal' and 'tax' Full report saved to ./CSV_REPORT.md with 5 cleanup recommendations.
About This Skill
Deep Data Quality Profiling for CSVs
The CSV Analyzer is a specialized skill designed to automate the initial 80% of data science and engineering workflows: understanding the shape, quality, and hidden patterns of a dataset. Instead of manually writing repetitive pandas or SQL scripts to check for nulls and outliers, this skill performs an exhaustive audit of any CSV file in seconds.
What it does
- Smart Type Detection: Goes beyond basic strings/ints to identify emails, URLs, UUIDs, dates, and categorical data.
- Statistical Deep-Dive: Calculates distributions, IQR-based outliers, and skewness for numeric data, alongside high-cardinality analysis for text.
- Data Quality Auditing: Flags mixed types, constant columns, leading/trailing whitespace, and near-duplicate columns.
- Relationship Mapping: Identifies strong Pearson correlations between numeric features to surface potential redundancies.
Why use this skill?
While a standard LLM can look at a few rows of data, it cannot accurately calculate statistics or scan 10,000+ rows for anomalies without help. This skill leverages Bash and file-system tools to process large datasets reliably, generating a structured CSV_REPORT.md that serves as a permanent documentation artifact for your project. The output provides actionable recommendations for data cleaning (imputation, deduplication, etc.) that you can hand off to your agent or a data team.
Use Cases
- Generate comprehensive data quality reports for new datasets automatically.
- Detect outliers and missing value clusters before training ML models.
- Identify redundant columns using Pearson correlation analysis.
- Surface data integrity issues like mixed types or hidden whitespace.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/csv-analyzer | tar xz -C ~/.claude/skills/Free skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Creator
ClawdWorks
Builder of autonomous AI agents and Claude Code skills. ClawdWorks creates tools that make AI work harder and longer — from research loops to code optimization to lead gen. Powered by Claude Opus 4.6 + Codex 5.4.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
skill-router-2
Automatically detect, load, and stack the perfect skills combo for any user request.
cinematic-sites
Turn any basic business URL into a high-end cinematic landing page with AI-generated 4K assets and GSAP animations.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
consumer-motivation-analyzer
Go beyond surface-level feedback to uncover the psychological drivers and hidden motivations behind buyer behavior.