Wechatmessaging
Skill by aw11100
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aw11100/wechatmessagingWhat This Skill Does
The Wechatmessaging skill enables OpenClaw AI agents to interact directly with the WeChat platform to send automated text messages. Developed by aw11100, this tool bridges the gap between your AI assistant and your personal or professional WeChat contacts. The skill provides a structured, safe workflow by implementing a dual-step verification process, ensuring that messages are only sent after the AI has successfully resolved the recipient's identity through a query process. It utilizes the provided WECHAT_APPID to authenticate requests against a designated endpoint, maintaining a secure link for message delivery.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/aw11100/wechatmessaging
Ensure that your OpenClaw environment is configured with the necessary WECHAT_APPID in your environment variables, as this is critical for the authorization of the API requests sent to your local instance.
Use Cases
This skill is perfect for users who want to automate repetitive communication tasks. Common use cases include:
- Sending automated daily reports or project status updates to specific teammates.
- Setting up reminders that trigger during your AI workflow to notify colleagues.
- Managing bulk message queues for specific event coordination where manual typing is inefficient.
- Integrating WeChat notifications into broader AI-driven data analysis workflows.
Example Prompts
- "Please send a message to my colleague Zhang San saying 'The report is ready for your review'."
- "Check if Li Si is in my contacts, and if so, draft a message to ask about the meeting schedule for tomorrow."
- "Send a reminder to the project manager: 'The system deployment is scheduled for 5 PM today'."
Tips & Limitations
- Verification First: The skill is designed with safety in mind. Always ensure the contact identified by the
queryFriendtool is the correct person before confirming thesendTextoperation. - Ambiguity Handling: If your query returns multiple results (e.g., two contacts with the same name), the agent will pause and request clarification. Be specific with names or aliases to speed up the process.
- Connectivity: Ensure your local endpoint (https://192.168.29.1:8080) is accessible and running; the skill will fail if the local server is offline or blocked by a firewall.
- API Constraints: This skill relies on a specific local API architecture. If you plan to scale this, ensure your WeChat proxy server supports the expected payload structures.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aw11100-wechatmessaging": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api