← 返回 Skills 市场
openlark

Windows WeChat MCP

作者 OpenLark · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
43
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install windows-wechat-mcp
功能描述
Monitor WeChat window status, search contacts, and send messages on Windows via automated screenshots and input control.
安全使用建议
This skill appears to do exactly what it says: automate the WeChat desktop UI using Python GUI automation. Before installing, consider: 1) GUI automation can send keystrokes and screenshots — run it only on a machine you trust and not on systems with sensitive data you don't want captured; 2) pip installs come from PyPI; review and install dependencies in a controlled/isolated environment (virtualenv); 3) if you don't want the agent to send messages without your explicit approval, disable autonomous invocation or require user confirmation before using the skill; 4) review the script yourself (it is short and local) and test with a non-production WeChat account to avoid accidental messages. If any of these are unacceptable, do not install or restrict the skill's use.
功能分析
Type: OpenClaw Skill Name: windows-wechat-mcp Version: 1.0.0 The skill bundle provides legitimate Windows WeChat automation functionality using standard UI automation libraries (pyautogui, pygetwindow, pyperclip). The code in scripts/server.py implements the features described in SKILL.md, such as searching for contacts and sending messages via simulated keystrokes, without any evidence of data exfiltration, obfuscation, or unauthorized remote execution.
能力评估
Purpose & Capability
The name/description (WeChat window monitoring and message sending) aligns with the included code: functions search_contact, send_message_to_current, send_message_to_contact, and get_wechat_status. The script uses GUI automation libraries appropriate to that goal. There are no unrelated credentials, binaries, or external services requested.
Instruction Scope
SKILL.md and scripts/server.py instruct only GUI automation actions (activate window, screenshot region, copy to clipboard, paste, press Enter). The instructions do not attempt to read unrelated files, environment variables, or transmit data to external endpoints. They do require the WeChat window to be open and will activate it.
Install Mechanism
There is no formal install spec; SKILL.md instructs the user to pip install pyautogui, pygetwindow, pillow, pyperclip, opencv-python. This is typical and not inherently risky, but pip installs will pull code from PyPI and may have native dependencies — review packages and install from trusted environment.
Credentials
The skill requests no environment variables, credentials, or config paths. The functionality (GUI automation) does not require secrets, so the lack of requested credentials is proportionate.
Persistence & Privilege
The skill is not always-enabled and doesn't modify other skills or system configs. However, because it performs keyboard/mouse automation and clipboard manipulation, allowing autonomous invocation (the platform default) would let the agent send messages or interact with the desktop without manual confirmation; this is a functional but potentially sensitive capability the user should consider.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install windows-wechat-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /windows-wechat-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Windows WeChat MCP – automates message monitoring and sending using window automation. - Send messages to specified or current WeChat contacts directly from your Windows desktop. - Capture screenshots of the WeChat window. - Detect and interact with detached chat (“Dragon”) windows. - Check WeChat window status, including position and running state. - Use via Python or call built-in MCP tools for integration with other workflows.
元数据
Slug windows-wechat-mcp
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Windows WeChat MCP 是什么?

Monitor WeChat window status, search contacts, and send messages on Windows via automated screenshots and input control. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 43 次。

如何安装 Windows WeChat MCP?

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

Windows WeChat MCP 是免费的吗?

是的,Windows WeChat MCP 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Windows WeChat MCP 支持哪些平台?

Windows WeChat MCP 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Windows WeChat MCP?

由 OpenLark(@openlark)开发并维护,当前版本 v1.0.0。

💬 留言讨论