Debug and inspect CLAI TUI state, viewport content, and conversation history
39:T540,
This skill provides tools for inspecting and debugging the CLAI terminal user interface.
Use this when you need to:
All tools communicate with the CLAI debug server via Unix socket at /tmp/clai.sock.
Once loaded, the following MCP tools become available:
ping - Test connectivity to the debug serverinspect - Get full UI inspection including viewport content, dimensions, and stateinspect_styles - Get structured viewport dimensions and state info (JSON format)get_history - Get the conversation history/messagessend_key - Send a keystroke to the TUI (e.g., "enter", "ctrl+h", "up", "down")type_text - Type text into the input fieldsend_message - Inject a message into the conversationswitch_pane - Switch between chat and log panesinspect tool to see current viewport content and dimensionsinspect_styles for structured JSON data about layoutsend_key or type_text to test interactionsget_history to verify conversation flow