← 返回 Skills 市场
529279917

wechat-skill

作者 529279917 · GitHub ↗ · v1.0.1 · MIT-0
win32 ⚠ suspicious
396
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install wechat-skill
功能描述
Windows 电脑端微信消息发送 MCP,实现在微信上给指定联系人发送消息
安全使用建议
This skill appears to do exactly what it claims: control the WeChat desktop window to send messages via GUI automation. Before installing or running it, consider the following: (1) it takes and saves screenshots of your WeChat window to the skill folder — these may contain sensitive messages; (2) it copies message text to your clipboard (overwriting whatever was there); (3) it sends global keystrokes and mouse clicks and can accidentally send input to the wrong window if focus is lost; (4) dependencies are installed from PyPI — review them and install manually if you prefer; (5) the SKILL.md uses a user-specific path example (C:\Users\toby\...) — adjust to your environment. If you accept those privacy/usability trade-offs, prefer to review the script yourself and run it in a controlled session (no other important apps focused) and remove saved screenshots afterward.
功能分析
Type: OpenClaw Skill Name: wechat-skill Version: 1.0.1 The skill employs high-risk GUI automation and screen capture capabilities using 'pyautogui' and 'Pillow' to interact with the WeChat desktop client. It explicitly disables the 'pyautogui' failsafe mechanism and saves multiple screenshots of the application's interface (containing potentially private chat data) to the local directory (server.py). While these behaviors align with the stated goal of automating a non-API-based application, the broad control over system input and the local storage of sensitive screen data represent a significant attack surface without clear evidence of data exfiltration.
能力评估
Purpose & Capability
The name/description (WeChat message sending on Windows) align with the included Python code and SKILL.md. Requiring python and the listed pyautogui-related packages is proportional to GUI automation of WeChat. No unrelated credentials, binaries, or cloud services are requested.
Instruction Scope
SKILL.md instructs the agent to invoke the bundled Python script to control the WeChat GUI. The script captures window screenshots, activates windows, manipulates the clipboard, and sends keystrokes/mouse clicks — all within the stated purpose. These instructions do not attempt to read unrelated system files or environment variables, but they do perform broad desktop interactions (focus changes, global keystrokes) that can affect other applications.
Install Mechanism
There is no registry install spec; SKILL.md tells the user to pip install standard PyPI packages (pyautogui, opencv, etc.). Using PyPI packages is typical for this task; it is moderate-risk compared with a direct remote download but expected for a Python GUI tool. Users should review and install dependencies themselves rather than blindly running install commands.
Credentials
The skill requests no environment credentials (proportional). However, it writes screenshots to the skill directory (verify.png, search_result.png, input_verify.png, opened_chat.png, result.png) and overwrites the clipboard when pasting messages. These behaviors can leak or persist sensitive chat content locally and can overwrite user clipboard data unexpectedly.
Persistence & Privilege
No elevated privileges or always:true flag are requested. The skill runs only when invoked and does not modify other skills or system-wide configs. It does require an interactive desktop session (access to the user's GUI) and will act as the logged-in user, so it must run in the user's session context.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updata the description. - No code or documentation updates included in this version.
v1.0.0
wechat-skill 1.0.0 - 首次发布,支持在 Windows 端监控和发送微信消息 - 可自动搜索联系人、打开聊天窗口,并发送消息 - 支持微信窗口截图、独立聊天窗口识别 - 添加多联系人选择和发送前确认流程 - 仅在用户明确要求通过微信时触发,避免与其他通信工具混淆
元数据
Slug wechat-skill
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

wechat-skill 是什么?

Windows 电脑端微信消息发送 MCP,实现在微信上给指定联系人发送消息. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 396 次。

如何安装 wechat-skill?

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

wechat-skill 是免费的吗?

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

wechat-skill 支持哪些平台?

wechat-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(win32)。

谁开发了 wechat-skill?

由 529279917(@529279917)开发并维护,当前版本 v1.0.1。

💬 留言讨论