Spawn a new TabzChrome terminal via /api/spawn
/plugin marketplace add GGPrompts/my-plugins/plugin install ggprompts-tabz-plugins-tabz@GGPrompts/my-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Create a new terminal tab in TabzChrome via the REST API.
/tabz:spawn-terminal [name] [workingDir] [command]
TOKEN=$(cat /tmp/tabz-auth-token)
curl -X POST http://localhost:8129/api/spawn \
-H "Content-Type: application/json" \
-H "X-Auth-Token: $TOKEN" \
-d '{"name": "Worker", "workingDir": "~/projects"}'
TOKEN=$(cat /tmp/tabz-auth-token)
curl -X POST http://localhost:8129/api/spawn \
-H "Content-Type: application/json" \
-H "X-Auth-Token: $TOKEN" \
-d '{
"name": "Build Worker",
"workingDir": "~/projects/myapp",
"command": "npm run build"
}'
TOKEN=$(cat /tmp/tabz-auth-token)
curl -X POST http://localhost:8129/api/spawn \
-H "Content-Type: application/json" \
-H "X-Auth-Token: $TOKEN" \
-d '{
"name": "Claude Worker",
"workingDir": "~/projects",
"command": "claude --dangerously-skip-permissions"
}'
| Param | Required | Default | Description |
|---|---|---|---|
name | No | "Claude Terminal" | Display name in tab |
workingDir | No | $HOME | Starting directory |
command | No | - | Command to auto-execute |
{
"success": true,
"terminalId": "ctt-BuildWorker-abc123"
}
curl http://localhost:8129/api/agents
curl -X DELETE http://localhost:8129/api/agents/ctt-BuildWorker-abc123
./scripts/dev.sh)/tmp/tabz-auth-tokenAuth error: Check token with cat /tmp/tabz-auth-token
Backend not running: curl http://localhost:8129/api/health
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.