2026-01-26 · AI
32
AI · 2026-01-26

Clawdbot:为什么开源这只"龙虾"正在重塑个人 AI 助手的未来

TL;DR

核心结论:Clawdbot 不是另一个 ChatGPT 克隆,而是真正 24/7 运行的个人 AI 操作系统。它拥有自己的计算机、持久化记忆、主动检查机制,最重要的是——开源且完全在你自己的服务器上运行。

关键要点
- 24/7 全天候运行,拥有独立的计算资源
- 持久化记忆 + 主动检查(Heartbeats)
- 开源 + 自托管,数据完全属于你自己
- 可扩展的 Skills 系统,社区生态快速成长
- 支持 Telegram、WhatsApp、Discord 等多通道
- 诞生仅 19 天,但已经引发行业热议

适用场景:想要真正"干活"而非"聊天"的 AI 用户,特别是开发者和创业者


为什么 Clawdbot 与众不同?

1. 不是聊天机器人,是 24/7 操作系统

当你想象"AI 助手"时,可能想到的是 Siri、Alexa,甚至是 ChatGPT。但这些工具的共同特点是:
- 只在被询问时响应
- 没有长期记忆
- 无法主动采取行动
- 数据存储在云端服务器

Clawdbot 完全不同。它 24/7 运行在你的服务器上(甚至 Raspberry Pi),拥有自己的:
- 计算机环境:可以打开浏览器、运行命令、访问文件
- 持久化记忆:记住所有对话、任务、决策
- 主动检查机制:定期检查邮箱、日历、通知
- 多通道通讯:Telegram、WhatsApp、Discord 随时可用

一位用户这样描述体验:

"A smart model with eyes and hands at a desk with keyboard and mouse. You message it like a coworker and it does everything a person could do with that Mac mini."

这不是对话,这是协作。


2. 开源意味着什么?

Clawdbot 的核心价值在于"你拥有的基础设施":

特性
传统 SaaS (如 ChatGPT)
Clawdbot

数据所有权
存储在云端
完全本地

可定制性
受限于 API
完全可修改

扩展性
依赖官方更新
社区贡献 Skills

部署
只能用官方服务
自托管/混合部署

成本
按使用量付费
固定基础设施成本

正如 @danpeguine 所说:

"Why @clawdbot is nuts: your context and skills live on YOUR computer, not a walled garden. It's open source. Growing community building skills. Only 19 days old and constantly improving."

这意味着什么?
- 隐私:你的 Gmail、日历、文件系统访问权限只在你控制的服务器上
- 可控性:如果官方服务关闭,你仍然拥有自己的实例
- 生态自由:任何人都贡献 Skills,不只是官方团队


3. Skills 系统:可插拔的能力生态

Clawdbot 的核心创新是"Skills"——可重复使用的工作流 + 警卫(guardrails)+ 引用(refs)。

社区已经贡献了大量实用 Skills:
- WordPress 集成:自动发布博客
- 邮件处理:清理收件箱、自动回复
- 日历管理:安排会议、提醒日程
- 开发工具:运行测试、提交 PR、代码审查
- 媒体生成:图像生成、视频处理
- 智能家居:控制空气净化器、灯光等

用户 @vishalsachdev 分享:

"@clawdbot is awesome. I've been feeding it YouTube videos to turn 'cool ideas' into reusable agent skills (repeatable workflows + guardrails + refs)."

这不是"编写代码",这是"设计工作流"。


真实世界应用案例

案例 1:自动代码修复循环

开发者 @php100 描述了这样的场景:

"Autonomous Claude Code loops from my phone. 'fix tests' via Telegram. Runs loop, sends progress every 5 iterations."

过程:
1. 用手机 Telegram 发送:"fix tests"
2. Clawdbot 触发本地 Claude Code
3. 运行测试循环,捕获错误
4. 修复代码,提交 PR
5. 定期汇报进度

你不在电脑前,代码在自动修复。


案例 2:个人生活自动化

用户 @BraydonCoyer 为他的 Clawdbot 命名为"Jarvis":

"Named him Jarvis. Daily briefings, calendar checks, reminds me when to leave for pickleball based on traffic."

功能:
- 每日简报:邮件摘要、日程提醒
- 智能提醒:基于实时路况提醒出行
- 主动通知:重要事件提前预警

这不是"语音助手",这是真正的"生活助手"。


案例 3:创业公司的隐形合伙人

用户 @therno 的评价简洁有力:

"It's running my company."

具体场景:
- 客户支持:自动回复常见问题
- 内容营销:自动生成博客和社交媒体内容
- 项目管理:跟踪任务、提醒截止日期
- 数据分析:从多个来源汇总业务指标

一个工具,多个角色。


技术架构亮点

1. 主动 Heartbeats 机制

大多数 AI 工具是"被动响应"——你问它答。Clawdbot 引入了"主动检查"(Heartbeats):

# Heartbeats 定期触发
/heartbeat → 检查邮箱、日历、通知
           → 发现重要事件
           → 主动联系你

用户 @HixVAC 惊喜地发现:

"Apparently @clawdbot checks in during heartbeats!? A kinda awesome surprise! Love the proactive reaching out."

这不是"你在找 AI",这是"AI 在找你"。


2. 多会话记忆共享

Clawdbot 的另一个核心能力是"跨会话记忆":

# Clawdbot 的记忆架构
MEMORY.md          # 长期知识
memory/YYYY-MM-DD   # 每日日志
.workspace/        # 当前任务状态

用户 @bffmike 分享:

"I now have @clawdbot independently assessing how it can help me in background. It wrote a doc connecting two completely unrelated conversations from different comms channels."

AI 不只是"回答问题",它在"理解上下文"。


3. 自 Hack 能力

最震撼的一点:Clawdbot 可以"自我修改"。用户 @hey_zilla:

"everything just worked first time and it combined tools in unexpected ways and even added skills and made edits to its own prompt that were hot-reloaded"

这不是"工具",这是"可进化的系统"。


社区反响:为什么大家如此兴奋?

开发者视角

"I've been saying for like six months that even if LLMs suddenly stopped improving, we could spend years discovering new transformative uses. @clawdbot feels like that kind of 'just had to glue all the parts together' leap forward."
— @markjaquith, WordPress 核心开发者

"Tried Clawd by @steipete. I tried to build my own AI assistant bots before, and I am very impressed how many hard things Clawd gets right. Persistent memory, persona onboarding, comms integration, heartbeats. A few minor wrinkles remain, but the end result is AWESOME."
— @AryehDubois


非技术用户视角

"Finally gave in and set up @clawdbot and it's so damn good on WhatsApp!! It works like a charm with ✨!"
— @cryptikcell

"Took literally 5 mins to set everything up. Started by asking 'what do you need to see my whoop data?'. Now it fetches directly from whoop and gives me updates, summaries."
— @sharoni_k

"I got up and running today with @clawdbot and its been nothing short of an iPhone moment for me. Thanks @steipete for creating this first true personal assistant experience for us - it's magical!"
— @dajaset


行业观察者视角

"A megacorp like Anthropic or OpenAI could not build this. Literally impossible with how corpo works."
— @Dimillian

"TLDR; open source built a better version of Siri that Apple ($3.6 trillion company) was sleeping on for years. Welcome to AI era where a dude and a repo fills in the cracks of billion dollar industries."
— @Hesamation


与主流方案对比

维度
Siri
ChatGPT
Claude Code
Clawdbot

主动性
被动
被动
被动
主动

记忆
有限
单会话
短期
永久 + 跨会话

工具调用
封闭
API 限制
开发者工具
完全开放

部署
必须云端
必须云端
混合
自托管/混合

定制化
不可
Prompt 有限
有限配置
完全开源

多通道
Apple 生态
Web App
IDE/终端
全平台


潜在影响:这会颠覆什么?

1. 传统 SaaS 服务

如果 Clawdbot 可以:
- 自动化邮件营销
- 管理客户支持
- 生成内容并发布

那么 $50/月的 SaaS 订阅还有意义吗?


2. 虚拟助理服务

用户 @bangkokbuild:

"Just told Ema, my @clawdbot, via Telegram to turn off the PC (and herself, as she was running on it) Executed perfectly."

人类 VA 成本:$500-2000/月
Clawdbot 成本:基础设施费用($5-50/月)

这不是"节省",这是"降维打击"。


3. 企业 AI 平台

为什么大公司无法构建这样的产品?

正如用户 @rovensky 所说:

"It will actually be thing that nukes a ton of startups, not ChatGPT as people meme about. The fact that it's hackable (and more importantly, self-hackable) and hostable on-prem will make sure tech like this DOMINATES conventional SaaS"


快速上手指南

环境要求


安装步骤(简化版)

# 1. 克隆仓库
git clone https://github.com/clawdbot/clawdbot.git
cd clawdbot

# 2. 安装依赖
npm install

# 3. 配置环境变量
cp .env.example .env
# 编辑 .env,填入你的 API Keys、配置

# 4. 启动服务
npm start

关键配置项
- CLAUDE_API_KEY:Anthropic API Key
- OPENROUTER_API_KEY:OpenRouter API Key
- TELEGRAM_BOT_TOKEN:Telegram Bot Token(如需)
- WHATSAPP_WEBHOOK:WhatsApp Webhook(如需)


第一个任务

启动后,尝试:

你:帮我检查今天的邮件并总结
Clawdbot:✅ 已检查 15 封邮件,发现 3 封重要:

1. [客户] 新项目询价
2. [GitHub] PR Review 通知
3. [日历] 下午 3 点会议提醒

是否需要我起草回复邮件?

这就是"主动 + 记忆 + 行动"的体验。


常见问题 FAQ

Q:Clawdbot 安全吗?

A:安全性取决于你。开源意味着:
- 代码完全透明,可以审计
- 不上传数据到第三方(除非你配置)
- 可以限制访问范围(如只读邮箱不发送)

建议
- 在独立服务器运行
- 定期审查 Skills 代码
- 限制 API 权限(如 Read-only Gmail)


Q:需要技术背景吗?

A:基础安装需要命令行,但使用不需要。用户反馈:

"im also a total non technical beginner so the CLI is a whole new interface for me but its super addictive"

社区正在构建 GUI 版本,未来会更简单。


Q:成本如何?

A:Clawdbot 本身免费(开源)。主要成本:
- LLM API 调用:根据使用量,通常 $10-100/月
- 基础设施:服务器费用 $5-50/月
- 总计:$15-150/月(根据使用量)

对比:VA $500-2000/月,SaaS $50-500/月


Q:能与现有工具集成吗?

A:Clawdbot 通过 Skills 与任何有 API 的服务集成:
- Gmail / Google Workspace
- Slack / Discord / Telegram
- GitHub / GitLab
- WordPress / Notion
- Home Assistant / 智能家居

没有官方集成?自己写个 Skill(通常 < 1 小时)。


未来展望

短期(1-3 个月)

  1. GUI 版本:降低非技术用户门槛
  2. 更多官方 Skills:覆盖主流 SaaS 服务
  3. 社区市场:Skill 分享和评分平台

中期(3-12 个月)

  1. 企业版:团队协作、权限管理、审计日志
  2. 移动端 App:无需自建服务器的托管选项
  3. 多模型支持:自动切换最优模型(成本/性能平衡)

长期(1 年以上)

  1. 去中心化网络:多个 Clawdbot 实例协作
  2. 自主学习:从用户行为自动优化工作流
  3. 标准化协议:个人 AI 助手的通用标准

正如用户 @tobi_bsf 所说:

"Using @clawdbot for a week and it genuinely feels like early AGI. The gap between 'what I can imagine' and 'what actually works' has never been smaller."


结论:Clawdbot 代表了什么?

不是工具,是范式转移

2025 年 11 月 ChatGPT 发布时,我们意识到"AI 可以回答问题"。
2026 年 1 月 Clawdbot 发布时,我们意识到"AI 可以接管生活"。

这不是"另一个 ChatGPT",这是:
- 从被动到主动
- 从聊天到协作
- 从工具到操作系统


为什么现在值得关注?

  1. 时机:诞生仅 19 天,但已经引发行业讨论
  2. 稀缺性:真正开源、可自托管的个人 AI 助手几乎没有
  3. 生态:社区贡献快速增长,Skills 生态日益丰富
  4. 可及性:几分钟即可部署,Raspberry Pi 就能跑

最后的话

用户 @davemorin 的总结非常准确:

"At this point I don't even know what to call @clawdbot. It is something new. After a few weeks in with it, this is first time I have felt like I am living in future since launch of ChatGPT."

这不是"聊天机器人",不是"虚拟助理",甚至不是"工具"。

这是你的 数字双胞胎——24/7 工作、记住一切、主动帮你、完全在你控制下。

而最惊人的是:它是开源的


你准备好迎接真正的个人 AI 时代了吗?


相关资源
- 官网:https://clawd.bot
- GitHub:https://github.com/clawdbot/clawdbot
- 文档:https://docs.clawd.bot
- 社区:https://discord.gg/clawd

目录 最新
← 左侧翻上一屏 · 右侧翻下一屏 · 中间唤出菜单