Agent Skills: json-render-templates

When structured data needs visual presentation → use json-render templates (flowchart, form, dashboard, cards, gallery, table, kanban, diagram).

UncategorizedID: cklxx/elephant.ai/json-render-templates

Install this agent skill to your local

pnpm dlx add-skill https://github.com/cklxx/elephant.ai/tree/HEAD/skills/json-render-templates

Skill Files

Browse the full folder contents for json-render-templates.

Download Skill

Loading file tree…

skills/json-render-templates/SKILL.md

Skill Metadata

Name
json-render-templates
Description
When structured data needs visual presentation → use json-render templates (flowchart, form, dashboard, cards, gallery, table, kanban, diagram).

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}]}'