返回 Skill 列表
extension
分类: AI Agent 能力无需 API Key

json-render-templates

Json渲染协议模板,适用于流程图、表单、仪表板、信息卡片、画廊、表格、看板和图表。

person作者: jakexiaohubgithub

json-render-templates

Generate json-render protocol payloads for visual layouts: flowcharts, forms, dashboards, info cards, galleries, tables, kanban boards, and diagrams. All templates and serialization logic are handled by run.py.

调用

python3 skills/json-render-templates/run.py render --template dashboard --title 'Product Dashboard' --data '{"metrics":[{"label":"Active users","value":12450}]}'