Create shareable interactive HTML dashboards with charts, filters, and tables.
The materials indicate this is essentially an open-source prompt-only skill for generating a self-contained HTML dashboard viewable in a browser. No keys, remote endpoints, or local execution capabilities are declared, so overall risk is low, though embedded source data in the output HTML should be reviewed if real datasets are used.
The materials explicitly state that no keys or environment variables are required, and the README does not request API tokens, credentials, or external service authentication, so no clear credential leakage or abuse surface is evident.
No remote endpoints are declared; the description emphasizes a “self-contained” HTML file with “no server or dependencies required,” so the materials do not show a default path for data egress.
The system flags it as prompt-only, and the documentation only describes generating an HTML dashboard workflow; it does not indicate local process spawning, script execution, or system-level capability use.
The skill can build dashboards from query results, pasted/uploaded data, or CSVs and embed the results into HTML; this means that if real business data is provided, the output file may contain raw or recoverable data, so sensitive-data minimization is advisable.
The source is an open-source GitHub repository, which provides auditability; although it has 0 stars, no declared license, and unknown maintenance status, there is no sign of closed-source exfiltration, malicious install steps, or other clear supply-chain red flags.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "build-dashboard" skill from askskill: 1. Download https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/data/skills/build-dashboard/SKILL.md 2. Save it as ~/.claude/skills/build-dashboard/SKILL.md 3. Reload skills and tell me it's ready
Build a single-file HTML dashboard from the following quarterly business data. Include KPI cards, a revenue trend chart, a regional distribution chart, a product-line comparison bar chart, and filters for region and month. Keep the style clean for executive reporting: {paste data here}A shareable HTML dashboard highlighting key metrics with interactive filtering.
Turn these SQL query results into a self-contained HTML report. Include a data table, key statistical summaries, a category share pie chart, a time-series line chart, and support table search and sorting: {paste query results here}A browser-openable interactive report for sharing query results and spotting insights quickly.
Create an interactive HTML monitoring dashboard for a team weekly review. Show task completion rate, ticket volume changes, a team workload table, and a risk items list, with filters for team member and priority: {paste data here}An interactive monitoring dashboard file for team review and status tracking.
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
Build a self-contained interactive HTML dashboard with charts, filters, tables, and professional styling. Opens directly in a browser -- no server or dependencies required.
/build-dashboard <description of dashboard> [data source]
Determine:
If data warehouse is connected:
If data is pasted or uploaded:
If working from a description without data:
Follow a standard dashboard layout pattern:
┌──────────────────────────────────────────────────┐
│ Dashboard Title [Filters ▼] │
├────────────┬────────────┬────────────┬───────────┤
│ KPI Card │ KPI Card │ KPI Card │ KPI Card │
├────────────┴────────────┼────────────┴───────────┤
│ │ │
│ Primary Chart │ Secondary Chart │
│ (largest area) │ │
│ │ │
├─────────────────────────┴────────────────────────┤
│ │
│ Detail Table (sortable, scrollable) │
│ │
└──────────────────────────────────────────────────┘
Adapt the layout to the content:
Generate a single self-contained HTML file using the base template below. The file includes:
Structure (HTML):
Styling (CSS):
Interactivity (JavaScript):
Data (embedded JSON):
Use Chart.js for all charts. Common dashboard chart patterns:
Use the Chart.js integration patterns below for each chart type.
Use the filter and interactivity implementation patterns below for dropdown filters, date range filters, combined filter logic, sortable tables, and chart updates.
…
Create stakeholder updates tailored to audience, cadence, and communication goals.
Review an analysis for methodology, accuracy, bias, and evidence support.
Generate people analytics reports on headcount, attrition, diversity, and org health.
Identify, categorize, and prioritize technical debt for smarter refactoring decisions.
Choose the right Zoom surface for a product use case with clear tradeoffs.
Turn an approved brief into social assets, copy, and a staged campaign.
Interactively explore sales data in Claude with filterable charts and tables.
Turn query results or DataFrames into publication-quality charts with Python.
Turn tabular data into shareable, embeddable interactive chart dashboards instantly.
Ask natural-language questions about Power BI reports and get business answers.
Create animation-rich web presentations or convert PowerPoint decks for talks and pitches.
Quickly compute data metrics and descriptive statistics with clear analytical outputs.