spawn-terminal
Installation
SKILL.md
Purpose
Spawn a new terminal window to execute CLI commands. This skill is for generic command execution, NOT for spawning AI agents. For AI agents, use the spawn:agent skill instead.
Variables
| Variable | Default | Description |
|---|---|---|
| LOG_TO_FILE | false | Write full terminal output to debug file |
| CAPTURE | false | Block and return output directly |
Instructions
MANDATORY - You MUST follow the Workflow steps below in order. Do not skip steps.
- Identify the CLI command the user wants to run
- Run
<command> --helpfirst to verify syntax and options - Execute the command in a new terminal using
fork_terminal()