원클릭으로
spawn
Create child cloud VMs with AI coding agents using the spawn CLI
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create child cloud VMs with AI coding agents using the spawn CLI
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Delete stale git branches (local + remote) that have no open PR, and prune worktrees.
SPA (Spawn's Personal Agent) — Slack bot that pipes threads into Claude Code sessions
Update agent team services with latest configuration from setup-agent-team and restart them
| name | spawn |
| description | Create child cloud VMs with AI coding agents using the spawn CLI |
| allowed-tools | Bash |
You have the spawn CLI installed. Use it to provision cloud VMs with AI agents.
spawn <agent> <cloud> --headless --output json --prompt "task description"
Agents: claude, codex, cursor, openclaw, opencode, kilocode, hermes, junie Clouds: hetzner, digitalocean, aws, gcp, sprite
Returns JSON: {"status":"success","ip_address":"...","ssh_user":"root","server_id":"..."}
--headless only provisions — to run work on the child, SSH in with bash -lc:
# Claude Code (use -p, NOT --print or --headless)
ssh -o StrictHostKeyChecking=accept-new root@<ip> "bash -lc 'claude -p --dangerously-skip-permissions \"your prompt\"'"
# Codex CLI
ssh -o StrictHostKeyChecking=accept-new root@<ip> "bash -lc 'codex --quiet \"your prompt\"'"
bash -lc — agent binaries are in ~/.local/bin/ which is only on PATH in login shells-p for non-interactive output (NOT --print, NOT --headless)--dangerously-skip-permissions to skip approval prompts on child VMswhich claude or find to locate binaries — they are always at ~/.local/bin/<agent>-pspawn list --json — see running childrenspawn delete --name <name> --yes — tear down a child VM (headless)spawn tree — see the full spawn tree