spawn/vultr
Sprite eff8ded1bd refactor: add shellcheck source directives for provider variables
- Add shellcheck source comments to all agent scripts
- Tells shellcheck where provider-exported variables are defined
- Fix 132+ SC2154 warnings across all providers

Score: 30 (Impact: 6, Confidence: 10, Risk: 2)
2026-02-08 02:17:04 +00:00
..
lib refactor: add username parameter to generic_ssh_wait 2026-02-08 01:58:48 +00:00
aider.sh refactor: add shellcheck source directives for provider variables 2026-02-08 02:17:04 +00:00
amazonq.sh refactor: add shellcheck source directives for provider variables 2026-02-08 02:17:04 +00:00
claude.sh refactor: add shellcheck source directives for provider variables 2026-02-08 02:17:04 +00:00
cline.sh refactor: add shellcheck source directives for provider variables 2026-02-08 02:17:04 +00:00
codex.sh refactor: add shellcheck source directives for provider variables 2026-02-08 02:17:04 +00:00
gemini.sh refactor: add shellcheck source directives for provider variables 2026-02-08 02:17:04 +00:00
goose.sh refactor: add shellcheck source directives for provider variables 2026-02-08 02:17:04 +00:00
interpreter.sh refactor: add shellcheck source directives for provider variables 2026-02-08 02:17:04 +00:00
nanoclaw.sh refactor: add shellcheck source directives for provider variables 2026-02-08 02:17:04 +00:00
openclaw.sh refactor: add shellcheck source directives for provider variables 2026-02-08 02:17:04 +00:00
README.md Add E2B + Modal sandbox providers, restructure README (#22) 2026-02-07 14:11:04 -08:00

Vultr

Vultr Cloud Compute instances via REST API. Vultr

Agents

Claude Code

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

OpenClaw

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

NanoClaw

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

Aider

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

Goose

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

Codex CLI

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

Open Interpreter

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

Gemini CLI

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

Amazon Q CLI

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

Cline

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

Non-Interactive Mode

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