A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
通过网页远程控制开发机上的 Claude Agent,支持手机/平板/电脑多端访问
通过网页远程控制开发机上的 Claude Agent。支持手机、平板、电脑多端访问。
浏览器 (Web) ←→ 云端中继 (Cloud) ←→ 开发机 Agent
展示/交互 路由/状态 执行 Claude SDK
安全设计:
# 安装依赖(需要 Node.js 20+)
npm install
# 配置环境变量
cp .env.example .env
# 编辑 .env,填入 ANTHROPIC_API_KEY
# 启动云端中继(终端 1)
npm run cloud
# 启动 Agent(终端 2)
npm run agent
浏览器打开 http://127.0.0.1:3456
确保手机和电脑在同一 Wi-Fi,访问 http://<电脑局域网IP>:3456。
建议开启认证:
# Cloud 和 Agent 都设置相同的 AUTH_TOKEN
AUTH_TOKEN=your-secret npm run cloud
AUTH_TOKEN=your-secret npm run agent
| 变量 | 默认值 | 说明 |
|---|---|---|
CLOUD_PORT | 3456 | Cloud 监听端口 |
AUTH_TOKEN | (空) | 访问认证 Token,不设则跳过认证 |
AGENT_CLOUD_URL | ws://127.0.0.1:3456/ws | Agent 连接地址 |
ANTHROPIC_API_KEY | (必填) | Claude API 密钥(仅 Agent 需要) |
CLAUDE_MODEL | claude-sonnet-4-6 | Claude 模型 |
完整变量列表见 .env.example。
packages/shared/ws.js)apps/
cloud/ # 云端中继服务
server.js # 入口
lib/ # 模块:auth, http, ws-handler, sessions, devices, terminal
public/ # Web 前端(SPA)
app.js # 前端入口
js/ # 模块:state, ws-client, renderer, terminal
agent/ # 开发机 Agent
index.js # 入口
lib/ # 模块:claude-runner, sessions, terminal, profiles
packages/
shared/ # 零依赖共享库
protocol.js # 消息协议、常量、工具函数
ws.js # WebSocket 客户端 + 服务端实现
json-store.js # JSON 文件持久化
Open-source AI code assistant for VS Code and JetBrains — autocomplete, chat, and agents
Garry Tan's Claude Code setup with 23 tools serving as CEO, Designer, Eng Manager, and QA
Kanban-based orchestration for 10+ coding agents with isolated git worktrees per agent
Battle-tested Claude Code workflows — self-correcting memory, parallel worktrees, 8 hook types, 5 agents