goodqunbot

Retrieve and send WeChat messages via the PC client using wxauto_lib.

195|44|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/ImGoodBai/goodable --skill goodqunbot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goodqunbot
Source: https://github.com/ImGoodBai/goodable/tree/main/skills/goodqunbot
Command: npx skills add https://github.com/ImGoodBai/goodable --skill goodqunbot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

微信群消息管理需要手动切换窗口、逐条读取和发送消息,效率低下且易错。通过 AI 将对话与微信客户端对接,自动化读取最近消息并发送消息。

Core Features & Use Cases

  • AI 在对话中直接触发微信群聊操作,实现快速查询最近消息与发送消息。
  • 支持群聊与个人联系人,提供消息摘要、群成员管理和数据看板等能力。
  • 典型场景包括团队协作、社群运营等日常群聊管理任务。

Quick Start

直接在 AI 聊天窗口输入“获取张三最近的5条消息”来立即使用本技能。

Frequently Asked Questions about goodqunbot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate WeChat group chat message retrieval and sending on Windows?

To automate WeChat group chat message retrieval and sending on Windows, this Skill interfaces directly with the WeChat PC client via AI chat using wxauto_lib, enabling you to fetch recent messages and send outbound texts through conversational commands.

Do I need Python to use AI for reading and sending WeChat messages?

Yes, you need Python 3.11 or higher to run this WeChat automation Skill. It relies on the wxauto_lib library and utilizes local SQLite storage to manage deterministic script-based workflows for handling your chat data.

Can I retrieve messages from individual WeChat contacts as well as group chats?

Yes, you can retrieve messages from both individual WeChat contacts and group chats. The Skill supports AI-assisted message retrieval and outbound messaging for any active conversation within your Windows WeChat PC client.

What is the best way to get an AI summary of recent WeChat group messages?

The best way to get an AI summary of recent WeChat group messages is to ask the AI directly in your chat window, such as by inputting a command to fetch the latest messages from a specific contact or group for immediate summarization.

Does WeChat PC automation with wxauto_lib support local SQLite storage for message history?

Yes, WeChat PC automation via wxauto_lib supports local SQLite storage. This Skill uses a local SQLite database to store retrieved messages and manage deterministic script-based workflows with robust error handling.

Why does WeChat automation fail to send messages in my Windows environment?

WeChat automation may fail to send messages if your Windows environment lacks Python 3.11+, the required wxauto_lib dependency, or an active WeChat PC client. The Skill relies on deterministic scripts with robust error handling to prevent issues.