terminal
Installation
SKILL.md
Terminal Skill
Manage persistent terminal sessions that survive disconnections and can be viewed from the web UI. Sessions run in the background and their output can be read at any time.
Tools
Health check
- terminal_check — Verify the terminal backend is available. Call before using other terminal tools.
- terminal_prepare_skill_prerequisites — Plan/apply prerequisite setup for built-in skills (install missing CLIs and run interactive auth in a terminal session).
Session management
- terminal_new_session — Create a persistent terminal session (e.g.
coding,dev). - terminal_kill_session — Destroy a session and all its windows/panes.
- terminal_rename_session — Rename a session.