Files
Moltbot/docs/zh-CN/channels/index.md
Tyler Yust 9c4eab69cc iMessage: promote BlueBubbles and refresh docs/skills (#8415)
* feat: Make BlueBubbles the primary iMessage integration

- Remove old imsg skill (skills/imsg/SKILL.md)
- Create new BlueBubbles skill (skills/bluebubbles/SKILL.md) with message tool examples
- Add keep-alive script documentation for VM/headless setups to docs/channels/bluebubbles.md
  - AppleScript that pokes Messages.app every 5 minutes
  - LaunchAgent configuration for automatic execution
  - Prevents Messages.app from going idle in VM environments
- Update all documentation to prioritize BlueBubbles over legacy imsg:
  - Mark imsg channel as legacy throughout docs
  - Update README.md channel lists
  - Update wizard, hubs, pairing, and index docs
  - Update FAQ to recommend BlueBubbles for iMessage
  - Update RPC docs to note imsg as legacy pattern
  - Update Chinese documentation (zh-CN)
- Replace imsg examples with generic macOS skill examples where appropriate

BlueBubbles is now the recommended first-class iMessage integration,
with the legacy imsg integration marked for potential future removal.

* refactor: Update import paths and improve code formatting

- Adjusted import paths in session-status-tool.ts, whatsapp-heartbeat.ts, and heartbeat-runner.ts for consistency.
- Reformatted code for better readability by aligning and grouping related imports and function parameters.
- Enhanced error messages and conditional checks for clarity in heartbeat-runner.ts.

* skills: restore imsg skill and align bluebubbles skill

* docs: update FAQ for clarity and formatting

- Adjusted the formatting of the FAQ section to ensure consistent bullet point alignment.
- No content changes were made, only formatting improvements for better readability.

* style: oxfmt touched files

* fix: preserve BlueBubbles developer reference (#8415) (thanks @tyler6204)
2026-02-03 18:06:54 -08:00

3.3 KiB
Raw Blame History

read_when, summary, title, x-i18n
read_when summary title x-i18n
你想为 OpenClaw 选择一个聊天渠道
你需要快速了解支持的消息平台
OpenClaw 可连接的消息平台 聊天渠道
generated_at model provider source_hash source_path workflow
2026-02-03T07:43:27Z claude-opus-4-5 pi 2632863def6dee97e0fa8b931762f0969174fd4fb22303a00dcd46527fe4a141 channels/index.md 15

聊天渠道

OpenClaw 可以在你已经使用的任何聊天应用上与你交流。每个渠道通过 Gateway 网关连接。 所有渠道都支持文本;媒体和表情回应的支持因渠道而异。

支持的渠道

  • WhatsApp — 最受欢迎;使用 Baileys需要二维码配对。
  • Telegram — 通过 grammY 使用 Bot API支持群组。
  • Discord — Discord Bot API + Gateway支持服务器、频道和私信。
  • Slack — Bolt SDK工作区应用。
  • 飞书 — 飞书Lark机器人插件需单独安装
  • Google Chat — 通过 HTTP webhook 的 Google Chat API 应用。
  • Mattermost — Bot API + WebSocket频道、群组、私信插件需单独安装
  • Signal — signal-cli注重隐私。
  • BlueBubbles推荐用于 iMessage;使用 BlueBubbles macOS 服务器 REST API功能完整编辑、撤回、特效、回应、群组管理——编辑功能在 macOS 26 Tahoe 上目前不可用)。
  • iMessage旧版 — 通过 imsg CLI 的旧版 macOS 集成(已弃用,新设置请使用 BlueBubbles
  • Microsoft Teams — Bot Framework企业支持插件需单独安装
  • LINE — LINE Messaging API 机器人(插件,需单独安装)。
  • Nextcloud Talk — 通过 Nextcloud Talk 的自托管聊天(插件,需单独安装)。
  • Matrix — Matrix 协议(插件,需单独安装)。
  • Nostr — 通过 NIP-04 的去中心化私信(插件,需单独安装)。
  • Tlon — 基于 Urbit 的消息应用(插件,需单独安装)。
  • Twitch — 通过 IRC 连接的 Twitch 聊天(插件,需单独安装)。
  • Zalo — Zalo Bot API越南流行的消息应用插件需单独安装
  • Zalo Personal — 通过二维码登录的 Zalo 个人账号(插件,需单独安装)。
  • WebChat — 基于 WebSocket 的 Gateway 网关 WebChat 界面。

注意事项

  • 渠道可以同时运行配置多个渠道后OpenClaw 会按聊天进行路由。
  • 最快的设置方式通常是 Telegram简单的机器人令牌。WhatsApp 需要二维码配对, 并在磁盘上存储更多状态。
  • 群组行为因渠道而异;参见群组
  • 为安全起见,私信配对和允许列表会被强制执行;参见安全
  • Telegram 内部机制:grammY 说明
  • 故障排除:渠道故障排除
  • 模型提供商单独记录;参见模型提供商