← 返回 Skills 市场
wx
作者
libero1980
· GitHub ↗
· v1.0.0
· MIT-0
379
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wx-send
功能描述
发送微信消息给指定联系人。支持两种模式:(1) 有消息内容:直接发送指定消息;(2) 无消息内容:OCR 截图识别聊天窗口内容并自动回复。当用户需要自动发送微信消息、自动回复微信聊天时触发此技能。
安全使用建议
This skill automates WeChat by simulating keystrokes, modifying your clipboard, and taking full-screen screenshots for OCR. Before installing: (1) verify the skill source — it has no homepage and an unknown publisher; (2) inspect the scripts yourself — they will run locally and manipulate clipboard/screen; (3) be cautious granting macOS Accessibility and Screen Recording rights (these let the script see and control other app content); (4) note wx_ocr_reply.py mentions OpenAI but no API key is declared — if you enable OCR-reply, confirm where recognized text or screenshots are sent and whether an API key will be required; (5) run tests with a dummy account/contact and avoid running on systems with sensitive on-screen data. If you want to proceed, consider restricting network access during testing or reviewing/locking down any code paths that would send screenshots or clipboard contents to external services.
功能分析
Type: OpenClaw Skill
Name: wx-send
Version: 1.0.0
The skill implements WeChat automation using high-risk methods, including full-screen screenshots (`screencapture` in `wx_ocr_reply.py`) and UI manipulation via AppleScript and `pyautogui`. While these capabilities align with the stated purpose of automated messaging and OCR-based replies, capturing the entire screen poses a significant privacy risk as it may inadvertently collect sensitive data from other visible applications. There is no evidence of data exfiltration or intentional malice, but the reliance on broad system permissions and invasive data collection techniques warrants a suspicious classification.
能力评估
Purpose & Capability
The name/description (send WeChat messages / optional OCR-reply) match the included AppleScript and Python UI-automation code. The AppleScript and pyautogui approaches are appropriate for this purpose. However, SKILL.md and wx_ocr_reply.py reference using an OpenAI API for automated replies while the skill declares no required credentials — that mismatch is unexplained.
Instruction Scope
Runtime instructions and scripts simulate UI, modify the clipboard, and capture full-screen screenshots (/tmp/wechat_screenshot.png) for OCR. Screenshot + OCR can capture sensitive data beyond WeChat. The AppleScript sets the clipboard (reads/writes user clipboard) and the Python OCR code runs an inline Python snippet invoking Vision and AppKit. The OCR script prints recognized text and contains a TODO to call an LLM; instructions are open-ended about where replies are generated or sent.
Install Mechanism
There is no install spec (instruction-only), which limits on-disk installs to the provided scripts. The scripts require optional Python packages (pyautogui) and macOS permissions. No remote downloads or installers are used, so install risk is limited, but the presence of executable scripts means the agent will execute local code if invoked.
Credentials
Declared requirements list no environment variables or credentials, yet the SKILL.md and wx_ocr_reply.py refer to configuring an OpenAI API for automated replies. That credential is neither declared nor constrained here. The skill will also interact with system clipboard and create screenshots, which are sensitive but not declared as a permission requirement. Overall, the requested/declared env access is under-specified and could hide remote API usage.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistent privileges. It does require macOS Accessibility (osascript/terminal) and screen capture permissions at runtime to function, which is normal for UI automation but grants access to interact with other apps and see screen contents.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wx-send - 安装完成后,直接呼叫该 Skill 的名称或使用
/wx-send触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
wx-send 1.0.0
- Initial release for sending WeChat messages to specified contacts on macOS using AppleScript automation.
- Supports two modes: direct message sending or OCR-based auto-reply from chat window screenshot.
- Includes detailed setup instructions, usage examples, and macOS accessibility permission requirements.
- Optional Python implementation and OCR integration guidance provided.
元数据
常见问题
wx 是什么?
发送微信消息给指定联系人。支持两种模式:(1) 有消息内容:直接发送指定消息;(2) 无消息内容:OCR 截图识别聊天窗口内容并自动回复。当用户需要自动发送微信消息、自动回复微信聊天时触发此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 379 次。
如何安装 wx?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wx-send」即可一键安装,无需额外配置。
wx 是免费的吗?
是的,wx 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
wx 支持哪些平台?
wx 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 wx?
由 libero1980(@libero1980)开发并维护,当前版本 v1.0.0。
推荐 Skills