spawn/sprite
A 81bab47a74
fix: Escape API keys in continue.sh JSON configs to prevent injection (#374)
Replace vulnerable heredoc patterns across 27 continue.sh scripts with
setup_continue_config() helper that uses json_escape() + upload_config_file()
to safely handle API keys containing special characters like quotes or braces.

Also fix _save_token_to_config() in shared/common.sh which had the same
unescaped heredoc vulnerability for local token storage.

Relates to #104

Agent: security-auditor

Co-authored-by: A <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-11 00:13:19 -08:00
..
.claude/rules Sprite setup scripts for Claude Code and OpenClaw 2026-02-05 13:25:30 -06:00
lib refactor: Extract helpers from start_oauth_server and ensure_sprite_installed (#325) 2026-02-10 19:01:56 -08:00
aider.sh fix: Poll for sprite provisioning instead of blind sleep 2026-02-11 00:52:35 +00:00
amazonq.sh fix: Poll for sprite provisioning instead of blind sleep 2026-02-11 00:52:35 +00:00
claude.sh QA-Bot setup (#335) 2026-02-10 19:51:07 -08:00
cline.sh fix: Poll for sprite provisioning instead of blind sleep 2026-02-11 00:52:35 +00:00
codex.sh fix: Poll for sprite provisioning instead of blind sleep 2026-02-11 00:52:35 +00:00
continue.sh fix: Escape API keys in continue.sh JSON configs to prevent injection (#374) 2026-02-11 00:13:19 -08:00
gemini.sh fix: Poll for sprite provisioning instead of blind sleep 2026-02-11 00:52:35 +00:00
goose.sh fix: Poll for sprite provisioning instead of blind sleep 2026-02-11 00:52:35 +00:00
gptme.sh fix: Poll for sprite provisioning instead of blind sleep 2026-02-11 00:52:35 +00:00
interpreter.sh fix: Poll for sprite provisioning instead of blind sleep 2026-02-11 00:52:35 +00:00
kilocode.sh fix: Poll for sprite provisioning instead of blind sleep 2026-02-11 00:52:35 +00:00
nanoclaw.sh fix: Poll for sprite provisioning instead of blind sleep 2026-02-11 00:52:35 +00:00
openclaw.sh fix: Poll for sprite provisioning instead of blind sleep 2026-02-11 00:52:35 +00:00
opencode.sh fix: Poll for sprite provisioning instead of blind sleep 2026-02-11 00:52:35 +00:00
plandex.sh fix: Poll for sprite provisioning instead of blind sleep 2026-02-11 00:52:35 +00:00
README.md feat: Add Continue AI coding assistant (#303) 2026-02-10 16:49:31 -08:00

Sprite

Sprites.dev managed VMs with CLI. Sprite

Agents

Claude Code

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

OpenClaw

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

NanoClaw

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

Aider

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

Goose

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

Codex CLI

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

Open Interpreter

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

Gemini CLI

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

Amazon Q CLI

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

Cline

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

gptme

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

OpenCode

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

Plandex

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

Kilo Code

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

Continue

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

Non-Interactive Mode

SPRITE_NAME=dev-mk1 \
OPENROUTER_API_KEY=sk-or-v1-xxxxx \
  bash <(curl -fsSL https://openrouter.ai/lab/spawn/sprite/claude.sh)