What problem does it solve? Manually sending the same message to multiple WeChat groups, distributing files one by one, updating group announcements, and monitoring group chats for mentions are repetitive and error-prone tasks. This Skill automates those operations through the wx4py Python library, which drives the WeChat 4.x Windows desktop client via UI automation. ## Core Features & Use Cases - Batch Messaging & File Distribution: Send text messages or files to multiple groups or contacts in one script, with optional scheduled delivery using libraries like schedule. - Group Management: Retrieve member lists, set group nicknames, toggle do-not-disturb, pin chats, and update group announcements (including Markdown-formatted announcements). - Chat History Export: Pull chat history for today, yesterday, the past week, or all time, then export to JSON or CSV for analysis. - Multi-Group Listening & AI Auto-Reply: Monitor multiple groups simultaneously, forward messages between groups or contacts via rules, and auto-reply only when @-mentioned using an OpenAI-compatible API or a custom callback. - Use Case: A team lead needs to send a daily 5 PM reminder to three department groups and collect yesterday's discussion from a project group into a CSV. A short wx4py script handles both automatically. ## Quick Start Ask the assistant to use the wx4-skill to batch send a notification message to your specified WeChat groups, after confirming wx4py is installed and WeChat is logged in on Windows.