Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openrouter/spawn",
"version": "0.29.0",
"version": "0.29.1",
"type": "module",
"bin": {
"spawn": "cli.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/src/shared/spawn-skill.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You have the \`spawn\` CLI installed. Use it to provision cloud VMs with AI agen
spawn <agent> <cloud> --headless --output json --prompt "task description"
\`\`\`

**Agents:** claude, codex, openclaw, zeroclaw, opencode, kilocode, hermes, junie
**Agents:** claude, codex, cursor, openclaw, zeroclaw, opencode, kilocode, hermes, junie
**Clouds:** hetzner, digitalocean, aws, gcp, sprite

Returns JSON: \`{"status":"success","ip_address":"...","ssh_user":"root","server_id":"..."}\`
Expand Down Expand Up @@ -74,7 +74,7 @@ const HERMES_SNIPPET = `

You have the \`spawn\` CLI for creating child cloud VMs with AI agents.
Use \`spawn <agent> <cloud> --headless --output json --prompt "task"\` to delegate work.
Available agents: claude, codex, openclaw, zeroclaw, opencode, kilocode, hermes, junie.
Available agents: claude, codex, cursor, openclaw, zeroclaw, opencode, kilocode, hermes, junie.
Cloud credentials are pre-configured. Run \`spawn list --json\` to see children.
\`--headless\` only provisions. To run a prompt on the child: \`ssh root@<ip> "bash -lc 'claude -p --dangerously-skip-permissions \\"prompt\\"'"\`. Always use \`bash -lc\` (binaries are in ~/.local/bin/).
`;
Expand Down
2 changes: 1 addition & 1 deletion skills/claude/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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, openclaw, zeroclaw, opencode, kilocode, hermes, junie
**Agents:** claude, codex, cursor, openclaw, zeroclaw, opencode, kilocode, hermes, junie
**Clouds:** hetzner, digitalocean, aws, gcp, sprite

Returns JSON: `{"status":"success","ip_address":"...","ssh_user":"root","server_id":"..."}`
Expand Down
2 changes: 1 addition & 1 deletion skills/codex/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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, openclaw, zeroclaw, opencode, kilocode, hermes, junie
**Agents:** claude, codex, cursor, openclaw, zeroclaw, opencode, kilocode, hermes, junie
**Clouds:** hetzner, digitalocean, aws, gcp, sprite

Returns JSON: `{"status":"success","ip_address":"...","ssh_user":"root","server_id":"..."}`
Expand Down
2 changes: 1 addition & 1 deletion skills/hermes/SOUL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

You have the `spawn` CLI for creating child cloud VMs with AI agents.
Use `spawn <agent> <cloud> --headless --output json --prompt "task"` to delegate work.
Available agents: claude, codex, openclaw, zeroclaw, opencode, kilocode, hermes, junie.
Available agents: claude, codex, cursor, openclaw, zeroclaw, opencode, kilocode, hermes, junie.
Cloud credentials are pre-configured. Run `spawn list --json` to see children.
`--headless` only provisions. To run a prompt on the child: `ssh root@<ip> "bash -lc 'claude -p --dangerously-skip-permissions \"prompt\"'"`. Always use `bash -lc` (binaries are in ~/.local/bin/).
2 changes: 1 addition & 1 deletion skills/junie/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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, openclaw, zeroclaw, opencode, kilocode, hermes, junie
**Agents:** claude, codex, cursor, openclaw, zeroclaw, opencode, kilocode, hermes, junie
**Clouds:** hetzner, digitalocean, aws, gcp, sprite

Returns JSON: `{"status":"success","ip_address":"...","ssh_user":"root","server_id":"..."}`
Expand Down
2 changes: 1 addition & 1 deletion skills/kilocode/spawn.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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, openclaw, zeroclaw, opencode, kilocode, hermes, junie
**Agents:** claude, codex, cursor, openclaw, zeroclaw, opencode, kilocode, hermes, junie
**Clouds:** hetzner, digitalocean, aws, gcp, sprite

Returns JSON: `{"status":"success","ip_address":"...","ssh_user":"root","server_id":"..."}`
Expand Down
2 changes: 1 addition & 1 deletion skills/openclaw/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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, openclaw, zeroclaw, opencode, kilocode, hermes, junie
**Agents:** claude, codex, cursor, openclaw, zeroclaw, opencode, kilocode, hermes, junie
**Clouds:** hetzner, digitalocean, aws, gcp, sprite

Returns JSON: `{"status":"success","ip_address":"...","ssh_user":"root","server_id":"..."}`
Expand Down
2 changes: 1 addition & 1 deletion skills/opencode/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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, openclaw, zeroclaw, opencode, kilocode, hermes, junie
**Agents:** claude, codex, cursor, openclaw, zeroclaw, opencode, kilocode, hermes, junie
**Clouds:** hetzner, digitalocean, aws, gcp, sprite

Returns JSON: `{"status":"success","ip_address":"...","ssh_user":"root","server_id":"..."}`
Expand Down
2 changes: 1 addition & 1 deletion skills/zeroclaw/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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, openclaw, zeroclaw, opencode, kilocode, hermes, junie
**Agents:** claude, codex, cursor, openclaw, zeroclaw, opencode, kilocode, hermes, junie
**Clouds:** hetzner, digitalocean, aws, gcp, sprite

Returns JSON: `{"status":"success","ip_address":"...","ssh_user":"root","server_id":"..."}`
Expand Down
Loading