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

  1. Detect mp.weixin.qq.com URLs in user messages
  2. Open with browser tool:
browser(action="open", url="<article_url>", profile="openclaw")
  1. Wait for render, then snapshot:
browser(action="snapshot", targetId=<id>, maxChars=15000)
Installs
5
First Seen
Apr 3, 2026