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

wechat-mcp

Windows 电脑端微信消息监控与发送 MCP,实现在微信上给指定联系人发送消息

Why use this skill?

Integrate your OpenClaw agent with Windows WeChat to automate message sending and window management using this MCP skill. Streamline your workflow now.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dragon015/dragon-wechat-mcp
Or

What This Skill Does

The wechat-mcp skill is a powerful automation agent designed specifically for Windows desktop users to manage WeChat interactions programmatically. By leveraging MCP (Model Context Protocol), this skill enables OpenClaw to gain control over the WeChat application interface. It provides a bridge for the AI to monitor the application status, search for contacts, navigate to specific conversation windows, and automate the delivery of text messages. Whether you are managing personal correspondence, coordinating with team members, or setting up automated notification systems, this skill allows for seamless integration between your AI agent and the most popular messaging platform in China. It abstracts the complex window interaction logic, letting you focus on the message content rather than the mechanical steps of navigating the UI.

Installation

To install this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/dragon015/dragon-wechat-mcp

Ensure you have the following system dependencies installed via pip to support the window automation capabilities: pip install pyautogui pygetwindow pillow pyperclip opencv-python

Use Cases

  • Automated Reporting: Have your OpenClaw agent automatically send daily progress summaries or status updates to a specific team member on WeChat.
  • Smart Notification System: Configure your system monitor to detect server status or error logs and push immediate alerts to your personal WeChat account.
  • Hands-Free Messaging: Use voice commands or text inputs in OpenClaw to instruct the agent to reply to your contacts without having to switch windows or manually type on the keyboard.
  • Routine Communication: Schedule repetitive messages or reminders to ensure you never miss a deadline or meeting coordination.

Example Prompts

  1. "OpenClaw, search for 'Marketing Lead' in WeChat and send a message saying: 'The weekly report has been uploaded to the shared folder.'"
  2. "Can you check if WeChat is currently running and send a quick message to my active chat window saying 'I will be online in 5 minutes'?"
  3. "Send a reminder to the 'Project Alpha' group contact: 'Remember to commit your code changes before the end of the day.'"

Tips & Limitations

  • Window Visibility: The WeChat window must remain open on your desktop for the automation to function correctly. If the window is minimized to the system tray, the automation script may fail to detect the interface.
  • Input Method: Because this tool relies on UI interaction, ensure your system's Chinese input method is correctly configured. If you are sending non-ASCII characters, the agent will simulate keyboard inputs; avoid interacting with the mouse or keyboard while the automation is running to prevent input interference.
  • Security: Since this tool performs automated UI clicks and keystrokes, only grant it access to trusted workflows and environments.

Metadata

Author@dragon015
Stars2387
Views0
Updated2026-03-09
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-dragon015-dragon-wechat-mcp": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#wechat#automation#windows#messaging#mcp
Safety Score: 3/5

Flags: file-read, code-execution