90
GitHub Stars
7
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill imgoodbai/goodable --skill goodqunbot- .env.example262 B
- mock.json7.3 KB
- project.zip323.6 KB
- README.md6.0 KB
- requirements.txt251 B
- SKILL.md7.2 KB
- template.json403 B
Overview
This skill is an AI-powered WeChat message assistant for Windows 10/11 that retrieves recent chat messages and sends text messages through the WeChat PC client. It operates locally and requires the WeChat desktop app to be running and logged in. The skill returns structured message data and confirms send operations for reliable automation.
How this skill works
The skill uses a local WeChat automation library to open a specified contact or group, read recent messages, and return them as structured JSON that the agent formats for the user. For sending, it opens the target chat and posts a plain-text message, then reports success or a clear error. All operations run locally on Windows and require the exact contact/group name as shown in WeChat.
When to use it
- Quickly review recent messages from a colleague or group without switching apps
- Send short, time-sensitive text messages via WeChat from the AI chat session
- Automate repeatable communication tasks for teams on Windows desktops
- Extract recent conversation context before composing replies or summaries
- Confirm delivery of important short notifications to groups or contacts
Best practices
- Ensure WeChat PC client is running and you are logged in before invoking the skill
- Provide the exact contact or group name as displayed in WeChat to avoid mismatches
- Limit retrieval requests to reasonable counts (default 15, max 100) to keep results readable
- Confirm message content with the user before sending for important or sensitive messages
- Use this for text-only interactions; do not expect images, files, or emojis to be handled
Example use cases
- Get the last 15 messages from "Alice" to summarize recent requests
- Retrieve 10 recent messages from "Product Team" to prepare meeting notes
- Send "Meeting at 3pm" to "Bob" to notify a colleague from the AI chat
- Post a short announcement to "Product Team" group: "Release notes updated"
- Check recent messages before drafting a formal reply to a client
FAQ
Windows 10 and 11 only; the skill relies on the WeChat PC client and Windows APIs.
Do I need to log into WeChat?
Yes. The WeChat desktop app must be installed, running, and logged in for the skill to work.
Can it send images or files?
No. Only plain text messages are supported by this skill.