Enterprise WeChat AI Bot Plugin for OpenClaw
Official v1.0.0 release of the Enterprise WeChat (WeCom) integration plugin for OpenClaw.
π¦ Installation
openclaw plugins install @sunnoy/wecomβοΈ Configuration
Add to your ~/.openclaw/openclaw.json:
{
"plugins": {
"entries": {
"wecom": { "enabled": true }
}
},
"channels": {
"wecom": {
"enabled": true,
"token": "<Your WeCom Bot Token>",
"encodingAesKey": "<Your 43-character EncodingAESKey>"
}
}
}β¨ Features
- π€ Enterprise WeChat AI Bot Integration - Connect OpenClaw to Enterprise WeChat
- π¬ Rich Message Support - Text, images, markdown, and more
- π¨ Dynamic Agent Selection - Intelligent routing based on conversation context
- π Command Support - Built-in slash commands (
/new,/status,/help) - π Message Encryption - Secure message verification and decryption
- π Streaming Responses - Real-time AI responses with typing indicators
- πΌοΈ Image Support - Send and receive images via base64 encoding
π Documentation
π Package Information
- NPM Package: @sunnoy/wecom
- Plugin ID:
wecom - Channel ID:
wecom
π Requirements
- OpenClaw 2026.2.0 or later
- Enterprise WeChat admin access
- AI Bot application configured in Enterprise WeChat
π Issues & Support
Report issues at: https://github.com/sunnoy/openclaw-plugin-wecom/issues
π License
ISC License