wechat-reader
SKILL.md
WeChat Article Reader
Why This Skill Exists
WeChat public account articles (mp.weixin.qq.com/s/...) are fully JS-rendered and have anti-scraping measures. web_fetch only returns the title. Browser automation is required to get the full content.
How to Read an Article
- Detect
mp.weixin.qq.comURLs in user messages - Open with browser tool:
browser(action="open", url="<article_url>", profile="openclaw")
- Wait for render, then snapshot:
browser(action="snapshot", targetId=<id>, maxChars=15000)