Install
openclaw skills install @voronindenis5/dashboard-generatorTransform JSON or CSV data into stunning interactive HTML dashboards with auto-detected charts, KPI cards, and dark glass-morphism design. Generates complete standalone HTML with Chart.js.
openclaw skills install @voronindenis5/dashboard-generatorTurn any JSON or CSV data into a beautiful, interactive HTML dashboard in seconds. No frontend skills required — the script auto-detects data types and picks the best chart types for you.
# From JSON file
python scripts/dashboard_gen.py generate data.json --title "Sales Q3" --output dashboard.html
# From CSV file
python scripts/dashboard_gen.py csv sales.csv --title "Revenue" --output revenue.html
# From stdin (pipe API responses)
cat api_response.json | python scripts/dashboard_gen.py --title "Server Metrics"
# With custom palette
python scripts/dashboard_gen.py generate data.json --palette ocean --title "Analytics"
A standalone HTML file with:
aurora (default purple/teal), ocean (blues), sunset (warm), forest (greens), neon (cyberpunk)
--flatten flag.--top 10.