Read WeChat public account (微信公众号) articles. Activate when the user shares a mp.weixin.qq.com link, asks to read/summarize a WeChat article, or mentions 公众号/微信文章. These pages are JS-rendered and blocked by web_fetch — this skill uses browser automation to extract full article text.
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.
mp.weixin.qq.com URLs in user messagesbrowser(action="open", url="<article_url>", profile="openclaw")
browser(action="snapshot", targetId=<id>, maxChars=15000)
browser(action="close", targetId=<id>)
maxChars to 30000 or use multiple snapshots with scrolling