
微信 ClawBot
微信 ClawBot 是官方于 2026 年 3 月推出的新插件,专门为个人用户打通了与开源 AI 框架 OpenClaw 的交互通道。 官方明确表示,该插件仅作为“消息收发通道”,不涉及自动化操作。这意味着它不会窥探聊天记录或朋友圈,定位非常纯粹:这就是一个轻量级的移动端交互接口。对于投研工作流来说,它更像是一个随手可用的指令入口,而非繁琐的深度办公平台。
ClawBot 安装
版本要求
• 服务器版本
| 2.0.x | latest | ||
| 1.0.x | legacy |
• 微信版本:微信 iOS 版本不低于 8.0.70 
快速安装:
npx -y @tencent-weixin/openclaw-weixin-cli install
手工安装
• 安装插件
openclaw plugins install "@tencent-weixin/openclaw-weixin"• 启用插件
openclaw config set plugins.entries.openclaw-weixin.enabled true• 扫码登录
openclaw channels login --channel openclaw-weixin• 重启网关
openclaw gateway restart添加更多的微信账户
openclaw channels login --channel openclaw-weixin多账户内容隔离
默认情况下,所有通道共享同一个 AI 对话上下文。如需为每个微信账号独立隔离对话上下文:
openclaw config set agents.mode per-channel-per-peer成品展示

夜雨聆风