Connect data sources and generate dashboard configs.
Build interactive analytics dashboards with KPI cards, charts, and data visualizations from any data source — CSV, JSON, API, or database.
claude skill install analytics-dash
# Create a dashboard from a CSV file
/analytics-dash create --data sales.csv --title "Sales Dashboard"
# Build a KPI dashboard from a JSON API
/analytics-dash create --source "https://api.example.com/metrics"
Analyzes your data structure to automatically suggest appropriate chart types and KPI metrics. Generates self-contained HTML dashboards using Chart.js or D3.js with responsive grid layouts. Includes interactive features like tooltips, legend toggles, and date range selectors without requiring a backend server.
Works with Claude Code, Codex, Gemini CLI, Cursor, Windsurf, and Aider.