OpenClaw 快速接入微信机器人实操教程
本文分享 WSL2 环境中,借助 OpenClaw 工具接入微信机器人的完整操作流程,附上可直接运行的命令指令,同时标注配置易错要点,新手也能顺利完成账号绑定部署。
·
OpenClaw接入微信机器人实操步骤
视频链接
按顺序执行下述命令,即可完成插件配置与账号绑定登录
- 安装微信对接插件
openclaw plugins install @tencent-weixin/openclaw-weixin
- 开启插件运行权限
openclaw config set plugins.entries.openclaw-weixin.enabled true
- 重启网关加载最新配置
openclaw gateway restart
- 调出登录二维码,微信扫码完成绑定
openclaw channels login --channel openclaw-weixin
补充提示
- 若提示插件已存在,添加
--force参数强制重装
openclaw plugins install @tencent-weixin/openclaw-weixin --force
- WSL开机默认自启网关时,修改配置后务必执行重启命令,直接start无法生效
更多推荐


所有评论(0)