What problem does it solve?
This Skill solves the problem of turning chat-only responses into interactive, user-driven UI elements that can collect input or display rich visuals inline.
Core Features & Use Cases
- prompt_widget for user input: Creates interactive widgets that block until the user acts, returning a structured
{action, data} result for confirmations, forms, and picks.
- render_widget for inline displays: Sends fire-and-forget widget content like charts, dashboards, stat cards, and summaries without requiring a user response.
- Three rendering bands (catalog, specs, html): Uses themed components when possible (catalog), multi-component layouts for complex dashboards (specs), and self-contained custom visuals/interactivity when needed (html).
Quick Start
Ask for an inline confirmation by calling prompt_widget with type set to catalog and component set to genui.Button (for example, a “Confirm” button) so the user’s click returns the tool result.