jpeng-data-analyzer

Data analysis and visualization skill. Supports CSV, Excel, JSON data with statistical analysis, charts, and reports.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "jpeng-data-analyzer" with this command: npx skills add jpengcheng523-netizen/jpeng-data-analyzer

Data Analyzer

Analyze datasets and generate visualizations with statistical insights.

When to Use

  • User wants to analyze a dataset
  • Generate charts and visualizations
  • Statistical analysis and summaries
  • Data cleaning and transformation

Features

  • Data formats: CSV, Excel, JSON, Parquet
  • Statistics: Mean, median, std dev, correlations
  • Visualizations: Bar, line, pie, scatter, heatmap
  • Reports: Auto-generated analysis reports

Usage

Quick analysis

python3 scripts/analyze.py \
  --input ./data.csv \
  --output ./report/

Generate specific chart

python3 scripts/analyze.py \
  --input ./data.csv \
  --chart bar \
  --x "category" \
  --y "sales" \
  --output ./chart.png

Statistical summary

python3 scripts/analyze.py \
  --input ./data.csv \
  --stats \
  --columns "age,income,score"

Correlation analysis

python3 scripts/analyze.py \
  --input ./data.csv \
  --correlation \
  --output ./correlation_matrix.png

Data transformation

python3 scripts/analyze.py \
  --input ./data.csv \
  --transform "normalize" \
  --columns "price,quantity" \
  --output ./normalized.csv

Output

{
  "success": true,
  "rows": 1000,
  "columns": 10,
  "stats": {
    "mean": {"age": 35.2, "income": 55000},
    "std": {"age": 12.3, "income": 15000}
  },
  "charts": ["./chart1.png", "./chart2.png"],
  "report": "./report.html"
}

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

CSV Data Analyzer

Load, explore, clean, analyze, and visualize CSV data to provide statistical summaries, correlations, filtered views, and charts for insights.

Registry Source
8920Profile unavailable
Automation

pipintama-charts

Create, fetch, share, or update hosted Pipintama Charts through the MCP server. Use when a user needs a line, bar, pie, or radar chart from text or structure...

Registry SourceRecently Updated
820Profile unavailable
Research

Scan

The Universal Perceptual Interface for Autonomous Agents. Multi-modal deep-scan technology for telemetry, biometric data, and high-density information extrac...

Registry SourceRecently Updated
3560Profile unavailable
Research

Data Intelligence

综合数据智能平台 - 整合 Apify 云端爬虫、PinchTab 浏览器自动化、内容分析与数据工作流。支持 55+ 平台的网络爬虫、线索生成、电商情报、竞品分析、趋势研究,以及浏览器自动化测试和数据提取。

Registry SourceRecently Updated
3381Profile unavailable