ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 4/5

Wechatmessaging

Skill by aw11100

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aw11100/wechatmessaging
Or

What 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

  1. "Please send a message to my colleague Zhang San saying 'The report is ready for your review'."
  2. "Check if Li Si is in my contacts, and if so, draft a message to ask about the meeting schedule for tomorrow."
  3. "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 queryFriend tool is the correct person before confirming the sendText operation.
  • 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

Author@aw11100
Stars4473
Views3
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-aw11100-wechatmessaging": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#wechat#messaging#automation#communication#contacts
Safety Score: 4/5

Flags: network-access, external-api