mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 11:59:29 +00:00
Add OpenClaw and NanoClaw scripts for Hetzner Cloud (#6)
Fills the remaining 2 gaps in the agents x clouds matrix: - hetzner/openclaw.sh: provisions Hetzner server with OpenClaw gateway + TUI - hetzner/nanoclaw.sh: provisions Hetzner server with NanoClaw WhatsApp agent Matrix is now 100% complete (3 agents x 2 clouds = 6/6 implemented). Co-authored-by: Sprite <noreply@sprite.dev> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6002e6c7f7
commit
78e009176b
4 changed files with 202 additions and 2 deletions
12
README.md
12
README.md
|
|
@ -75,6 +75,18 @@ Spawn agents on [Hetzner Cloud](https://www.hetzner.com/cloud/) servers. No `hcl
|
|||
bash <(curl -fsSL https://openrouter.ai/lab/spawn/hetzner/claude.sh)
|
||||
```
|
||||
|
||||
#### OpenClaw
|
||||
|
||||
```bash
|
||||
bash <(curl -fsSL https://openrouter.ai/lab/spawn/hetzner/openclaw.sh)
|
||||
```
|
||||
|
||||
#### NanoClaw
|
||||
|
||||
```bash
|
||||
bash <(curl -fsSL https://openrouter.ai/lab/spawn/hetzner/nanoclaw.sh)
|
||||
```
|
||||
|
||||
### Non-Interactive Mode
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue