What problem does it solve? Building custom live panels or interactive tools inside the Hermes terminal UI normally requires touching the TUI source code; this Skill lets you author hot-reloadable widget apps as plain ESM files with no build step or repo changes. ## Core Features & Use Cases - Ambient dock widgets: Render glanceable cards (tickers, clocks, countdowns, API readouts) in dock or rail zones that reserve real terminal space without covering the transcript. - Modal overlay tools: Build keyboard-driven pickers, calculators, and viewers bound to slash commands with reducer-based state handling. - Built-in chart primitives: Use sparkline, sparkRows, gauge, and hbars string builders plus Shimmer loaders and Accordion sections for dashboard-style panels. - Use Case: A user wants a live API latency monitor above the status bar; the Skill writes ~/.hermes/tui-widgets/latency.mjs with a rolling sparkRows chart, and /latency toggles it after hot-load. ## Quick Start Ask the agent to create a Hermes TUI widget, for example: write a live clock widget for the Hermes TUI dock using the clock template and reload it with /widgets-reload.