wechat-rpa-bot
Installation
SKILL.md
WeChat RPA Bot Skill
This skill allows any Agent (like OpenClaw) to act as a WeChat assistant by hooking into the YokoWebot RPA backend. It provides autonomous installation, startup, activation, initialization, and API-based control over WeChat Desktop.
1. Installation & Setup (For the Agent)
If the user wants to install this skill or hasn't set it up yet:
- Ensure the user is on Windows and has WeChat Desktop 4.1.7 installed (not newer, not older).
- Version check: open WeChat → Help (帮助) → About (关于) → confirm version is 4.1.7
- If wrong version, download from: https://n2b8xxdgjx.feishu.cn/wiki/Nbauw9HWsihsQ7kgjYPcfZSCnKb
- Download the core binary
service.exefrom the GitHub Releases page and place it in the root directory of this skill.curl -L -o service.exe https://github.com/LeoMusk/wechat-rpa-bot-skill/releases/download/v1.7.0/service.exe - Install Python dependencies (if running from source):
pip install psutil requests