Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add ImGoodBai/goodable --skill goodqunbotgit clone --depth 1 https://github.com/ImGoodBai/goodableWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/imgoodbai/goodable/goodqunbot)<a href="https://agentmods.dev/skills/imgoodbai/goodable/goodqunbot"><img src="https://agentmods.dev/badge/skills/imgoodbai/goodable/goodqunbot.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00041 | $0.01802 |
| Opus 5 | $0.00020 | $0.00901 |
| Sonnet 5 | $0.00008 | $0.00360 |
| Haiku 4.5 | $0.00004 | $0.00180 |
Grade A, and why
goodqunbot scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 239 lines — stays where its author put it; the contents beside it link to each section on GitHub.
微信消息助手 (WeChat Message Assistant)
This skill enables AI to interact with WeChat directly through AI chat, providing two core capabilities: retrieving recent messages and sending messages to contacts or groups.
Platform Requirements
- OS: Windows 10/11 only
- WeChat: WeChat PC client must be installed, running, and logged in
- Python: Python 3.11+ (automatically handled by Goodable)
Core Capabilities
1. Retrieve Recent Messages
Fetch the last 10-15 messages from any WeChat contact or group chat.
What you can ask:
Get the last 15 messages from "张三"
Show me recent messages from "Product Team" group
Retrieve messages from "李四", last 10 only
What AI will do:
- Opens the specified chat in WeChat
- Retrieves the requested number of messages (default: 15, max: 100)
- Returns messages with timestamp, sender, and content
- Formats as structured JSON for easy parsing
2. Send Messages
Send a text message to any WeChat contact or group chat.
What you can ask:
Send "Meeting at 3pm" to "张三"
Message "Product Team" group: "Release notes updated"
Tell "李四": "Please review the document"
What AI will do:
- Opens the specified chat in WeChat
- Sends the message content
- Confirms successful delivery
How to Use
Prerequisites
Before using this skill, ensure:
- WeChat PC client is running
- You are logged into your WeChat account
- The contact/group name you specify exists in your WeChat
Example Usage
Scenario 1: Check messages from a colleague
User: "帮我看一下张三最近给我发了什么消息"
AI: [Runs get_messages.py script]
AI: "张三最近的5条消息:
1. [2024-01-28 10:30] 张三: 会议资料已发送
2. [2024-01-28 11:00] 张三: 请查收
..."
Scenario 2: Send a message
User: "给产品群发个消息:今天下午3点开会"
AI: [Runs send_message.py script]
AI: "消息已成功发送到产品群"
Instructions for AI
When the user requests WeChat message operations:
1. Retrieve Messages
Run the get_messages.py script:
python scripts/get_messages.py "<Contact/Group Name>" [count]
What ships with it
20 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .env.example 262 B
- app/__init__.py 33 B runs code
- app/database.py 18 KB runs code
- app/main.py 25 KB runs code
- app/models.py 4.5 KB runs code
- app/utils.py 8.9 KB runs code
- app/wx_manager.py 24 KB runs code
- config/README.md 2.1 KB
- config/stopwords.txt 9.4 KB
- mock.json 7.3 KB
- PIL/__init__.py 683 B runs code
- PIL/Image.py 214 B runs code
- PIL/ImageGrab.py 124 B runs code
- project.zip 324 KB
- README.md 6.0 KB
- requirements.txt 251 B
- scripts/get_messages.py 3.3 KB runs code
- scripts/send_message.py 2.6 KB runs code
- static/index.html 86 KB
- template.json 403 B
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 239 lines · 41 tokens per session scan A c54e835f8681
goodqunbot is a skill published in the GitHub repository ImGoodBai/goodable (197 stars, last pushed 7mo ago), licensed MIT. It adds 41 tokens to every session and 1,802 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
linkedin-job-scraper
Scrapes LinkedIn job postings using the JobSpy library (python-jobspy). Use this skill whenever the user wants to find jobs on LinkedIn, search for open roles, pull job listings, build a job pipeline, source job targets for GTM research, or monitor hiring signals. Even if the user just says "find me some jobs" or…
job-search
Search for jobs matching your skills, experience, and preferences.
send-sms-textbelt
Send SMS text messages to phone numbers. Use when the user asks to send a text, send an SMS, text someone, message a phone number, or send a notification via text message.
trellis-channel
Use Trellis channel for live multi-agent collaboration, spawned workers, cross-agent review, progress inspection, forum channels, and channel log debugging.
commit-optimization
Use when configuring settings.json to reduce fuse-commit-pro's context token usage.
邮箱助手
An email management assistant for connecting to Gmail, Outlook, QQ, 163, and other IMAP/SMTP mail services. It can retrieve, summarize, and help draft email replies.