常见问题
Clawdbot 是什么?
Section titled “Clawdbot 是什么?”Clawdbot 是一款开源个人 AI 助手,将 Claude (Anthropic 的 AI) 连接到你喜爱的消息平台,如 WhatsApp、Telegram、Discord 等。它运行在你自己的硬件上,让你掌控隐私和对话。
访问官方网站 clawd.bot 或在 GitHub 上查看源代码。
Clawdbot 免费吗?
Section titled “Clawdbot 免费吗?”Clawdbot 本身是免费开源的(MIT 许可证)。但你需要 Anthropic API 密钥,根据使用量收费。Anthropic 提供免费额度入门。
使用什么 AI 模型?
Section titled “使用什么 AI 模型?”Clawdbot 使用 Anthropic 的 Claude。默认使用 claude-sonnet-4-20250514,你可以配置使用其他 Claude 模型如 Opus 或 Haiku。
我的数据安全吗?
Section titled “我的数据安全吗?”是的。由于 Clawdbot 运行在你自己的基础设施上,对话保留在你的硬件上。消息发送到 Anthropic API 处理,但根据其 API 条款不会被存储或用于训练。
系统要求是什么?
Section titled “系统要求是什么?”- Python: 3.10 或更高版本
- 内存: 最低 512MB,推荐 1GB
- 磁盘: 基础安装 100MB
- 网络: 稳定的互联网连接
- 操作系统: macOS、Linux、Windows 或 Docker
可以在树莓派上运行吗?
Section titled “可以在树莓派上运行吗?”可以!Clawdbot 在树莓派 4 或更新版本上运行良好。Pi 3 可能因内存有限而响应较慢。
如何更新 Clawdbot?
Section titled “如何更新 Clawdbot?”cd clawdbotgit pull origin mainpip install -r requirements.txt --upgrade可以同时运行多个频道吗?
Section titled “可以同时运行多个频道吗?”当然可以。Clawdbot 可以从单个实例同时连接 WhatsApp、Telegram、Discord 和其他频道。
运行 Clawdbot 需要多少钱?
Section titled “运行 Clawdbot 需要多少钱?”费用取决于使用量:
- Clawdbot: 免费(开源)
- Anthropic API: Sonnet 约 $3/百万输入 tokens
- 托管: 如果在自己硬件上运行则免费
普通用户可能每月花费 $1-5 的 API 费用。
如何降低 API 费用?
Section titled “如何降低 API 费用?”- 简单任务使用 Haiku 模型
- 减少上下文长度
- 对重复查询实施消息缓存
- 在配置中设置使用限制
- 在 GitHub Issues 报告 bug 和请求功能
- 提交改进的 Pull Request
- 改进文档
- 分享你的插件和扩展
可以构建自定义插件吗?
Section titled “可以构建自定义插件吗?”可以!Clawdbot 有插件系统。参阅插件开发指南入门。
Clawdbot 使用什么许可证?
Section titled “Clawdbot 使用什么许可证?”MIT 许可证 - 你可以自由使用、修改和分发 Clawdbot,包括商业用途。
- 加入 GitHub Discussions
- 查看官方文档
- 搜索现有 Issues