What problem does it solve?
This skill provides essential background knowledge about the wsh terminal API, enabling developers to understand how to interact with terminal sessions, send input, read screen output, wait for idle, and manage visual elements like overlays and panels.
Core Features & Use Cases
- Understands terminal session lifecycle: server daemon, HTTP API, and MCP interface; handles sending input, waiting for idle, reading the screen, and creating overlays and panels.
- Demonstrates the fundamental loop for automation: send input, wait for idle, read the screen, and decide next steps to drive tasks.
- Use-cases include building AI-assisted terminals, debugging and automating workflows, and layering visual UI elements atop terminal sessions.
Quick Start
Load the wsh core module and experiment with sending input, reading the screen, and creating overlays.