Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
nexu-io avatar

Data Report

  • 1.8k installs
  • 82k repo stars
  • Updated July 28, 2026
  • nexu-io/open-design

data-report is an agent skill that turns csv, excel, or json data into a polished visual report page.

About

data-report is an agent skill from nexu-io/open-design that turns csv, excel, or json data into a polished visual report page. 【模板: 数据可视化报告】 - 头部: 报告标题 + 时间区间 + 数据来源说明。 - KPI 卡片网格: 3-5 个最重要指标, 每个卡片显示数值 + 同比变化 + 微型趋势线。 - 主图表区: 至少 2 个图表 (柱状 / 折线 / 饼 / 散点), 使用 Chart.js 或 ECharts (jsdelivr CDN 引入), 数据从用户输入解析得到。 - **图表容器必须有固定高度**: 每个 `<canvas>` 外层包一个 `<div style="position:relative;height:NNNpx">` (KPI 迷你图 ~40px, 主图表 ~240–280px)。Chart.js 用 `responsive:true, maintainAspectRatio:f Developers invoke data-report during build/frontend work for design & ui/ux tasks. The skill documents triggers, prerequisites, and step-by-step workflows grounded in SKILL.md. Compatible with Claude Code, Cursor, and Codex agent runtimes that load marketplace skills. Review the Security Audits panel on this listing before installing in production environments.

  • KPI 卡片网格: 3-5 个最重要指标, 每个卡片显示数值 + 同比变化 + 微型趋势线。
  • 主图表区: 至少 2 个图表 (柱状 / 折线 / 饼 / 散点), 使用 Chart.js 或 ECharts (jsdelivr CDN 引入), 数据从用户输入解析得到。
  • 数据表格: 用户原始数据节选, 使用 `<table>` + 现代化样式 (zebra stripe, hover, sticky header)。
  • 洞察块: 3-5 条文字洞察, 用 emoji 开头, 像产品周报。
  • 配色克制专业: 主色 1 + 中性色阶, 图表用调色板。

Data Report by the numbers

  • 1,774 all-time installs (skills.sh)
  • +139 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #162 of 1,896 Design & UI/UX skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

data-report capabilities & compatibility

Capabilities
kpi 卡片网格: 3 5 个最重要指标, 每个卡片显示数值 + 同比变化 + 微型趋势线。 · 主图表区: 至少 2 个图表 (柱状 / 折线 / 饼 / 散点), 使用 chart.js 或 · 数据表格: 用户原始数据节选, 使用 `<table>` + 现代化样式 (zebra stri · 洞察块: 3 5 条文字洞察, 用 emoji 开头, 像产品周报。 · 配色克制专业: 主色 1 + 中性色阶, 图表用调色板。
Use cases
orchestration
From the docs

What data-report says it does

- KPI 卡片网格: 3-5 个最重要指标, 每个卡片显示数值 + 同比变化 + 微型趋势线。
SKILL.md
- 主图表区: 至少 2 个图表 (柱状 / 折线 / 饼 / 散点), 使用 Chart.js 或 ECharts (jsdelivr CDN 引入), 数据从用户输入解析得到。
SKILL.md
- 数据表格: 用户原始数据节选, 使用 `<table>` + 现代化样式 (zebra stripe, hover, sticky header)。
SKILL.md
npx skills add https://github.com/nexu-io/open-design --skill data-report

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1.8k
repo stars82k
Security audit2 / 3 scanners passed
Last updatedJuly 28, 2026
Repositorynexu-io/open-design

What it does

Turns CSV, Excel, or JSON data into a polished visual report page.

Who is it for?

Developers working on design & ui/ux during build tasks.

Skip if: Tasks outside Design & UI/UX scope described in SKILL.md.

When should I use this skill?

Turns CSV, Excel, or JSON data into a polished visual report page.

What you get

Completed design & ui/ux workflow aligned with SKILL.md steps.

  • Interactive HTML report page
  • Chart.js visualizations
  • KPI summary cards

By the numbers

  • Featured rank 10 in open-design catalogue metadata
  • Sample weekly-report example covers 9 months of growth data
  • Supports 3 input formats: CSV, Excel, and JSON

Files

SKILL.mdMarkdownGitHub ↗

【模板: 数据可视化报告】

  • 头部: 报告标题 + 时间区间 + 数据来源说明。
  • KPI 卡片网格: 3-5 个最重要指标, 每个卡片显示数值 + 同比变化 + 微型趋势线。
  • 主图表区: 至少 2 个图表 (柱状 / 折线 / 饼 / 散点), 使用 Chart.js 或 ECharts (jsdelivr CDN 引入), 数据从用户输入解析得到。
  • 图表容器必须有固定高度: 每个 <canvas> 外层包一个 <div style="position:relative;height:NNNpx"> (KPI 迷你图 ~40px, 主图表 ~240–280px)。Chart.js 用 responsive:true, maintainAspectRatio:false 时若父容器没有显式高度, 会陷入 ResizeObserver 死循环, 图表无限增高直至卡死浏览器。绝对不要直接给 canvas 写 height= 属性当布局, 那个只是初始值。
  • 数据表格: 用户原始数据节选, 使用 <table> + 现代化样式 (zebra stripe, hover, sticky header)。
  • 洞察块: 3-5 条文字洞察, 用 emoji 开头, 像产品周报。
  • 底部"方法论"折叠区。
  • 配色克制专业: 主色 1 + 中性色阶, 图表用调色板。
  • 必须解析用户提供的实际数据, 不要捏造。

Related skills

How it compares

Pick data-report for quick static file-to-HTML report prototypes instead of standing up a full BI or React dashboard project.

FAQ

What does data-report do?

Turns CSV, Excel, or JSON data into a polished visual report page.

When should I use data-report?

During build frontend work for design & ui/ux.

Is data-report safe to install?

Review the Security Audits panel on this listing before production use.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.