spawn/lambda
Sprite e0dfc9672a refactor: fix shellcheck directive placement in agent scripts
- Move shellcheck source directives before if statements
- Fix 90 SC1073/SC1123 parse errors
- Enables full shellcheck analysis of agent scripts

Score: 90 (Impact: 18, Confidence: 10, Risk: 2)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-08 02:32:08 +00:00
..
lib refactor: add braces to variable references (SC2250) 2026-02-08 02:04:57 +00:00
aider.sh refactor: fix shellcheck directive placement in agent scripts 2026-02-08 02:32:08 +00:00
amazonq.sh refactor: fix shellcheck directive placement in agent scripts 2026-02-08 02:32:08 +00:00
claude.sh refactor: fix shellcheck directive placement in agent scripts 2026-02-08 02:32:08 +00:00
cline.sh refactor: fix shellcheck directive placement in agent scripts 2026-02-08 02:32:08 +00:00
codex.sh refactor: fix shellcheck directive placement in agent scripts 2026-02-08 02:32:08 +00:00
gemini.sh refactor: fix shellcheck directive placement in agent scripts 2026-02-08 02:32:08 +00:00
goose.sh refactor: fix shellcheck directive placement in agent scripts 2026-02-08 02:32:08 +00:00
interpreter.sh refactor: fix shellcheck directive placement in agent scripts 2026-02-08 02:32:08 +00:00
nanoclaw.sh refactor: fix shellcheck directive placement in agent scripts 2026-02-08 02:32:08 +00:00
openclaw.sh refactor: fix shellcheck directive placement in agent scripts 2026-02-08 02:32:08 +00:00
README.md Add E2B + Modal sandbox providers, restructure README (#22) 2026-02-07 14:11:04 -08:00

Lambda Cloud

Lambda GPU Cloud instances via REST API. Lambda Cloud

GPU cloud, uses 'ubuntu' user. Manual tool install (no cloud-init).

Agents

Claude Code

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

OpenClaw

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

NanoClaw

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

Aider

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

Goose

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

Codex CLI

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

Open Interpreter

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

Gemini CLI

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

Amazon Q CLI

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

Cline

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

Non-Interactive Mode

LAMBDA_SERVER_NAME=dev-mk1 \
LAMBDA_API_KEY=your-key \
OPENROUTER_API_KEY=sk-or-v1-xxxxx \
  bash <(curl -fsSL https://openrouter.ai/lab/spawn/lambda/claude.sh)