wechat-article-reader
SKILL.md
WeChat Article Reader
Extract full article content from mp.weixin.qq.com URLs.
When to Use
- User shares a WeChat article link (
mp.weixin.qq.com/s/xxx) - Need to read/summarize/analyze/archive a WeChat article
- ContentPipe Scout node receives a WeChat URL for reference
Quick Start
# First-time setup (installs headless Chromium ~200MB)
python3 SKILL_DIR/scripts/setup.py
# Extract article
python3 SKILL_DIR/scripts/fetch_article.py "https://mp.weixin.qq.com/s/xxx"