adennngadennngCommunity·1 Agent Skills Included

wechat-query-skill

WeChat official account subscription, article search, and daily digests

Subscribes to WeChat official accounts, caches full articles into a local SQLite database, and answers keyword or time-range queries. Eliminates manual checking of accounts by polling hourly and pushing a daily digest of new articles grouped by topic. Handles deployment, QR-code login, relogin, and daily health checks so the whole workflow runs unattended.
npx skills add adennng/wechat-query-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install wechat-query-skill?

Run `npx skills add adennng/wechat-query-skill --all -g -y` in your terminal to install the skill globally.

How to track WeChat official account updates automatically?

Add accounts via the subscribe endpoint and the built-in poller fetches their latest articles every hour into a local database. A daily 18:00 task pushes a grouped summary of new articles from the last 24 hours.

What do I need before using this skill?

You need your own WeChat official account, Docker installed locally, and the account admin's WeChat to scan a login QR code. Login stays valid for about four days and can be renewed by rescanning.

Can I read a single WeChat article from a link?

Yes. Send the mp.weixin.qq.com link and the skill returns the cached full text, or fetches and parses it on demand if not yet stored.

Does it work on Windows?

Yes. It runs via Docker Desktop and PowerShell, with a dedicated PowerShell inspection script and a WINDOWS.md guide for platform-specific steps.

Related Repositories in Content & Communication

View All in Content & Communication