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. ...

June 16, 2026 · 2 min · Chen Shuaiming

OpenClaw CLI Guide: Everyday Terminal Commands

OpenClaw is a personal AI assistant framework that bridges your chats across platforms (WhatsApp, Telegram, Discord, Web, etc.). Beyond the web dashboard, its real power lives in the terminal. This guide covers the CLI commands you’ll actually use day-to-day. ...

May 25, 2026 · 4 min · Chen Shuaiming