Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
molthuman-oc-plugin-wx logo

molthuman-oc-plugin-wx

longmajs/WeClawBot-ex

Otheropenclawby longmajs

Summary

OpenClaw plugin exposing 0 skills across openclaw-weixin.

Install to Claude Code

openclaw plugin add longmajs/WeClawBot-ex

Run in Claude Code. Add the marketplace first with /plugin marketplace add longmajs/WeClawBot-ex if you haven't already.

README.md

WeClawBot-ex

简体中文

Multi-account extension for WeChat ClawBot (the official WeChat AI bot plugin by Tencent).

The official ClawBot only supports one QR code and one user at a time. WeClawBot-ex removes this limit — multiple WeChat accounts can scan, log in, and chat with your AI agent simultaneously, all managed through a local web console.

What This Adds Over the Official ClawBot

| | Official ClawBot | WeClawBot-ex | |---|---|---| | Concurrent accounts | 1 | Unlimited | | QR code management | CLI only | Local web console | | Channel status overview | None | Dashboard with live stats | | Cooldown diagnostics | None | -14 errcode visibility | | Session isolation | Shared | Per-account-per-user |

Console Preview

<img src="./docs/weclawbot-ex-console-preview.png" alt="WeClawBot-ex console preview" width="980" />

Quick Start

Prerequisites

  • Node.js >= 22
  • OpenClaw installed (openclaw CLI available)

Install

git clone https://github.com/ImGoodBai/WeClawBot-ex.git
cd WeClawBot-ex
openclaw plugins install .

Configure

Add to your OpenClaw config (openclaw config edit):

{
  "session": {
    "dmScope": "per-account-channel-peer"
  },
  "plugins": {
    "entries": {
      "molthuman-oc-plugin-wx": {
        "enabled": true,
        "package": "molthuman-oc-plugin-wx"
      }
    }
  },
  "channels": {
    "openclaw-weixin": {
      "baseUrl": "https://ilinkai.weixin.qq.com",
      "demoService": {
        "enabled": true,
        "port": 19120
      }
    }
  }
}

Use

1. Start your OpenClaw Gateway 2. Open http://127.0.0.1:19120/ 3. Click Add WeChat Channel — scan the QR code with WeChat 4. Restart Gateway after scan success 5. Send a message from that WeChat account — your AI agent replies

Repeat step 3 for each additional WeChat account.

How It Works

WeChat User A ──┐
WeChat User B ──┤──> WeClawBot-ex (multi-account plugin)
WeChat User C ──┘         |
                          |──> OpenClaw Agent
                          |         |
                          └──< Reply to each WeChat user
  • Fork of the official @tencent-weixin/openclaw-weixin plugin (v1.0.2)
  • Extends the QR login module to support concurrent multi-session management
  • Adds a local web console (src/service/) for visual channel management
  • Each WeChat account gets isolated DM sessions — no cross-talk

Maintenance Boundary

  • The upstream protocol/runtime layer is treated as frozen
  • Ongoing changes should stay in our own layer: src/service/, plugin packaging, and docs
  • Avoid editing upstream-derived files unless a compatibility fix is unavoidable

Roadmap

  • [ ] Group chat (@bot mode)
  • [ ] Media message support (images, files, voice)
  • [ ] Hot-reload after scan (no gateway restart)
  • [ ] Shareable QR codes for external distribution

License

MIT — see LICENSE and NOTICE for upstream attribution.

WeChat Group

Scan the QR code below to join the WeChat ClawBot exchange group:

<img src="./docs/weclawbot-ex-wechat-group-qr.jpg" alt="WeClawBot-ex WeChat group QR" width="360" />

Related plugins

Browse all →