柯蒂斯机器人
如果Claude Code和OpenClaw有了孩子怎么办?
Curtis Bot就是答案。使用您现有的Claude Code订阅-无需额外的API密钥,无需额外费用-并获得OpenClaw除此之外提供的一切。电话访问、cron作业、技能、文件传输、多代理编排,所有这些都由您已经付费的ClaudeCode CLI提供。
无需额外费用。 您的Claude Code订阅已包含CLI访问权限。Curtis Bot只需将OpenClaw作为编排层插入其中,即可免费为您提供Telegram访问、cron监控、50多种技能和多代理工作流。
为什么?
Claude Code令人难以置信,但它卡在了你的终端上。OpenClaw令人难以置信,但它在API后面使用自己的模型。
Curtis Bot将它们连接起来。 OpenClaw处理infra(消息传递、cron、技能、文件传输)。Claude Code处理编码(Opus 4.6,完整的IDE代理)。你不用付两次钱,就能两全其美。
Your Claude Code subscription
+
OpenClaw (free orchestration layer)
=
Curtis Bot — AI agent you can text from your phone所得
- 从手机发送文本到代码 --来自Telegram的消息,获取完整的Claude Code会话
- 没有额外的API密钥 --直接使用您的Claude Code CLI订阅
- 多代理编排 --Spawn Claude Code和Kimi并行
- 50+技能 --GitHub、Discord、1Password、LocalSend、天气等
- Cron监控 --对正在运行的服务进行自动健康检查
- 文件传输 --通过LocalSend在手机和机器之间发送/接收文件
- 从口袋里掏出 --创建仓库、推送代码、打开PR
建筑
┌─────────────┐ ┌──────────────────┐ ┌─────────────────┐
│ Your Phone │────▶│ OpenClaw Gateway │────▶│ Claude Code CLI │
│ (Telegram) │ │ (Port 19000) │ │ (opus-4-6) │
└─────────────┘ │ │────▶│ Kimi CLI │
│ Skills / Cron / │ │ (kimi-1.12) │
│ MCP / Channels │ └─────────────────┘
└──────────────────┘ │
│ ▼
┌────────┴────────┐ ┌─────────────────┐
│ LocalSend │ │ Your Codebase │
│ GitHub (gh) │ │ Git repos │
│ 1Password (op) │ │ Running services│
│ Discord │ │ Deployments │
└─────────────────┘ └─────────────────┘快速开始
看 设置.md 获取完整的安装指南。
# 1. Install OpenClaw
curl -fsSL https://get.openclaw.com | bash
# 2. Install Claude Code
npm install -g @anthropic-ai/claude-code
# 3. Configure the gateway
openclaw configure
# 4. Connect your phone channel (Telegram, SMS, etc.)
openclaw channels add telegram
# 5. Start the gateway
openclaw gateway start特性
电话到人工智能桥
来自任何地方的文本。您的消息会到达OpenClaw网关,该网关会将其路由到您计算机上运行的Claude Code。从口袋里完全访问编码代理。
多代理编排
并行生成多个AI代理:
- Claude Code处理前端,Kimi处理后端
- 一个代理编写代码,另一个代理写测试
- 项目经理代理(您或网关)协调
Cron作业和监控
设置按计划运行的自动检查:
openclaw cron add --name "Health Check" --interval 7200000 --prompt "Check service status"技能系统
52种可用技能,包括:
- 开发工具:GitHub、Git、编码代理
- 沟通:Discord、Slack、Telegram、WhatsApp
- 生产力:1密码、Notion、黑曜石、Trello
- 媒体:视频帧、图像生成器、TTS、Whisper
- 硬件:色调灯、Sonos、八睡眠、摄像头
文件传输
通过LocalSend在您的手机和机器之间发送文件:
# Receive files
localsend-cli receive --save-dir ~/incoming -y
# Send files
localsend-cli send --to "My Phone" ./build.zip示例工作流
从手机部署网站
You: "Deploy the new portfolio to iaiaia.dev"
Curtis: Extracts zip → builds Next.js → deploys to server → confirms live监控交易机器人
You: "Check pmbot status"
Curtis: Queries operator brief → analyzes PnL → reports health → auto-corrects if needed生成并行代理
You: "Have Claude refactor the API while Kimi writes integration tests"
Curtis: Spawns both agents → monitors progress → reports resultsGit操作
You: "Push the portfolio to GitHub"
Curtis: git init → create repo → commit → push → returns repo URL技术栈
| 组件 | 工具 | 目的 |
|---|---|---|
| Gateway | OpenClaw | 消息路由、技能、cron、渠道 |
| 编码代理 | 克劳德代码(作品4.6) | 文件编辑、构建、git、调试 |
| 编码代理 | Kimi CLI | 替代/并行编码代理 |
| 运行时 | Node.js 25+Bun 1.3+Python 3.14 | 多运行时支持 |
| 身份验证 | 1密码CLI(op) | 密码管理 |
| 版本控制 | Git+GitHub CLI(gh) | 仓库、PR、问题 |
| 文件传输 | LocalSend CLI | 跨设备文件共享 |
| Web服务器 | 球童 | 静态网站服务 |
| 隧道 | Cloudflare(cloudflared) | HTTPS路由到本地主机 |
| 容器化 | Docker | 服务隔离 |
需求
- Linux或macOS (在Arch/omarchy和macOS上测试)
- Node.js 18+
- 克劳德代码订阅 (Max或Pro-不需要单独的API密钥)
- OpenClaw帐户(免费)
- 消息传递渠道(建议使用Telegram)
文档
许可证
麻省理工学院
作者
拉米·加莱伊尼 — @乔德利尼
