← 返回 Skills 市场
shaojiankui

微信 ClawBot 插件安装

作者 skyfox · GitHub ↗ · v5.0.1 · MIT-0
cross-platform ⚠ suspicious
223
总下载
1
收藏
0
当前安装
9
版本数
在 OpenClaw 中安装
/install weixin-setup
功能描述
Install and connect the WeChat ClawBot (微信ClawBot) channel plugin for OpenClaw. Patches qrcode-terminal to output scannable image URLs instead of ASCII QR co...
安全使用建议
This skill appears to perform the advertised WeChat plugin install and patch, but it modifies plugin files and sends the QR payload to a public QR image service (api.qrserver.com). That QR data often contains authentication/state tokens — sending it to a third party can leak access. Before installing: (1) review the plugin package (@tencent-weixin/openclaw-weixin-cli) source and confirm you trust it; (2) prefer a local QR generation approach (e.g., a local Node QR library or self-hosted QR service) instead of api.qrserver.com; (3) back up the original main.js (the script already makes a .bak), and test in an isolated environment; (4) be cautious when running the kill/pgrep commands — ensure they target the intended process; (5) if you must use this patch, understand it will be overwritten on plugin updates and that you are intentionally sending QR contents to an external domain. If you want, I can suggest a variant of the patch that generates the QR image locally to avoid leaking QR data.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the included script all align: they install/connect the openclaw-weixin plugin and patch qrcode-terminal to emit an image URL. The hard-coded filesystem paths (/home/node/.openclaw/...) and the expectation of Node/npm are consistent with the stated task, but the script assumes a specific install location and user (node) which may not match every deployment.
Instruction Scope
SKILL.md instructs editing plugin internals (node_modules main.js) via sed and restarting/reloading the gateway (kill -USR1 $(pgrep -f openclaw-gateway)). Those actions are within scope for a plugin patch but grant the skill authority to modify code on disk and signal processes. More importantly, the patch replaces ASCII QR output with a URL that encodes the QR data and points to an external service — this transmits the QR payload (likely containing authentication tokens/URLs) outside the host, which is beyond the minimal scope of 'make QR scannable'.
Install Mechanism
There is no automated install spec; the skill is instruction-only and provides a shell script. No remote code download occurs as part of the script itself. The risk is limited to editing local plugin files (sed/backup). However, the implementation chooses a remote QR generation API instead of a local image generation approach, which introduces network/privacy risk at runtime rather than during installation.
Credentials
The skill requests no credentials or env vars, and references only local plugin/config/state paths (which is reasonable). The proportionality concern is network/third-party exposure: the patch builds a URL to https://api.qrserver.com/v1/create-qr-code/?... and encodes the QR payload into the query string, thereby leaking potentially sensitive QR contents (login tokens, account links) to an external service unrelated to OpenClaw or Tencent. This is not justified by the stated purpose and is avoidable (local QR rendering or self-hosted generator would be better).
Persistence & Privilege
always:false and no special platform privileges. The script modifies a third-party plugin file (node_modules) and creates a .bak file; this is a local persistent change but limited to the plugin. The SKILL.md warns the patch will be lost on plugin updates. The use of kill to signal openclaw-gateway is a normal reload technique but does affect running processes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weixin-setup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weixin-setup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v5.0.1
增加 ClawBot 字样
v5.0.0
中文重写,突出 accountId 不匹配问题
v4.0.1
Fix sed command in patch script for clean URL output
v4.0.0
Revert to stable v1: api.qrserver.com image URL generation. Simple, reliable, works.
v3.0.0
Local base64 data URI QR generation. No third-party API. Works in webchat.
v2.0.0
Revert to v1 approach: use api.qrserver.com for QR image URLs. Simple and works.
v1.1.1
Fix patch script: use node script instead of fragile sed, auto-detect plugin path, generate QR entirely on-device
v1.1.0
Replace third-party api.qrserver.com with local qrcode npm package. QR codes are now generated entirely on-device — no login payloads leave the machine.
v1.0.0
Initial publish: WeChat channel plugin setup with QR code patch for webchat/Discord
元数据
Slug weixin-setup
版本 5.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 9
常见问题

微信 ClawBot 插件安装 是什么?

Install and connect the WeChat ClawBot (微信ClawBot) channel plugin for OpenClaw. Patches qrcode-terminal to output scannable image URLs instead of ASCII QR co... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 223 次。

如何安装 微信 ClawBot 插件安装?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install weixin-setup」即可一键安装,无需额外配置。

微信 ClawBot 插件安装 是免费的吗?

是的,微信 ClawBot 插件安装 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

微信 ClawBot 插件安装 支持哪些平台?

微信 ClawBot 插件安装 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 微信 ClawBot 插件安装?

由 skyfox(@shaojiankui)开发并维护,当前版本 v5.0.1。

💬 留言讨论