首页龙虾技能列表 › WeChat Article Reader — 技能工具

WeChat Article Reader — 技能工具

v1.0.0

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 公众号/...

3· 2,068·17 当前·19 累计
by @imwyvern (wes)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/12
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The skill's purpose and instructions are coherent for reading JS-rendered WeChat articles, but its use of a browser profile (profile="openclaw") creates a privacy/credential access risk that isn't justified or explained.
评估建议
This skill appears to do what it says (use a browser to render and snapshot WeChat articles), but ask the publisher or maintainer what 'profile="openclaw"' means before installing. That profile may reuse stored browser cookies or logins and could expose session tokens or other sites' data. Prefer an ephemeral/isolated browser profile or require explicit user confirmation when a login wall is encountered. If you need stronger assurance, request the SKILL.md be updated to: (1) avoid referencing a ...
详细分析 ▾
用途与能力
Name/description match the instructions: WeChat public-account pages are JS-rendered and the SKILL.md correctly prescribes browser automation to extract full article text. No unrelated binaries, env vars, or installs are requested.
指令范围
Instructions are precise (detect mp.weixin.qq.com URLs, open via browser tool, snapshot, close). They remain within the stated purpose. However the instructions explicitly specify using a browser profile (profile="openclaw") and suggest scrolling/multiple snapshots for very long articles — actions that can broaden what gets captured (e.g., other page content, additional requests) and increase the amount of user data collected.
安装机制
Instruction-only skill with no install spec and no code files; nothing is written to disk by the skill itself. This is the lowest-risk install profile.
凭证需求
Although no environment variables or credentials are declared, the use of a named browser profile is the main concern: if that profile maps to an existing browser session it may expose cookies, auth tokens, or other site session data (including logged-in WeChat sessions or unrelated site accounts). The skill does not document what the profile is or whether an ephemeral profile will be used, so credential exposure is possible.
持久化与权限
The skill is not always-enabled and requests no persistent system privileges or config writes. It does not modify other skills or system settings according to the manifest.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/9

Initial release of WeChat Article Reader skill. - Enables reading and summarizing full WeChat public account articles (mp.weixin.qq.com), overcoming JS rendering and anti-scraping blocks. - Detects shared article links or user requests related to WeChat articles and public accounts. - Uses browser automation to extract complete article text and images (including captions/alt text). - Handles content removal messages and login-required scenarios, informing the user when access is blocked. - Supports reading and presenting very long articles by increasing snapshot limits or sequential snapshots.

● 无害

安装命令 点击复制

官方npx clawhub@latest install wechat-reader
镜像加速npx clawhub@latest install wechat-reader --registry https://cn.clawhub-mirror.com

技能文档

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.com URLs in user messages
  • Open with browser tool:
browser(action="open", url="", profile="openclaw")
  • Wait for render, then snapshot:
browser(action="snapshot", targetId=, maxChars=15000)
  • Close the tab:
browser(action="close", targetId=)
  • 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
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务