@wflclaw/wflclaw
v1.0.16
Published
OpenClaw channel plugin for AI Staff Center (WFL Claw)
Maintainers
Readme
WFL Claw - OpenClaw Channel Plugin
AI Staff Center WebSocket channel plugin for OpenClaw.
Installation
mkdir -p ~/.openclaw/extensions/wflclaw && cd ~/.openclaw/extensions/wflclaw && npm pack @wflclaw/wflclaw --registry https://registry.npmjs.org && tar -xzf wflclaw-wflclaw-*.tgz --strip-components=1 && rm wflclaw-wflclaw-*.tgz && npm install --productionConfiguration
在 ~/.openclaw/openclaw.json 的 channels 中添加:
{
"channels": {
"wflclaw": {
"enabled": true,
"token": "YOUR_BOT_TOKEN",
"url": "wss://clawde.shwfl.edu.cn/ws/bot"
}
}
}配置完成后重启网关:
openclaw gateway restartUpgrade
cd ~/.openclaw/extensions/wflclaw && rm -rf * && npm pack @wflclaw/wflclaw --registry https://registry.npmjs.org && tar -xzf wflclaw-wflclaw-*.tgz --strip-components=1 && rm wflclaw-wflclaw-*.tgz && npm install --production && openclaw gateway restartLicense
MIT
