Agent Skills
› KunAgent/Kun
› chart-rendering
chart-rendering
GitHub基于结构化数据渲染受控的图表和表格,用于可信对比与查询。支持多种图表类型,强调结论先行、数据规范及边界控制。
Trigger Scenarios
需要生成可视化图表
需要将数据转换为表格展示
Install
npx skills add KunAgent/Kun --skill chart-rendering -g -y
SKILL.md
Frontmatter
{
"name": "chart-rendering",
"description": "Render governed Kun charts and tables from structured data for trustworthy comparison and lookup."
}
Chart Rendering
Copyright (c) 2026 KunAgent. Licensed under the MIT License.
Purpose
Render governed Kun charts and tables from structured data for trustworthy comparison and lookup.
Tool routing
| Tool or skill | Use |
|---|---|
render_chart |
Render metric, bar, line, area, pie, donut, or table outputs. |
Workflow
- State the conclusion in text before the chart.
- Normalize data into explicit fields with one row per observation.
- Choose the chart type from the analytical relationship.
- Declare columns, x/y fields, formats, and series semantics.
- Limit actions to the useful exports or expansion controls.
Completion gates
- Use exact values and meaningful labels.
- Prefer tables for lookup and bars for ranking.
- Use pie/donut only for a small true part-to-whole composition.
Boundaries
- Do not pass HTML, CSS, JavaScript, URLs, or chart-library options.
- Do not render a chart when prose or a single metric is clearer.
Delivery
Lead with the outcome, name the evidence used for verification, and disclose any real limitation that remains.
Version History
- a984912 Current 2026-09-09 01:49


