skills/analyze-data/SKILL.md
Instant data science insights for CSV and JSON files with statistical summaries, quality audits, and trend detection
npx skillsauth add hasna/skills analyze-dataInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Instant data science insights for your CSV and JSON files. Automatically generates comprehensive reports including statistical summaries, data quality audits, correlation matrices, and trend detection without sending your data to external APIs.
This is a CLI skill. It requires the
skillsCLI to execute. Install it withnpm install -g @hasna/skills, then run the commands below.
skills run analyze-data -- <file-path> [options]
| Option | Description | Default |
| --------------- | ------------------------------------------------------------ | -------------------- |
| --format | Output format: markdown, json, or html | markdown |
| --output | Save report to file path | (prints to console) |
| --correlations| Calculate correlation matrix for numeric columns | false |
| --outliers | Detect and report outliers using IQR method | false |
| --trends | Analyze trends if time-series data is detected | false |
| --sample | Analyze only the first N rows (for large files) | (all rows) |
| --percentiles | Custom percentiles to calculate (comma-separated) | 25,50,75,90,95 |
| --verbose | Show detailed processing logs | false |
# Analyze a CSV file and print report to console
skills run analyze-data -- sales-data.csv
# Full analysis with correlations, outliers, and HTML report
skills run analyze-data -- dataset.csv \
--correlations \
--outliers \
--format html \
--output report.html
# Quickly analyze the first 10,000 rows of a large dataset
skills run analyze-data -- huge-log-file.json \
--sample 10000 \
--verbose
# Generate JSON stats for downstream processing
skills run analyze-data -- metrics.json \
--format json \
--output analysis.json
--sample for best performance.tools
Generate hosted voiceover variants and short jingles
tools
Generate premium video highlight packages with clip plans, captions, thumbnails, chapter markers, social copy, edit decisions, and manifest metadata.
testing
Generate high-quality articles using parallel AI agents. Supports research, writing, and optional cover image generation. Write single articles or batch process multiple topics with configurable parallelism.
testing
Generate videos using OpenAI Sora, Minimax Hailuo, Gemini Veo, or Seedance through the hosted Skills runtime with provider-cost pricing.