spawn/digitalocean
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 username parameter to generic_ssh_wait 2026-02-08 01:58:48 +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

DigitalOcean

DigitalOcean Droplets via REST API. DigitalOcean

Agents

Claude Code

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

OpenClaw

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

NanoClaw

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

Aider

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

Goose

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

Codex CLI

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

Open Interpreter

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

Gemini CLI

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

Amazon Q CLI

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

Cline

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

Non-Interactive Mode

DO_DROPLET_NAME=dev-mk1 \
DO_API_TOKEN=your-token \
OPENROUTER_API_KEY=sk-or-v1-xxxxx \
  bash <(curl -fsSL https://openrouter.ai/lab/spawn/digitalocean/claude.sh)