wechat-viral-topic

Installation
SKILL.md

WeChat Viral Topic

Use this skill to find WeChat public-account articles that are hot relative to the account's average reads. Do not use follower_count as the default low-fan signal because the account-detail follower value is unstable.

Quick Start

Run the bundled script from this skill directory:

python3 scripts/search_wechat_viral_topic.py --category ai --days 7 --min-read 10000 --min-read-month-avg-ratio 2 --limit 50 --format markdown

The script excludes large institution/media accounts by default because they are weak references for new-account growth. The built-in list is: 新智元, 机器之心, 差评, 智东西, 极客公园, 量子位, CSDN.

Useful exclusion options:

Installs
3
GitHub Stars
492
First Seen
Jul 12, 2026
wechat-viral-topic — kangarooking/kangarooking-skills