← Back to Skills Marketplace
529279917

wechat-skill

by 529279917 · GitHub ↗ · v1.0.1 · MIT-0
win32 ⚠ suspicious
396
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install wechat-skill
Description
Windows 电脑端微信消息发送 MCP,实现在微信上给指定联系人发送消息
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wechat-skill
  3. After installation, invoke the skill by name or use /wechat-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Updata the description. - No code or documentation updates included in this version.
v1.0.0
wechat-skill 1.0.0 - 首次发布,支持在 Windows 端监控和发送微信消息 - 可自动搜索联系人、打开聊天窗口,并发送消息 - 支持微信窗口截图、独立聊天窗口识别 - 添加多联系人选择和发送前确认流程 - 仅在用户明确要求通过微信时触发,避免与其他通信工具混淆
Metadata
Slug wechat-skill
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is wechat-skill?

Windows 电脑端微信消息发送 MCP,实现在微信上给指定联系人发送消息. It is an AI Agent Skill for Claude Code / OpenClaw, with 396 downloads so far.

How do I install wechat-skill?

Run "/install wechat-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is wechat-skill free?

Yes, wechat-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does wechat-skill support?

wechat-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (win32).

Who created wechat-skill?

It is built and maintained by 529279917 (@529279917); the current version is v1.0.1.

💬 Comments