← 返回 Skills 市场
267
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install weixin-mcp
功能描述
Send and receive WeChat messages, list contacts, and manage a listening daemon via the CLI tool npx weixin-mcp.
安全使用建议
This skill appears coherent and behaves as a thin wrapper around the third-party weixin-mcp CLI, but take these precautions before installing or running it: 1) Understand npx will fetch and execute code from the npm registry — inspect the package page, GitHub repo, recent releases, and the package author (bkmashiro) before use. 2) Tokens are stored locally in accounts/<id>.json; treat those files as sensitive and set WEIXIN_MCP_DIR to an isolated directory if desired. 3) Do NOT point webhooks at public/external URLs — SKILL.md warns that webhooks can include a 'context_token' and message content; use localhost or internal endpoints only. 4) Consider running the first login and daemon in a sandboxed or non-privileged environment (separate user or container). 5) Verify the package version you intend to run (the skill metadata has minor version references mismatch) and prefer pinned, audited releases. If you need higher assurance, review the weixin-mcp source code on GitHub and the npm package contents before allowing the agent to invoke it.
功能分析
Type: OpenClaw Skill
Name: weixin-mcp
Version: 1.2.1
The weixin-mcp skill bundle provides instructions and metadata for an AI agent to interact with WeChat via a dedicated CLI tool. The SKILL.md file contains transparent documentation regarding sensitive token storage (accounts/*.json) and explicitly warns the agent/user to use trusted, local webhook URLs to prevent data exposure. No evidence of malicious intent, prompt injection, or unauthorized data exfiltration was found; the capabilities described are strictly aligned with the stated purpose of WeChat integration.
能力评估
Purpose & Capability
The skill's name/description (WeChat send/receive, contacts, daemon) matches the SKILL.md instructions which call the weixin-mcp CLI via npx. Required artifacts (none) and declared npmPackage/repository are coherent. Minor metadata discrepancy: skill.json lists version 1.2.0 while registry metadata shows 1.2.1 and SKILL.md pins the CLI at weixin-mcp@^1.7 — this is likely benign but worth verifying.
Instruction Scope
Runtime instructions are explicit and limited to running npx weixin-mcp commands (status, login, send, poll, start/stop daemon, etc.). The SKILL.md explicitly documents that login tokens are stored locally and that webhooks may receive message content including a 'context_token' (sensitive), and it advises using localhost-only webhooks. The instructions do not ask the agent to read unrelated files, environment variables, or system state.
Install Mechanism
This is an instruction-only skill (no install spec or code files). It relies on npx to fetch and run the weixin-mcp package from npm at runtime. Using npx means code is pulled from the npm registry on-demand (moderate supply-chain risk); SKILL.md pins a caret range (^1.7) which allows minor updates — verify the package owner and release history before running in production.
Credentials
The skill declares no required environment variables or credentials. It documents an optional WEIXIN_MCP_DIR to control where sensitive login tokens (accounts/<id>.json) are stored. The sensitivity of these locally stored tokens and the risk of sending them to external webhooks are correctly called out in the docs.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. It may start a user-level daemon (weixin-mcp) if the agent runs the provided start commands, which is consistent with the stated purpose.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weixin-mcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/weixin-mcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.1
Add source/homepage links; sync skill.json version
v1.2.0
Security: pin npm version; add webhook security warnings; document credential storage
v1.1.0
Add image/file/video sending; MCP tools reference
v1.0.0
Initial release: WeChat messaging via weixin-mcp CLI
元数据
常见问题
weixin-mcp 是什么?
Send and receive WeChat messages, list contacts, and manage a listening daemon via the CLI tool npx weixin-mcp. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 267 次。
如何安装 weixin-mcp?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weixin-mcp」即可一键安装,无需额外配置。
weixin-mcp 是免费的吗?
是的,weixin-mcp 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
weixin-mcp 支持哪些平台?
weixin-mcp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 weixin-mcp?
由 Yuzhe Shi(@bkmashiro)开发并维护,当前版本 v1.2.1。
推荐 Skills