微信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原创文章,作者:开心电脑网,如若转载,请注明出处。