← 返回 Skills 市场
460
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-weixin-setup
功能描述
Install and connect the WeChat (微信) channel plugin for OpenClaw. Use when the user asks to set up WeChat, connect WeChat, install the WeChat plugin, scan WeC...
安全使用建议
This skill appears to do what it says: it tells you to install a WeChat plugin for OpenClaw and to scan a QR to link an account. Before running the provided commands, consider these precautions:
- Verify you have the openclaw CLI installed and working.
- Inspect the npm package (https://www.npmjs.com/package/@tencent-weixin/openclaw-weixin-cli or the package's GitHub repo) before running npx, and prefer a pinned version rather than '@latest' if you want repeatability.
- Be aware that npx executes code downloaded from the npm registry; run it in a trusted or isolated environment (not as root) if you have concerns.
- After installation, check OpenClaw plugin settings and logs to confirm expected behavior and revoke access if unexpected activity occurs.
- If you want higher assurance, obtain the plugin from an official OpenClaw or Tencent repository and validate its source code/maintainer identity before installing.
功能分析
Type: OpenClaw Skill
Name: openclaw-weixin-setup
Version: 1.0.0
The skill bundle instructs the AI agent to execute `npx -y @tencent-weixin/openclaw-weixin-cli@latest install` in SKILL.md, which downloads and runs remote code from an unverified npm scope. This presents a significant supply chain risk, as the scope name (@tencent-weixin) mimics official branding but its legitimacy cannot be verified within the bundle. While the behavior aligns with the stated goal of installing a WeChat plugin, the use of npx for automated installation of remote artifacts is a high-risk pattern often used in supply chain attacks.
能力评估
Purpose & Capability
Name, description, and runtime steps all align: the SKILL.md explains how to install and enable an OpenClaw WeChat plugin and how to log in via QR. The commands and config paths referenced (openclaw CLI, plugin enablement, gateway restart, channels login) are appropriate for this purpose.
Instruction Scope
Instructions are narrowly scoped to installing the plugin, starting the QR login flow, verifying status, and optional configuration. They do not request unrelated files, system-wide credentials, or data exfiltration. They do assume the user will run commands in a terminal and may instruct inspection of OpenClaw's config and status, which is appropriate for this task.
Install Mechanism
Installation is performed by running 'npx -y @tencent-weixin/openclaw-weixin-cli@latest install'. This is a reasonable delivery mechanism for an npm-based CLI but has supply-chain considerations: npx fetches and executes a package from the npm registry (using the latest tag), which can run arbitrary install scripts. The skill itself contains no bundled code or vetted install spec.
Credentials
The skill declares no environment variables, credentials, or config paths. The operations it requests (running openclaw commands and scanning a QR from the mobile WeChat app) match the stated purpose and do not require additional secrets or unrelated access.
Persistence & Privilege
always is false and the skill is instruction-only. It does not request persistent elevated privileges, nor does it modify other skills or system-wide agent settings. Autonomous invocation is allowed by default but not specific to this skill and does not by itself create additional privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-weixin-setup - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-weixin-setup触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: WeChat plugin installation and QR code connection workflow
元数据
常见问题
OpenClaw WeChat Setup 是什么?
Install and connect the WeChat (微信) channel plugin for OpenClaw. Use when the user asks to set up WeChat, connect WeChat, install the WeChat plugin, scan WeC... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 460 次。
如何安装 OpenClaw WeChat Setup?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-weixin-setup」即可一键安装,无需额外配置。
OpenClaw WeChat Setup 是免费的吗?
是的,OpenClaw WeChat Setup 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw WeChat Setup 支持哪些平台?
OpenClaw WeChat Setup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw WeChat Setup?
由 Rong(@kylinr)开发并维护,当前版本 v1.0.0。
推荐 Skills