← 返回 Skills 市场
126
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install wechat-send-cn
功能描述
Send a message to a contact or group via macOS WeChat desktop client. Use when the user asks to send a WeChat message, message someone on WeChat, or reply to...
安全使用建议
This skill appears to do what it says: automate the macOS WeChat desktop UI to send messages. Before installing, consider: (1) You must grant Accessibility permissions and have WeChat logged in. (2) The script saves screenshots and a temporary clipboard file under /tmp (e.g., /tmp/wechat_search_dropdown.png, /tmp/wechat_verify_title.png, /tmp/wechat_send_clip.txt); these may contain sensitive text and are readable by other local users/processes — clean them if needed. (3) Installation uses Homebrew's cliclick (standard). (4) If you want to limit risk, review the provided script yourself and run it in a controlled environment, and avoid giving the agent autonomous ability to run the skill if you prefer manual control.
功能分析
Type: OpenClaw Skill
Name: wechat-send-cn
Version: 2.0.1
The skill automates the macOS WeChat desktop client using high-risk capabilities including UI automation (cliclick), keystroke injection (osascript), and screen capture (screencapture), which require Accessibility permissions. While these behaviors are aligned with the stated purpose of sending messages, they constitute a significant attack surface. The script (scripts/wechat_send.sh) uses temporary files in /tmp to store message content and screenshots, which could lead to sensitive data exposure. No evidence of intentional malice, data exfiltration, or prompt injection was found, but the reliance on high-privilege automation tools and local file storage for sensitive data warrants a suspicious classification.
能力评估
Purpose & Capability
Name/description ask to send WeChat messages on macOS and the skill requires WeChat, Accessibility permission, and cliclick — all directly relevant. The included script performs UI automation, OCR, and paste/send operations that match the claimed capability.
Instruction Scope
SKILL.md and the script only direct local operations: activate/rescale the WeChat window, search, take screenshots under /tmp, run local Swift OCR, and paste/send text. This matches the purpose. Note: the skill explicitly asks the agent to read /tmp/wechat_search_dropdown.png when fallback occurs — that screenshot can contain sensitive information (contact names, partial conversation snippets), so agent access to these files is expected but is a privacy consideration.
Install Mechanism
Install uses a Homebrew formula (cliclick), a standard and well-known package source for macOS. No downloads from untrusted URLs or arbitrary archives are used.
Credentials
No environment variables or external credentials are requested. The script uses temporary files in /tmp for clipboard content and screenshots — functionally necessary for CJK/multiline clipboard handling and OCR, but these artifacts may persist temporarily and are accessible to other local processes.
Persistence & Privilege
Skill is not always-on and does not require elevated system privileges beyond standard Accessibility permissions for UI scripting. It does not modify other skills or system-wide configuration. Autonomous invocation is allowed by default but is not combined with broad credentials or other red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-send-cn - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-send-cn触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
v2.0.1: Fixed verification logic - exclusion keywords moved before exact match, only precise search result indicators retained (网络查找/查找微信号/搜索网络结果), removed false positives (搜索/网络). Success rate 99% → 99.5+%, zero false sends, normal flow ~5.7s
v1.1.0
基于 wechat-send 开发,SKILL.md 全面中文化,发送逻辑与参数完全保留
元数据
常见问题
Wechat Send 是什么?
Send a message to a contact or group via macOS WeChat desktop client. Use when the user asks to send a WeChat message, message someone on WeChat, or reply to... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 126 次。
如何安装 Wechat Send?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-send-cn」即可一键安装,无需额外配置。
Wechat Send 是免费的吗?
是的,Wechat Send 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Wechat Send 支持哪些平台?
Wechat Send 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin)。
谁开发了 Wechat Send?
由 Lnation(@chuntong007)开发并维护,当前版本 v2.0.1。
推荐 Skills