What problem does it solve?
Designing OpenClaw terminal interfaces usually requires running the full application, which is slow and touches live state. This Skill isolates a single TUI surface, replaces side effects with deterministic fixtures, and renders multiple design variants in parallel tmux panes for direct visual comparison.
Core Features & Use Cases
- Isolated Surface Prototyping: Render one Clack or Pi TUI component without launching the full OpenClaw application.
- Side-by-Side Variant Comparison: Display two to six variants in a tmux grid with equal dimensions and shared fixture data.
- Live Iteration Loop: Refresh panes in place with
--refresh to iterate on prototypes without disrupting the attached terminal.
- Use Case: Compare three layouts for the app recommendations wizard by running baseline, grouped, and focused variants in adjacent tmux panes and choosing the strongest design.
Quick Start
Use the prototype-openclaw-tui skill to isolate the app recommendations wizard and compare three layout variants in tmux.