UI Registry Skill
Use this skill to render Static Generative UI (SGUI) components. The registry is keyed by component ID. Keep prompts lean by selecting a key first, then pulling schema details only when needed.
Registry keys
- •
stat_grid— Compact summary of key stats (weather, KPIs, status) - •
line_chart— Time-series trend lines (latency, prices, usage) - •
area_chart— Filled trend chart (capacity, throughput, cohorts) - •
bar_chart— Categorical comparisons (throughput, counts, mix) - •
data_table— Structured rows + columns (comparisons, checklists) - •
timeline— Chronological events (incidents, workflows) - •
status_list— Health/state indicators (services, agents, tasks)
Recommended flow
- •Pick a component key from the list above.
- •Call
ui_registry_getfor schema details and examples. - •Call
ui_presentwithcomponentId,props, and a requiredtextFallback.
Notes
- •
textFallbackis mandatory for everyui_presentcall. - •Use
uiOnly: truewhen the UI is the primary response.