← 返回 Skills 市场
146
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install wechat-desktop-sender
功能描述
Windows WeChat desktop automation for opening chats and sending messages. Use when the user wants to open 微信桌面端, search a contact or group, send a message, s...
安全使用建议
This skill appears to be what it says: desktop UI automation for Windows WeChat. Before installing/running it, consider: (1) it manipulates your clipboard (pyperclip) and will overwrite whatever is there — don't run while you need clipboard data; (2) it can capture screenshots and save logs that include message text and recipient names (wechat_automation_logs/) — treat those files as sensitive; (3) OCR and screenshots use Pillow/pytesseract and capture the full screen, so overlapping windows could leak unrelated content; (4) test first using 文件传输助手 as recommended and inspect the generated logs/screenshots; (5) ensure you comply with WeChat terms and privacy expectations (automating mass messaging can have policy/legal consequences). If you want to be extra cautious, run the scripts on a test/isolated Windows machine or review the code yourself (the Python sources are included and straightforward).
功能分析
Type: OpenClaw Skill
Name: wechat-desktop-sender
Version: 0.4.0
The skill bundle provides a suite of Python scripts for automating the Windows WeChat desktop client using the pywinauto library. It supports single, batch, and personalized message sending by simulating user interactions like searching for contacts and pasting text. The implementation is transparent, well-documented, and aligns strictly with its stated purpose without any evidence of data exfiltration, malicious execution, or unauthorized persistence.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the included Python scripts all describe and implement desktop UI automation for WeChat (open app, search chat, paste/send messages, verify). The declared requirements (none) and the actual code (pywinauto, pyperclip, psutil, optional Pillow/pytesseract) are coherent with the stated purpose — nothing requests unrelated cloud credentials, system configs, or network endpoints.
Instruction Scope
Runtime instructions and code stay within desktop automation scope: starting/connecting to WeChat.exe, locating UI controls, copying text to the clipboard, sending Enter to send messages, collecting window texts, optionally taking screenshots and running local OCR. However, these behaviors carry privacy implications: screenshots (ImageGrab.grab()) capture the full screen, logs and control-tree dumps may contain message/recipient text, and pyperclip.copy() overwrites the clipboard. These actions are expected for verification/debugging but users should be aware they can capture sensitive local content.
Install Mechanism
No automated install spec is provided (instruction-only install); SKILL.md suggests pip-installing well-known Python packages. That is low-risk compared with remote download/extract installs. The skill does not automatically fetch or execute code from arbitrary URLs.
Credentials
The skill requests no environment variables, no credentials, and no config paths. All file access is user-supplied (contacts CSV/JSON) or local log/screenshot output under wechat_automation_logs/. This is proportionate to the stated purpose.
Persistence & Privilege
Skill flags are typical (not always: true). The skill does not request permanent platform presence, does not modify other skills or global agent settings, and does not store secrets. It operates only when the user runs the scripts.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-desktop-sender - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-desktop-sender触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.4.0
Add template-variable campaign workflow for CSV/JSON recipient lists plus rendered-message tracking and sample template dataset.
v0.3.0
Version 2 tracked delivery summaries: add per-recipient status, retry recommendation, sent_at, and top-level summary stats for batch and personalized sends.
v0.2.0
Add personalized serial send workflow, sample campaign file, and OpenClaw conversational routing guidance.
v0.1.0
Initial release: single send, serial batch send, text verification, optional OCR verification for Windows WeChat desktop automation.
元数据
常见问题
WeChat Desktop Sender 是什么?
Windows WeChat desktop automation for opening chats and sending messages. Use when the user wants to open 微信桌面端, search a contact or group, send a message, s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 146 次。
如何安装 WeChat Desktop Sender?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-desktop-sender」即可一键安装,无需额外配置。
WeChat Desktop Sender 是免费的吗?
是的,WeChat Desktop Sender 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
WeChat Desktop Sender 支持哪些平台?
WeChat Desktop Sender 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WeChat Desktop Sender?
由 Koi(@jinhuadeng)开发并维护,当前版本 v0.4.0。
推荐 Skills