Claude Skill

OpenRouterLabs/spawn

Spawn 是一个开源 CLI 工具,可在任何云虚拟机上即时启动 Claude、Codex 和 OpenClaw 等 AI 代理,提供对计算和环境的完全控制。

概览

Stars168
Forks31
语言TypeScript
最后更新2026-05-26
最近同步2026-06-23
前往 GitHub

仓库信息

拥有者OpenRouterLabs
仓库spawn
完整名称OpenRouterLabs/spawn
Repo ID1,147,571,355

安装这个 Skill

git clone https://github.com/OpenRouterLabs/spawn.git

Registry 信息

类型openclaw_skill
质量分90/100
验证状态readme_parsed
最近验证2026-06-23
平台
ClaudeOpenClawCodexCursor
能力
browsersearchimageterminalclaudeclicodexopenclawvm
识别文件
README.mdmanifest.jsonpackage.json
配置键
TELEGRAM_BOT_TOKENSPAWN_PARENT_IDOPENROUTER_API_KEYHCLOUD_TOKENDIGITALOCEAN_ACCESS_TOKENPACKAGE_JSON

项目简介

Spawn 是一个开源 CLI 工具,可让您在任意云虚拟机上即时启动 AI 代理(Claude、Codex、OpenClaw),并提供对计算资源和代理环境的完全控制。

英文描述

Spawn any agent, on any cloud

要点

  • 在任何云提供商上启动代理
  • 支持 Claude、Codex 和 OpenClaw 代理
  • 简单的 CLI 界面实现快速部署
  • 对代理环境的完全 VM 级控制

使用场景

  • 在云虚拟机上部署 Claude Skill 代理
  • 运行 Codex 代理以执行自动化编码任务
  • 跨多个云扩展代理工作负载
  • 在隔离的虚拟机中测试和开发代理配置

README 摘要

# Spawn Launch any AI agent on any cloud with a single command. Coding agents, research agents, self-hosted AI tools — Spawn deploys them all. All models powered by [OpenRouter](https://openrouter.ai). (ALPHA software, use at your own risk!) **10 agents. 8 clouds. 79 working combinations. Zero config.** ## Install **macOS / Linux — and Windows users inside a WSL2 terminal (Ubuntu, Debian, etc.):** ```bash curl -fsSL https://openrouter.ai/labs/spawn/cli/install.sh | bash ``` **Windows PowerShell (outside WSL):** ```powershell irm https://openrouter.ai/labs/spawn/cli/install.ps1 | iex ``` ## Usage ```bash spawn # Interactive picker spawn <agent> <cloud> # Launch directly spawn matrix # Show the full agent x cloud matrix ``` ### Examples ```bash spawn # Interactive picker spawn claude sprite # Claude Code on Sprite spawn codex hetzner # Codex CLI on Hetzner spawn claude sprite --prompt "Fix bugs" # Non-interactive with prompt spawn codex sprite -p "Add tests" # Short form spawn claude # Show clouds available for Claude spawn delete # Delete a running server spawn delete -c hetzner # Delete a server on Hetzner ``` ### Commands | Command | Description | |---------|-------------| | `spawn` | Interactive agent + cloud picker | | `spawn <agent> <cloud>` | Launch agent on cloud directly | | `spawn <agent> <cloud> --dry-run` | Preview without provisioning | | `spawn <agent> <cloud> --zone <zone>` | Set zone/region for the cloud | | `spawn <agent> <cloud> --size <type>` | Set instance size/type for the cloud | | `spawn <agent> <cloud> --prompt "text"` | Non-interacti

话题

探索更多

数据来自 GitHub,同步时间:2026-06-23