← Back to Skills Marketplace
2182
Downloads
1
Stars
9
Active Installs
1
Versions
Install in OpenClaw
/install wechat-operate
Description
通过微信查询好友或群聊,确认目标后发送文本、图片或文件消息,实现社交管理与消息发送功能。
Usage Guidance
Before installing, confirm the following: (1) who operates the endpoint http://192.168.29.1:8080 and whether it is a trusted local service or an external relay; (2) why WECHAT_APPID is present in SKILL.md but not declared in the skill metadata (ask the author to declare required envs explicitly rather than embedding values); (3) whether network traffic is authenticated and encrypted (HTTPS/TLS) and where message data is stored/forwarded; (4) whether you are comfortable the agent will POST message contents (including files) to that host. If you do not control or trust the endpoint, avoid installing or only run the skill in an isolated/test environment. Ask the publisher for source code, official docs, and proof that this is an authorized integration with your WeChat account before granting the agent permission to send messages.
Capability Analysis
Type: OpenClaw Skill
Name: wechat-operate
Version: 1.0.0
The 'wechat-operate' skill is designed to manage WeChat messages and contacts through a local API endpoint (192.168.29.1). The SKILL.md file defines standard tools for querying contacts and sending messages, and it explicitly includes a safety logic flow requiring user confirmation before any data is sent, which mitigates the risk of unauthorized actions.
Capability Assessment
Purpose & Capability
The skill claims to query contacts and send WeChat messages and the SKILL.md provides specific HTTP endpoints and parameters that implement that. However, the manifest declares no required environment variables while SKILL.md relies on WECHAT_APPID (and even includes a concrete appid value). That mismatch is incoherent: either the skill should declare the appid as a required/optional env or avoid embedding it.
Instruction Scope
Runtime instructions tell the agent to call HTTP endpoints (GET/POST) to query contacts and send text/image/file content. Those calls will transmit whatever content the agent handles to the endpoint. The documented endpoint is a private IP (http://192.168.29.1:8080) and not an official WeChat API domain; this could be a local bridge or an arbitrary host. The skill does include confirmation steps before sending, which is good, but the instructions still allow sending potentially sensitive content to an external endpoint under the skill's control.
Install Mechanism
No install spec and no code files (instruction-only). Nothing will be written to disk by the skill bundle itself, which limits supply-chain risk.
Credentials
The SKILL.md references WECHAT_APPID (and provides a concrete example value) but the skill metadata lists no required environment variables or primary credential. This is inconsistent. The appid is not a secret credential by itself, but the skill will include it in network requests; the lack of declared env requirements reduces transparency about what the agent will send. Also, no authentication or TLS is described for the endpoint.
Persistence & Privilege
The skill is not always-enabled and does not request system config paths or other skills' credentials. Autonomous invocation is allowed by default, which is normal; there is no additional privileged persistence requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-operate - After installation, invoke the skill by name or use
/wechat-operate - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the WeChat Operate skill for social management and message sending via WeChat.
- Supports searching for friends, recent contacts, group chats, and group members.
- Enables sending text, image, and file messages after verifying and confirming the recipient.
- Implements a step-by-step workflow to ensure target confirmation and accurate message delivery.
Metadata
Frequently Asked Questions
What is wechat-operate?
通过微信查询好友或群聊,确认目标后发送文本、图片或文件消息,实现社交管理与消息发送功能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 2182 downloads so far.
How do I install wechat-operate?
Run "/install wechat-operate" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is wechat-operate free?
Yes, wechat-operate is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does wechat-operate support?
wechat-operate is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created wechat-operate?
It is built and maintained by aw11100 (@aw11100); the current version is v1.0.0.
More Skills