← Back to Skills Marketplace
chairmanmiao

WeChat macOS Proxy

by Yoda_Feilin · GitHub ↗ · v1.1.1 · MIT-0
cross-platform ⚠ suspicious
314
Downloads
1
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install wechat-macos-proxy
Description
macOS 微信消息自动化工具。通过 GUI 自动化实现:发送消息给指定联系人、读取聊天内容、监控新消息。适用于需要自动化微信操作的场景,如定时发送、批量回复、消息备份等。依赖 peekaboo 进行屏幕截图和 UI 交互。仅支持 macOS。开源地址:https://github.com/chairmanmia...
Usage Guidance
This skill appears to do what it says: macOS GUI automation of WeChat via peekaboo. Before installing or running it, review and consider the following: (1) You must grant screen recording and Accessibility permissions to peekaboo/Terminal — this gives the tool the ability to capture and interact with visible screen content, including private chats. (2) The scripts save screenshots and logs to /tmp (and reference ~/.openclaw in examples); clean or secure those files if they contain sensitive data. (3) The weekly/feedback scripts call a 'clawhub' CLI that is not declared as a requirement—these are optional utilities for reporting and not needed for core send/read functionality; be cautious if you run them. (4) Prefer MODE=semi or manual and test with a non-sensitive contact before enabling fully automated sending to avoid accidental spam. (5) If you have privacy or compliance concerns, inspect the scripts yourself or review the upstream GitHub repo before use.
Capability Analysis
Type: OpenClaw Skill Name: wechat-macos-proxy Version: 1.1.1 The skill implements WeChat automation on macOS using high-risk GUI control and screen capture capabilities via the `peekaboo` utility and AppleScript. While the scripts (wechat_proxy.sh, config.sh) appear to function as described for messaging, chat reading, and history export, the requirement for Screen Recording and Accessibility permissions to access a private messaging app constitutes a significant security risk. No evidence of intentional malice or data exfiltration was found, but the bundle includes unusual maintenance scripts (check_feedback.sh, weekly_feedback_report.sh) that use the clawhub CLI to monitor the skill's status on the platform.
Capability Assessment
Purpose & Capability
The name/description match the code: scripts use peekaboo, osascript and screenshots to automate WeChat on macOS. Minor inconsistencies: SKILL.md and scripts clearly target darwin/macOS, but the registry metadata lists no OS restriction; auxiliary scripts (check_feedback.sh and weekly_feedback_report.sh) call a 'clawhub' CLI which is not declared in the SKILL.md requires list and is unrelated to core WeChat automation.
Instruction Scope
Runtime instructions and scripts stay within the stated scope: they activate WeChat, search contacts, take screenshots, simulate input, and write logs/screenshots to /tmp and ~/.openclaw paths. There are no instructions to read unrelated system files, export secrets, or send captured data to external endpoints. The feedback scripts do call 'clawhub' to inspect skill info (optional telemetry/inspection), but that only runs if the scripts are invoked.
Install Mechanism
This is an instruction-only skill (no install spec). The SKILL.md correctly instructs installing peekaboo and jq via brew. No remote downloads or archive extraction are used by the skill itself.
Credentials
The skill does not request environment variables, credentials, or config paths. It requires macOS screen-recording and accessibility permissions for peekaboo (documented). The only surprising dependency is an undeclared 'clawhub' CLI used by reporting scripts; that is optional and not required for core functionality.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or system-wide agent settings. It writes logs and temporary screenshots under /tmp and uses ~/.openclaw path in examples, which is proportional to its purpose.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wechat-macos-proxy
  3. After installation, invoke the skill by name or use /wechat-macos-proxy
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.1
添加 GitHub 开源链接,更新文档
v1.1.0
新增批量发送(batch-send)和聊天记录导出(export)功能
v1.0.1
优化 SKILL.md 描述:添加快速开始指南、适用场景、限制说明和故障排除
v1.0.0
Initial release: macOS 微信代聊助手,支持发送消息、读取消息、检查新消息、监听模式
Metadata
Slug wechat-macos-proxy
Version 1.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is WeChat macOS Proxy?

macOS 微信消息自动化工具。通过 GUI 自动化实现:发送消息给指定联系人、读取聊天内容、监控新消息。适用于需要自动化微信操作的场景,如定时发送、批量回复、消息备份等。依赖 peekaboo 进行屏幕截图和 UI 交互。仅支持 macOS。开源地址:https://github.com/chairmanmia... It is an AI Agent Skill for Claude Code / OpenClaw, with 314 downloads so far.

How do I install WeChat macOS Proxy?

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

Is WeChat macOS Proxy free?

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

Which platforms does WeChat macOS Proxy support?

WeChat macOS Proxy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created WeChat macOS Proxy?

It is built and maintained by Yoda_Feilin (@chairmanmiao); the current version is v1.1.1.

💬 Comments