mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 03:03:24 -04:00
* 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)
3.3 KiB
3.3 KiB
read_when, summary, title, x-i18n
| read_when | summary | title | x-i18n | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
OpenClaw 可连接的消息平台 | 聊天渠道 |
|
聊天渠道
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 界面。