AgentStack
SKILL verified MIT Self-run

Chart Gen

skill-serejaris-kimi-skills-chart-gen · by serejaris

从JSON数据生成高质量PNG/SVG图表图片,支持折线图、柱状图、面积图、散点图、K线图、饼图/环形图、热力图、多系列图和堆叠图等多种类型。适用于快速可视化数据、生成报告图表、绘制趋势变化等场景。当用户请求“生成图表”、“画个趋势图”、“做个柱状图”、“可视化这些数据”,或提供具体数据并要求“做成图表图片”、“导出为PNG”时触发。

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-serejaris-kimi-skills-chart-gen

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Chart Gen? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

图表图片生成器

使用 Vega-Lite 从数据生成 PNG 图表图片,非常适合无界面的服务器环境。

为什么选择这个 Skill?

专为 Fly.io / VPS / Docker 部署而设计:

  • 无需原生编译 - 使用 Sharp 预编译二进制文件(不像 canvas 需要构建工具)
  • 无需 Puppeteer/浏览器 - 纯 Node.js 实现,无需下载 Chrome,无需无头浏览器开销
  • 轻量级 - 总依赖约 15MB,而基于 Puppeteer 的方案需要 400MB+
  • 冷启动快 - 无需等待浏览器启动,图表生成耗时 , filePath=/data/clawd/tmp/my-chart.png

**小贴士:**
- 保存到 `/data/clawd/tmp/`(持久化存储)而非 `/tmp/`(可能被清理)
- 使用 `action=send` 配合 `filePath`——`thread-reply` 不支持文件附件
- 在消息文本中附上简短说明
- 在 20:00-07:00 之间自动使用 `--dark`

---
*更新于:2026-02-04 - 新增 --y-format(percent/dollar/compact/decimal4)和 --subtitle 选项*

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [serejaris](https://github.com/serejaris)
- **Source:** [serejaris/kimi-skills](https://github.com/serejaris/kimi-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.