Ubuntu 24.04 本地部署 openclaw qq接入
【代码】Ubuntu 24.04 本地部署 openclaw qq接入。
·
1 安装插件
#没有需要先注册,可参考
openclaw plugins install @sliverp/qqbot@latest
openclaw channels add --channel qqbot --token "你的AppID:你的AppSecret"
#重新启动
openclaw gateway restart
2 测试
实时查看日志
openclaw logs --follow


3 日志查看
openclaw logs --follow
warn plugins {"subsystem":"plugins"} [plugins] plugins.allow is empty; discovered non-bundled plugins may auto-load: qqbot
(/home/llh/.openclaw/extensions/qqbot/index.ts). Set plugins.allow to explicit trusted ids
非内置插件,配置插件白名单
vim openclaw.json
"plugins": {
allow: ["qqbot"],
"entries": {
"qqbot": {
"enabled": true
}
},
#
openclaw gateway restart
更多推荐

所有评论(0)