时间:2026-03-09 16:01
人气:
作者:admin
通过网盘分享的文件:openclaw-wechat-plugin
链接: https://pan.baidu.com/s/16iV8lwGzALqoc813LzoDTQ?pwd=gjhb 提取码: gjhb
ps:马工为openclaw机器人






1.在channels中配置wechat通道相关参数:robotid、token
"channels": {
"wechat": {
"enabled": true,
"accounts": {
"default": {
"robotId": "你的ROBOTID", <--打开https://www.wechatbot.online获取robotid,提醒:这个是收费的。
"authorization": "你的 Authorization Token", <--打开https://www.wechatbot.online获取token,提醒:这个是收费的。
"serverIp": "124.223.95.144",
"serverPort": 5555,
"apiHost": "124.221.45.58"
}
}
}
}
2.在plugins中allow列表中添加wechat元素
"plugins": {
"allow": [
"feishu",
"wechat" <--添加在这里!
],
.
.
.
}
3.在plugins中entries中添加wechat键值对,格式:"wechat":{"enabled": true}
"entries": {
"feishu": {
"enabled": true
},
"wechat": { <--添加在这里!
"enabled": true <--添加在这里!
} <--添加在这里!
}
# 如果你的openclaw使用了进程保护启动,请使用下面指令
```bash
openclaw daemon restart
```
# 如果你的openclaw正常启动的,请使用下面指令
```bash
openclaw gateway restart 或(openclaw gateway stop / openclaw gateway start)
```
openclaw config set tools.profile full
clawhub install tavily-search
clawhub install proactive-agent
clawhub install find-skills
clawhub install claw-shell