terminals

Spawn and manage terminal tabs in TabzChrome via REST API.

147|10|Updated Nov 17, 2025
One-click install
npx skills add https://github.com/GGPrompts/TabzChrome --skill terminals
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: terminals
Source: https://github.com/GGPrompts/TabzChrome/tree/main/plugins/tabz/skills/terminals
Command: npx skills add https://github.com/GGPrompts/TabzChrome --skill terminals

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Spawn and orchestrate terminal tabs inside TabzChrome to run Claude workers, spawn new terminals programmatically, and manage worktrees for parallel tasks.

Core Features & Use Cases

  • Spawn terminal tabs in TabzChrome REST API to automate worker setup.
  • Manage working directories, preconfigure commands, and spawn multiple workers in parallel.
  • Use with worktrees to isolate experiments and coordinate parallel Claude sessions.

Quick Start

To spawn a terminal, obtain an auth token and call the REST API endpoint at http://localhost:8129/api/spawn with the required payload.

Frequently Asked Questions about terminals

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I spawn terminal tabs programmatically for Claude workers?

You can spawn terminal tabs programmatically by calling the TabzChrome REST API endpoint at http://localhost:8129/api/spawn with a payload specifying parameters like name, workingDir, command, and profile.

Can I automate terminal provisioning to set up multiple parallel worktrees?

Yes, automating terminal provisioning supports creating multiple worktrees for parallel tasks, allowing you to isolate experiments and coordinate parallel Claude sessions effectively.

Does the TabzChrome REST API require authentication to create terminals?

Yes, the TabzChrome REST API requires token-based authentication to authorize the spawn endpoint and securely manage terminal tabs for your workers.

What parameters are available when spawning terminals via the REST API?

The spawn endpoint accepts parameters including name, workingDir, command, and profile, enabling you to preconfigure working directories and commands for each terminal tab.

How do I manage tmux sessions alongside spawned TabzChrome terminals?

You can integrate tmux sessions within your spawned TabzChrome terminals by specifying the appropriate tmux command in the REST API payload's command parameter during terminal provisioning.

What is the best way to orchestrate parallel Claude sessions across multiple terminals?

Orchestrating parallel Claude sessions is best achieved by using the REST API to spawn multiple terminal tabs with distinct worktrees, isolating each session's working directory and tasks.