Connect OpenClaw to WeChat: The 5-Minute Setup
Want your AI assistant on WeChat? Here’s how to hook OpenClaw up to WeChat (Weixin) in a few minutes. Prerequisites OpenClaw installed (openclaw --version) A WeChat account that can scan QR codes Step 1: Install the Plugin Quick install (recommended): npx -y @tencent-weixin/openclaw-weixin-cli install Or manual: openclaw plugins install "@tencent-weixin/openclaw-weixin" openclaw config set plugins.entries.openclaw-weixin.enabled true Step 2: QR Login openclaw channels login --channel openclaw-weixin A QR code appears in your terminal. Scan it with WeChat on your phone, confirm — done. The token is saved locally. ...