Tools
Webot
WeChat (微信) plugin for OpenClaw
Install
npm install
npm
Configuration Example
{
"channels": {
"wechat-access": {
"enabled": true,
"wsUrl": "wss://your-server/ws",
"token": "your-token"
}
}
}
README
# webot
A standalone `wechat-access` plugin for OpenClaw.
## Config
```json
{
"channels": {
"wechat-access": {
"enabled": true,
"wsUrl": "wss://your-server/ws",
"token": "your-token"
}
}
}
```
## Development
```bash
npm install
npm run build
```
tools
Comments
Sign in to leave a comment