openclaw-channel-wx-connections
v0.1.5
Published
OpenClaw channel: WeChat connector webhook in + Open API text out
Downloads
638
Maintainers
Readme
openclaw-channel-wx-connections
OpenClaw channel for this repo’s WeChat connector: inbound message.received webhook, outbound POST /api/v1/wechat/messages/text with Bearer Open API token.
openclaw plugins install openclaw-channel-wx-connections
openclaw gateway restartConfigure channels.wx-connections (baseUrl, openApiToken, …). Connector inbound URL: https://<gateway-host>/wx-connections/webhook unless you set webhookPath.
Requires openclaw ≥ 2026.3.24 on the Gateway.
Publish to npm
npm install
npm run build
npm login --registry https://registry.npmjs.org/
npm publish --access publicprepublishOnly runs tsc. Use the public npm registry (configured in publishConfig).
If publish returns 403 and mentions two-factor authentication: npm requires either 2FA on your account (Security settings) and OTP when publishing, or a Granular Access Token with publish permission and bypass 2FA for automation (Tokens).
