spawn/sprite
A 9f43113452
fix: pin zeroclaw installer to commit SHA instead of mutable main branch (#1683)
Replaces all references to zeroclaw-labs/zeroclaw/main/scripts/install.sh
with a pinned commit SHA (a117be64). This prevents supply chain attacks via
the mutable 'main' branch reference in curl|bash installer patterns.

Other curl|bash patterns (bun.sh, claude.ai, sprites.dev) use HTTPS to
vendor-controlled domains with no stable commit SHA to pin to -- these
follow industry-standard installer patterns and are left as-is.

Fixes #1670

-- refactor/ux-engineer

Co-authored-by: B <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-22 01:49:44 -05:00
..
.claude/rules Sprite setup scripts for Claude Code and OpenClaw 2026-02-05 13:25:30 -06:00
lib fix: save connection info for all Sprite agents in cloud_provision (#1510) 2026-02-20 01:51:25 -05:00
claude.sh feat: add spawn_agent and spawn_cloud params to OAuth auth URL (#1660) 2026-02-21 18:31:57 -08:00
codex.sh feat: add spawn_agent and spawn_cloud params to OAuth auth URL (#1660) 2026-02-21 18:31:57 -08:00
kilocode.sh feat: add spawn_agent and spawn_cloud params to OAuth auth URL (#1660) 2026-02-21 18:31:57 -08:00
openclaw.sh feat: add spawn_agent and spawn_cloud params to OAuth auth URL (#1660) 2026-02-21 18:31:57 -08:00
opencode.sh feat: add spawn_agent and spawn_cloud params to OAuth auth URL (#1660) 2026-02-21 18:31:57 -08:00
README.md fix: sync cloud READMEs with current agent list (#1486) 2026-02-19 17:47:57 -05:00
zeroclaw.sh fix: pin zeroclaw installer to commit SHA instead of mutable main branch (#1683) 2026-02-22 01:49:44 -05:00

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)

ZeroClaw

bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/zeroclaw.sh)

Codex CLI

bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/codex.sh)

OpenCode

bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/opencode.sh)

Kilo Code

bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/kilocode.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)