2026 Tencent WeChat ClawBot Install Guide
openclaw-weixin-cli, version matrix, and production notes

You want to drive your own OpenClaw agent from personal WeChat, but the ClawBot plugin and Gateway install order are unclear. This guide is for operators who already run or plan to run OpenClaw in 2026 and want Tencent’s official openclaw-weixin channel. You get pre-install checks, npx @tencent-weixin/openclaw-weixin-cli install versus manual steps, a 2.0.x / legacy matrix, multi-account dmScope, and WeChat-side limits (single chat, files in-only, 8.0.70+, content review). It pairs with our Telegram post-deploy triad, channels probe, and half-install recovery so you fix the right layer.

01

What is ClawBot, and why Gateway must exist before the WeChat line?

Tencent’s 2026 WeChat ClawBot (Settings → Plugins) is the official channel entry. Skills and model calls run on your OpenClaw Gateway. Community shorthand calls OpenClaw the “lobster” and ClawBot the phone line—if the line is down, a healthy Gateway never sees WeChat traffic.

  • 01

    WeChat plugin only, no OpenClaw: QR login may succeed, but no agent handles inbound messages.

  • 02

    Host too old: plugin 2.0.x needs >=2026.3.22; startup may refuse with requires OpenClaw >=2026.3.22.

  • 03

    Gateway not always on: laptop sleep, Docker without restart policy, or VPS without systemd—yesterday worked, today silent.

  • 04

    Treating ClawBot like Tencent Yuanbao: Yuanbao is Tencent’s own product; ClawBot connects your OpenClaw and model stack—you own ops.

  • 05

    Multiple WeChat accounts, one session bucket: without session.dmScope, replies can cross between users.

  • 06

    Ignoring WeChat product limits: the official channel is single chat only, no groups, with file and review constraints—see Section 4.

02

Comparison: personal WeChat ClawBot vs WeCom vs Telegram

DimensionOfficial ClawBot pluginWeCom self-built appTelegram Bot (OpenClaw built-in)
Best forPersonal trials, single-chat automationTeams, groups, compliance pathsGlobal dev community, mature group gating
Install effortLow: openclaw-weixin-cli + QRHigh: public IP, callback URL, trusted IPMedium: bot token + pairing
WeChat version8.0.70+ (plugin entry)Scan to follow corp accountN/A
Group chatNot supportedExtensibleSupported (mention policies)
Troubleshooting docThis articleWeCom plugin docsPost-deploy triad

“Messages work in WeChat” is not “channel closed”—plugin enabled, gateway restart, and probe pass are three separate gates.

03

Six-step install runbook: CLI to first WeChat reply

Confirm OpenClaw and Node baseline first (Node 24 production deploy). If Gateway is missing, read half-install recovery before scanning QR codes.

  1. 01

    Check host version: openclaw --version; for plugin 2.0.x below 2026.3.22, run openclaw update or plan the legacy line (Section 4).

  2. 02

    One-shot install: npx -y @tencent-weixin/openclaw-weixin-cli install — detects version, runs plugins install, guides QR login, restarts Gateway.

  3. 03

    Manual equivalent: openclaw plugins install "@tencent-weixin/openclaw-weixin"openclaw config set plugins.entries.openclaw-weixin.enabled trueopenclaw channels login --channel openclaw-weixinopenclaw gateway restart.

  4. 04

    WeChat client: 8.0.70+, path Me → Settings → Plugins → “WeChat ClawBot”; on Android without gray release, CLI QR may still trigger plugin update (re-scan after force-close).

  5. 05

    Multi-account (optional): repeat channels login; set openclaw config set session.dmScope per-account-channel-peer; optional channels.openclaw-weixin.botAgent in openclaw.json for log attribution only.

  6. 06

    Acceptance: openclaw channels status --probe + openclaw doctor --deep; send a test line in WeChat and watch openclaw logs --follow. Pairing issues: channels probe article.

bash
# 2026 Tencent WeChat channel — one-shot + acceptance
npx -y @tencent-weixin/openclaw-weixin-cli install

openclaw --version
openclaw channels status --probe
openclaw doctor --deep
openclaw logs --follow

# Older host: legacy plugin line
openclaw plugins install @tencent-weixin/openclaw-weixin@legacy
info

Tip: if npx is slow, point npm at a mirror, then retry. On plugin install failure, confirm openclaw plugins list before scanning QR again.

warning

Note: traffic uses Tencent’s official channel and passes content safety review. Sensitive wording may be filtered. Use a secondary WeChat account for production binding when possible.

04

Version matrix, WeChat hard limits, and host selection

Plugin lineOpenClaw hostnpm dist-tagTypical error
2.0.x>= 2026.3.22latestHost too old → upgrade OpenClaw
1.0.x>= 2026.1.0 < 2026.3.22legacyInstall @legacy instead of forcing host upgrade
  • WeChat 8.0.70+: plugin entry and QR auth depend on a recent client; iOS often rolls out before Android gray release.
  • Single chat only / no groups: copy group text to the bot manually or use WeCom for room automation.
  • Files in-only: you can send PDFs or images to the bot for analysis; results often return via OpenClaw Web or another channel, not as WeChat attachments.
  • 24h interaction keepalive: long idle periods may stop proactive pushes; use cron heartbeat or a daily ping for automation.

A sleeping laptop Gateway breaks WeChat the moment the lid closes. An exclusive, always-on macOS node matches 7×24 channel expectations better than intermittent personal hardware. Supervise with the same discipline as remote Mac launchd health checks.

If you want VPS-like provisioning for SSH-maintainable Macs where this six-step runbook ships in a golden image, NodeMini Mac Mini cloud rental is usually the better fit than home Gateway sleep schedules and office bots waiting on a machine that is offline. See rental rates and help center for sizing and access.

FAQ

Frequently asked questions

WeChat ClawBot is the channel plugin; OpenClaw Gateway is the runtime. Install OpenClaw first, then openclaw-weixin-cli. Baseline install: cross-platform install troubleshooting.

Set plugins.entries.openclaw-weixin.enabled to true and gateway restart. Multiple accounts need session.dmScope per-account-channel-peer. Host sizing: Mac Mini cloud rental rates.

The Telegram article covers 409, webhooks, and Chrome Relay. This article covers Tencent’s official WeChat plugin, install steps, and product limits. Onboarding help: help center.