Windows 11环境下OpenClaw 3.22连接QQ机器人和微信ClawBot国内源

微信ClawBot,运行Openclaw安装插件,并开始与微信连接。

插件:@tencent-weixin/openclaw-weixin

版本:2.0.1

下载安装

npm pack @tencent-weixin/openclaw-weixin --registry https://registry.npmmirror.com --pack-destination $env:USERPROFILE\.openclaw\plugins; openclaw plugins install "$env:USERPROFILE\.openclaw\plugins\tencent-weixin-openclaw-weixin-2.0.1.tgz"; cd $env:USERPROFILE\.openclaw\extensions\openclaw-weixin; npm install --registry https://registry.npmmirror.com; if(Test-Path node_modules\openclaw){rm -r -fo node_modules\openclaw}; New-Item -ItemType Junction -Path node_modules\openclaw -Target $env:APPDATA\npm\node_modules\openclaw; openclaw gateway restart

扫描登陆

openclaw channels login --channel openclaw-weixin

重启服务

openclaw gateway restart

安装OpenClaw开源社区QQBot插件

插件:openclaw-qqbot

版本:1.6.4

下载安装

npm pack @tencent-connect/openclaw-qqbot --registry https://registry.npmmirror.com --pack-destination $env:USERPROFILE\.openclaw\plugins; openclaw plugins install "$env:USERPROFILE\.openclaw\plugins\tencent-connect-openclaw-qqbot-1.6.4.tgz"; cd $env:USERPROFILE\.openclaw\extensions\.openclaw-install-stage-*; npm install --registry https://registry.npmmirror.com; if(Test-Path node_modules\openclaw){rm -r -fo node_modules\openclaw}; New-Item -ItemType Junction -Path node_modules\openclaw -Target $env:APPDATA\npm\node_modules\openclaw; openclaw gateway restart

配置绑定当前QQ机器人

openclaw channels add --channel qqbot --token "appid:appsecret"

重启服务

openclaw gateway restart

原创文章,作者:开心电脑网,如若转载,请注明出处。

(1)
上一篇 2026年3月24日
下一篇 2026年3月29日

相关推荐

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注