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
qclaw-wechat-access logo

qclaw-wechat-access

MinamiJogen/openclaw-wechat

Otheropenclawby MinamiJogen

Summary

OpenClaw plugin exposing 0 skills across wechat-access.

Install to Claude Code

openclaw plugin add MinamiJogen/openclaw-wechat

Run in Claude Code. Add the marketplace first with /plugin marketplace add MinamiJogen/openclaw-wechat if you haven't already.

README.md

QClaw WeChat Access

English ⚠️本仓库随时可能因为微信或 QClaw 后端调整而失效

在 OpenClaw 中复用 QClaw 微信通路,将微信接入 OpenClaw!

功能说明

这个插件可以让原版 OpenClaw:

  • 通过 QClaw 的客服二维码流程配对微信
  • 将 QClaw 的 channel token 和模型 API key 同步到 OpenClaw 配置

邀请码与权限说明

这个项目不提供邀请码注册或账号开通能力。

因此你必须使用已经填写过邀请码的微信账号。如果账号尚未被 QClaw 后端开通,配对流程可能看起来成功,但网关仍然会把设备判定为离线。

要求

  • 已受到邀请可以正常使用 QClaw 的微信账号

安装

方式一:通过 npm 安装

openclaw plugins install @minamijogen/openclaw-wechat

方式二:从本地目录安装

openclaw plugins install /path/to/qclaw-wechat-plugin --link

方式三:先从 GitHub 克隆

git clone https://github.com/MinamiJogen/openclaw-wechat.git
cd openclaw-wechat
openclaw plugins install "$(pwd)" --link

方式四:按子包路径安装

git clone https://github.com/MinamiJogen/openclaw-wechat.git
cd openclaw-wechat
npm install
npm run build
openclaw plugins install -l ./packages/channels

安装完成后重启 OpenClaw。

命令

配对

openclaw qclaw-wechat pair

流程如下:

  • 如果当前没有可用的 QClaw 登录态,会先完成一次微信登录
  • 然后打开客服绑定二维码页面
  • 手机跳转到 QClaw 客服会话并确认绑定后,插件会轮询直到设备绑定完成

成功后会写入:

  • channels.wechat-access.token
  • channels.wechat-access.wsUrl
  • models.providers.qclaw.baseUrl
  • models.providers.qclaw.api
  • models.providers.qclaw.models
  • models.providers.qclaw.apiKey

解除配对

openclaw qclaw-wechat unpair

这会清除本地保存的登录状态,并从配置里移除当前 channel token。

同步

openclaw qclaw-wechat sync

这会从腾讯后端刷新 openclaw_channel_token 和 QClaw API key,并同步回配置文件。

无头服务器使用

如果不想自动打开浏览器,可以只打印本地二维码地址:

openclaw qclaw-wechat pair --no-open

如果是通过 SSH 连接到无头服务器,可以在服务端本地监听,再做端口转发:

ssh -L 64716:127.0.0.1:64716 user@server
openclaw qclaw-wechat pair --no-open --bind 127.0.0.1 --port 64716

然后在本地浏览器打开 http://127.0.0.1:64716/

如果服务器有反向代理或公网入口,可以这样:

openclaw qclaw-wechat pair \
  --no-open \
  --bind 0.0.0.0 \
  --port 64716 \
  --public-url https://your-host.example.com/qclaw-wechat

常见问题

配对成功了,但微信里仍然提示设备离线

这通常说明账号虽然完成了设备绑定,但并没有真正开通 QClaw 微信网关权限。设备绑定和账号授权不是一回事。

优先检查:

  • 账号是否能正常登录 QClaw
  • 账号是否已经被邀请

二维码页面没有自动打开

执行:

openclaw qclaw-wechat pair --no-open

然后手动打开终端打印出来的地址即可。

Related plugins

Browse all →