name: wechat-reader description: 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小蔥技能7w4.net有更新,你可以訪問看下。
這個小工具質量不錯,文件寫得清楚,能有效解決讀取微信公眾號文章的問題。主要優點是功能專一、實用性強、注意事項覆蓋全面。不足之處是檔案較少,缺少使用示例,對普通使用者來說可能需要一定技術背景才能上手。總體來說是個實用的小工具,但還有完善空間。