mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-08 01:51:14 +00:00
* fix: sprite npm PATH resolution and gateway timeout Sprites use nvm-managed node, so npm global bin is at /.sprite/languages/node/nvm/.../bin/ which isn't in default PATH. Dynamically resolve $(npm prefix -g)/bin in install, launch, and gateway commands for all sprite agents. Also increase openclaw gateway timeout from 30s to 60s — gateway starts slowly on sprites but TUI connects once ready. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: add opencode bin dir to PATH in sprite launch command OpenCode installs to $HOME/.opencode/bin/ which isn't in the sprite's default PATH or the npm prefix path. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .claude/rules | ||
| lib | ||
| claude.sh | ||
| codex.sh | ||
| kilocode.sh | ||
| openclaw.sh | ||
| opencode.sh | ||
| README.md | ||
| zeroclaw.sh | ||
Sprite
Sprites.dev managed VMs with CLI. Sprite
Agents
Claude Code
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/claude.sh)
OpenClaw
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/openclaw.sh)
NanoClaw
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/nanoclaw.sh)
Codex CLI
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/codex.sh)
Cline
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/cline.sh)
gptme
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/gptme.sh)
OpenCode
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/opencode.sh)
Plandex
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/plandex.sh)
Kilo Code
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/kilocode.sh)
Continue
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/continue.sh)
Non-Interactive Mode
SPRITE_NAME=dev-mk1 \
OPENROUTER_API_KEY=sk-or-v1-xxxxx \
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/claude.sh)