WeChat Article Reader

👤 imwyvern 📦 v1.0.0 ⭐ 4.2 ⬇️ 3.9K 下載
📚 知識管理 免費

📖 技能介紹


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 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)

小蔥技能有更好的技能skills外掛。

  1. Close the tab:
browser(action="close", targetId=<id>)
  1. Present the content to the user (summarize or translate as requested)

Tips

  • Articles may contain images — snapshot captures alt text and captions
  • Very long articles: increase maxChars to 30000 or use multiple snapshots with scrolling
  • If the page shows "此內容因違規無法檢視" (content removed), inform the user
  • Some articles require WeChat login — if snapshot shows a login wall, inform the user
  • For multiple articles, process sequentially to avoid resource waste

🤖 AI 評測

這個小工具質量不錯,文件寫得清楚,能有效解決讀取微信公眾號文章的問題。主要優點是功能專一、實用性強、注意事項覆蓋全面。不足之處是檔案較少,缺少使用示例,對普通使用者來說可能需要一定技術背景才能上手。總體來說是個實用的小工具,但還有完善空間。

📊 多維度評分

適應性4.4
規範性4.1
有效性4.3
可靠性3.7
可信度4.8

📁 包含檔案 (2 個)

📄 SKILL.md 1.4 KB
📄 _meta.json 132 B