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

Wechat Operate

Skill by aw11100

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aw11100/wechat-operate
Or

What This Skill Does

The Wechat Operate skill, developed by aw11100, enables OpenClaw AI agents to perform automated social management and message dispatching within the WeChat ecosystem. It acts as a bridge between the AI agent and the WeChat interface, allowing users to programmatically interact with their contacts, chatrooms, and files. The core functionality centers around a robust retrieval-confirmation-execution workflow, ensuring that sensitive communications are verified before they are sent. By leveraging the specific environment variables, the skill maintains a secure connection to the designated WeChat instance, providing a seamless way to send text, images, and files without manual interface navigation.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/aw11100/wechat-operate

Ensure that your OpenClaw environment is properly configured with the necessary permissions for network access, as this skill requires communication with a local server at 192.168.29.1 to trigger WeChat operations.

Use Cases

This skill is ideal for professional and personal automation tasks, such as:

  1. Broadcast Notifications: Automatically sending daily project summaries or meeting links to specific work-related WeChat groups.
  2. File Distribution: Sharing documents or presentation slides with team members directly from your local storage to their WeChat inbox.
  3. CRM Integration: Managing lightweight customer interactions by querying contact lists to confirm customer identifiers before dispatching updates.
  4. Automated Reminders: Setting up scheduled reminders for yourself or team members, sent directly as private messages.

Example Prompts

  1. "Send the file 'Q3_Report.pdf' located at https://cloud.link/reports/q3 to my manager, 'Zhang San'."
  2. "Find the WeChat group 'Project Alpha' and send a message saying 'Meeting starting in 5 minutes'."
  3. "Who are the members of the 'Design Team' group? I need to share an image with them."

Tips & Limitations

  • Safety Protocol: Always ensure that you confirm the recipient's wxId. The skill enforces a strict multi-step validation process, requiring you to confirm the message content and recipient identity before the final 'send' command is executed.
  • Network Dependency: As this skill operates on a specific endpoint (192.168.29.1), ensure your network connectivity is stable and the local WeChat service is active.
  • Contact Ambiguity: If a query returns multiple results (e.g., several people with the same name), the agent will pause to ask for clarification. Be as specific as possible when searching for contacts to speed up the process.
  • Error Handling: Always monitor the console logs for failed API responses, particularly when handling file URLs, as the system relies on valid, reachable link information.

Metadata

Author@aw11100
Stars4473
Views2
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-wechat-operate": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#wechat#automation#messaging#social
Safety Score: 3/5

Flags: network-access, external-api