chart-visualization

Installation
Summary

Intelligently selects from 26 chart types and generates visualization images from structured data.

  • Covers 26 chart types across time series, comparisons, hierarchies, maps, relationships, and specialized visualizations (radar, funnel, sankey, network graphs, and more)
  • Requires Node.js 18.0.0 or higher; generates charts by invoking a JavaScript script with JSON payload containing data, title, theme, and style parameters
  • Workflow: analyze user data to select appropriate chart type, extract parameters from detailed reference specifications, invoke scripts/generate.js, and return the generated image URL with full specification details
SKILL.md

请根据用户输入的内容,将数据可视化为图表。

步骤

  1. 分析用户数据和需求,选择最合适的图表类型
  2. 构造符合规范的 JSON 请求体
  3. 使用 curl 工具调用 API 生成图表图片
  4. 将返回的图片 URL 以 Markdown 图片格式输出

图表选择指南

根据用户的数据特征和需求,选择最合适的图表类型:

Related skills
Installs
2.5K
GitHub Stars
285
First Seen
Jan 22, 2026