/data-report
Turns CSV, Excel, or JSON data into a polished visual report page.
One skill from open-design.
shell
$ npx -y skills add nexu-io/open-design --skill data-report --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/data-report
Context preview
The summary Claude sees to decide when to auto-load this skill.
Turns CSV, Excel, or JSON data into a polished visual report page.
Stats
Stars80,924
Forks9,350
LanguageTypeScript
LicenseApache-2.0
Ships with open-design
SKILL.md
data-report.SKILL.md
--- name: data-report zh_name: "数据可视化报告" en_name: "Data Visualization Report" emoji: "📊" description: "Turns CSV, Excel, or JSON data into a polished visual report page." zh_description: "把 CSV/Excel/JSON 数据转成漂亮的可视化报告页" en_description: "Turns CSV, Excel, or JSON data into a polished visual report page." category: data scenario: finance aspect_hint: "桌面长页面" featured: 10 tags: ["data", "report", "chart", "数据", "报告"] example_id: sample-data-weekly-report example_name: "数据报告 · 周报" example_format: csv example_tagline: "KPI 卡 + Chart.js 图表 + 表格" example_desc: "9 个月增长数据自动渲染成可视化报告, 内联 Chart.js" od: mode: prototype surface: web platform: desktop scenario: finance upstream: "https://github.com/nexu-io/html-anything" preview: type: html entry: index.html
