快速生成含图表、筛选器与表格的可分享交互式 HTML 仪表盘。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "build-dashboard" 技能: 1. 下载 https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/data/skills/build-dashboard/SKILL.md 2. 保存为 ~/.claude/skills/build-dashboard/SKILL.md 3. 装好后重载技能,告诉我可以用了
请根据以下季度经营数据生成一个可直接打开的单文件 HTML 仪表盘,包含 KPI 卡片、营收趋势图、区域分布图、产品线对比柱状图,以及按地区和月份筛选的控件,并保持适合高管汇报的简洁风格:{在此粘贴数据}一个可分享的 HTML 仪表盘,突出核心指标并支持按条件交互筛选。
把这份 SQL 查询结果转换成一个自包含的 HTML 报告,要求包含数据表、关键统计摘要、分类占比饼图、时间趋势折线图,并支持表格搜索和排序:{在此粘贴查询结果}一个浏览器可打开的交互式报告,便于共享查询结果和快速洞察数据。
为团队周报制作一个交互式 HTML 监控看板,展示任务完成率、工单数量变化、成员工作负载表格和风险项列表,并提供按团队成员与优先级筛选的功能:{在此粘贴数据}一个便于团队复盘和跟踪状态的交互式监控看板文件。
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.
…
围绕客户问题进行多来源调研与溯源,快速整理背景并支持准确回复。
用自然语言查询 Power BI 报表与仪表板,快速获得业务数据答案。