← Back to Skills Marketplace
746
Downloads
1
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install wechat-tool
Description
通过微信查询好友、群聊及成员,确认目标后发送文本、图片或文件消息,实现社交管理与消息发送。
Usage Guidance
Do not provide real WeChat credentials or appid to this skill until the following are resolved: (1) the skill manifest should declare required env vars and primary credential consistently (WECHAT_APPID, WECHAT_TOKEN); (2) the service endpoint (http://www.synodeai.com/ai) must be identified, owning party verified, and a privacy/security policy provided explaining how messages and tokens are handled; (3) prefer an implementation that calls official WeChat API endpoints (api.weixin.qq.com) or a trusted, documented proxy under your control. If you must test, use temporary, limited-scope credentials and avoid sending real user messages or sensitive files. When in doubt, ask the publisher for source code or a homepage before installing.
Capability Analysis
Type: OpenClaw Skill
Name: wechat-tool
Version: 1.0.0
The skill bundle provides a standard interface for managing WeChat communications via an external API (synodeai.com). It includes well-defined tools for querying contacts and sending messages, and importantly, it mandates a 'Secondary Confirmation' step in its logic to ensure the user approves any message before it is sent, which mitigates the risk of unauthorized automated actions by the AI agent.
Capability Assessment
Purpose & Capability
The skill's stated purpose is to query contacts and send WeChat messages, which would reasonably require a WECHAT_APPID and WECHAT_TOKEN. However, the registry metadata lists no required env vars or primary credential. The SKILL.md references WECHAT_APPID and WECHAT_TOKEN but they are not declared in the skill manifest — an incoherence between claimed purpose and declared requirements.
Instruction Scope
All runtime calls are directed to a third‑party endpoint (http://www.synodeai.com/ai) rather than an official WeChat API domain. The SKILL.md instructs the agent to include Authorization: Bearer {{env.WECHAT_TOKEN}} and to POST message contents (text, image/file URLs) to that endpoint — meaning user messages and credentials would be transmitted to an external service not described in the skill metadata or homepage.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so there is no package download or archive extraction risk. The primary risk comes from network calls described in the instructions, not from installation.
Credentials
The instructions require sensitive values (WECHAT_APPID, WECHAT_TOKEN) but the skill manifest declares none and does not identify a primary credential. Requesting a bearer token would be proportionate if the skill clearly integrated with WeChat's API; here the token would instead be sent to an unknown external endpoint, increasing risk of credential exfiltration.
Persistence & Privilege
The skill does not request always:true and has no install hooks or indications it will modify persistent agent settings. Autonomous invocation is allowed (platform default), but that alone is not flagged.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-tool - After installation, invoke the skill by name or use
/wechat-tool - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of wechat-tool skill for WeChat social management and messaging.
- Supports searching friends, recent contacts, chatrooms, and chatroom members.
- Enables sending text, image, and file messages to friends or groups.
- Enforces confirmation flow: select target, confirm action, then send message.
- API endpoints require WECHAT_APPID and WECHAT_TOKEN configuration.
Metadata
Frequently Asked Questions
What is wechat-tool?
通过微信查询好友、群聊及成员,确认目标后发送文本、图片或文件消息,实现社交管理与消息发送。 It is an AI Agent Skill for Claude Code / OpenClaw, with 746 downloads so far.
How do I install wechat-tool?
Run "/install wechat-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is wechat-tool free?
Yes, wechat-tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does wechat-tool support?
wechat-tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created wechat-tool?
It is built and maintained by aw11100 (@aw11100); the current version is v1.0.0.
More Skills