SkillAgentSearch skills...

data-report

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

Install / Use

npx skills add nexu-io/open-design --skill data-report

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

67/100

Supported Platforms

Universal

Tags

Our assessment of data-report

data-report scores 67/100 on our quality scale, 173rd of 206 Data & Analytics skills we index.

Its SKILL.md is 1.8 KB long, written without headings and no code examples: moderately detailed.

With 97,896 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
20/30
Structure
0/20
Description
12/15
Adoption
20/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated yesterday, so data-report is actively maintained.
  • It is released under the Apache-2.0 license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

Safety scan

No issues found

Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands.

Automated pattern scan on 2026-09-26. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.

data-report compared with similar skills

All 4 of these similar skills score higher than data-report; compare them before choosing.

SkillScoreStarsUpdatedFormat
data-report (this skill)by nexu-io6797.9k1d agoSKILL.md
algorithmic-artby anthropics100177.9k3d agoSKILL.md
pptxby anthropics100177.9k3d agoSKILL.md
designby nextlevelbuilder100130.2k4d agoSKILL.md
ui-ux-pro-maxby nextlevelbuilder100130.2k4d agoSKILL.md

Frequently asked questions

How do I install data-report?
Run npx skills add nexu-io/open-design --skill data-report. The install tabs above show the steps for each supported agent.
Which AI agents does data-report work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is data-report safe to use?
Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. It is Apache-2.0-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is data-report still maintained?
The repository was last updated yesterday, so data-report is actively maintained.

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 reload: debounce-100 design_system: requires: false example_prompt: "Use the Data Visualization Report template to turn my CSV, Excel, or JSON data into a polished visual report page. Preserve the template's visual signature, use real content and data, and avoid lorem ipsum or placeholder images." example_prompt_i18n: zh-CN: "用「数据可视化报告」模板把我的内容做成一份「把 CSV/Excel/JSON 数据转成漂亮的可视化报告页」。保持模板的视觉签名,使用真实内容和数据,避免 lorem ipsum 和占位图片。"

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

  • 头部: 报告标题 + 时间区间 + 数据来源说明。
  • 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

View on GitHub
GitHub Stars97.9k
CategoryData
Updated1d ago
Forks11.4k

Languages

TypeScript

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions