← Back to Skills Marketplace
chuntong007

Wechat Send

by Lnation · GitHub ↗ · v2.0.1 · MIT-0
darwin ⚠ suspicious
126
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install wechat-send-cn
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wechat-send-cn
  3. After installation, invoke the skill by name or use /wechat-send-cn
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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 全面中文化,发送逻辑与参数完全保留
Metadata
Slug wechat-send-cn
Version 2.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 126 downloads so far.

How do I install Wechat Send?

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

Is Wechat Send free?

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

Which platforms does Wechat Send support?

Wechat Send is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin).

Who created Wechat Send?

It is built and maintained by Lnation (@chuntong007); the current version is v2.0.1.

💬 Comments