← Back to Plugins
Tools

Webot

gula00 By gula00 👁 12 views ▲ 0 votes

WeChat (微信) plugin for OpenClaw

GitHub

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

Loading comments...