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.

  1. Identify the CLI command the user wants to run
  2. Run <command> --help first to verify syntax and options
  3. Execute the command in a new terminal using fork_terminal()
Installs
1
GitHub Stars
60
First Seen
Jun 12, 2026
spawn-terminal — comeonoliver/skillshub