github sunnoy/openclaw-plugin-wecom v1.0.0

latest releases: v3.0.0, v2.4.0, v2.3.0...
one month ago

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

πŸ“‹ 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

Don't miss a new openclaw-plugin-wecom release

NewReleases is sending notifications on new releases.