← 返回 Skills 市场
149
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install weixin-plugin-installer
功能描述
通过聊天指令安装微信连接、刷新最新二维码、查询当前二维码状态、取消当前二维码刷新任务。
安全使用建议
This skill appears to implement what it claims (installing/enabling a Weixin plugin and managing QR login), but there are a few things to consider before installing:
- Clarify the contradiction in SKILL.md that "forbids" the plugin package names while the install script installs @tencent-weixin/openclaw-weixin; prefer to run only the provided scripts, not ad-hoc commands.
- The scripts call 'openclaw plugins install' and 'openclaw channels login' which will fetch and run external plugin code via OpenClaw — only proceed if you trust the OpenClaw plugin source that will be installed.
- Logs for the login flow are written under $HOME/.openclaw/weixin-plugin-installer; these logs may contain sensitive tokens/cookies/session traces. Check and secure filesystem permissions for that directory and review logs for sensitive strings before sharing.
- The skill schedules an asynchronous 'openclaw gateway restart' which can interrupt service; run this in a maintenance window or on a host where a restart is acceptable.
- Use only in an admin/private context as instructed. If you need higher assurance, request the exact plugin release/package to be installed (origin, checksum) and audit the plugin package fetched by openclaw before allowing the install.
If you want, I can (a) list the exact file paths the skill will write to, (b) show the exact openclaw CLI commands it will run, or (c) suggest a minimal safe checklist to run before enabling this skill on production.
能力评估
Purpose & Capability
The skill name/description (installing and managing Weixin QR/login) align with the scripts provided: installing/enabling an OpenClaw Weixin plugin, starting a login flow, rendering QR images from logs, querying status, cancelling tasks, and scheduling a gateway restart. Requested binaries (bash, python3, openclaw) are appropriate for these tasks.
Instruction Scope
SKILL.md narrowly restricts the agent to run only scripts under the skill directory, and the scripts themselves implement the described behaviors. One source-of-truth mismatch: SKILL.md's "绝对禁止" list includes package names like @tencent-weixin/openclaw-weixin, yet install_weixin_connection.sh internally calls 'openclaw plugins install "@tencent-weixin/openclaw-weixin"'. This is inconsistent (could be intentional to force use of the packaged script rather than ad-hoc commands) and should be clarified.
Install Mechanism
There is no separate install spec; the skill is instruction-plus-scripts (no arbitrary downloads embedded in the package). The only external install action is performed via the openclaw CLI (openclaw plugins install ...) which will fetch the plugin through OpenClaw's plugin mechanism — expected for a plugin installer.
Credentials
The skill requests no special environment variables, but scripts create state under $HOME/.openclaw/weixin-plugin-installer and a .out directory inside the skill, spawn background processes, and write logs that may contain sensitive tokens/cookies/session traces from 'openclaw channels login'. SKILL.md instructs not to expose tokens, but the scripts capture logs and may include tail snippets in emitted JSON messages. Ensure log file permissions and that emitting log tail won't leak credentials.
Persistence & Privilege
The skill creates persistent state (pid files, logs, cached QR images) in the user's home under ~/.openclaw and can schedule an asynchronous 'openclaw gateway restart' via a background job. That restart behavior is explained and intentionally deferred, but it is a privileged operation that can disrupt the gateway — acceptable for an installer but worth being aware of.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weixin-plugin-installer - 安装完成后,直接呼叫该 Skill 的名称或使用
/weixin-plugin-installer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.3
Detect scanned state and schedule delayed gateway restart after confirmed login
v0.1.2
Avoid in-band gateway restart during chat-based install; continue QR flow on next refresh
v0.1.1
Restart gateway after plugin install and align docs
v0.1.0
Initial publish
元数据
常见问题
Weixin Plugin Installer 是什么?
通过聊天指令安装微信连接、刷新最新二维码、查询当前二维码状态、取消当前二维码刷新任务。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 149 次。
如何安装 Weixin Plugin Installer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weixin-plugin-installer」即可一键安装,无需额外配置。
Weixin Plugin Installer 是免费的吗?
是的,Weixin Plugin Installer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Weixin Plugin Installer 支持哪些平台?
Weixin Plugin Installer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin)。
谁开发了 Weixin Plugin Installer?
由 zyg(@donotwannatry)开发并维护,当前版本 v0.1.3。
推荐 Skills