← Back to Skills Marketplace
hanmingzhao

WeChat Article Full Reader

by HanMingZhao · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
454
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install wechat-article-full-reader
Description
读取微信公众号文章,提取全文内容和图片,结合阅读分析。当用户提供 mp.weixin.qq.com 链接、让看公众号文章内容、或需要分析微信文章的文字和图片时使用。
Usage Guidance
这个技能会通过 agent-browser 在你的浏览器环境中打开并滚动指定的微信公众号文章,然后在页面上下文执行 JavaScript 来提取文本和 data-src 图片 URL,最后用 curl 下载图片到本地目录。它不要求 API 密钥或外部服务器。建议在使用前:1) 只对你信任或公开的文章链接运行,不要对包含敏感会话/私人信息的网页运行;2) 确认 agent-browser 的权限和当前登录状态(避免在登录的帐号会话中抓取可能暴露的会话数据);3) 检查并审阅 scripts/read_article.sh,如果你要修改提取或下载行为,请在受控环境下测试。
Capability Analysis
Type: OpenClaw Skill Name: wechat-article-full-reader Version: 1.0.0 The skill is a legitimate tool for extracting text and images from WeChat Official Account articles. It uses the `agent-browser` utility to handle lazy-loading via scrolling and extracts content using specific DOM selectors (#js_content, data-src) unique to WeChat's platform. The provided shell script `scripts/read_article.sh` automates the process by downloading images via `curl` to a local directory and saving the article text to a JSON file, with no evidence of malicious intent, data exfiltration, or unauthorized system access.
Capability Assessment
Purpose & Capability
名称与描述(抓取并分析微信公众号文章的全文和图片)与 SKILL.md 和脚本中的行为一致:打开 mp.weixin.qq.com 页面、滚动触发懒加载、在 DOM 中提取文本和 data-src 图片 URL、下载并保存图片。所需权限与实现相称。
Instruction Scope
SKILL.md 明确指定在页面上下文中执行具体的 JS 查询 DOM,只提取标题、作者、正文和图片 URL;脚本也只调用这些 eval 输出并下载列出的图片。注意:agent-browser eval 在页面上下文执行任意 JS——当前代码是有限的,但如果被修改或误用,eval 有能力读取页面上的敏感信息(如 cookies/localStorage 或登录状态信息)。
Install Mechanism
无安装规格(仅指令 + 一个 bash 脚本),不会从不可信 URL 下载或在安装阶段写入任意二进制,风险低。
Credentials
不请求任何环境变量、凭证或配置路径;所需的外部交互仅限于用户提供的文章 URL 和从页面上解析出的图片 URL,所声明的需求与实现相符。
Persistence & Privilege
没有设置 always:true,也不会修改其他技能或系统范围配置;默认的自主调用权限(disable-model-invocation=false)是平台默认,不构成额外怀疑。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wechat-article-full-reader
  3. After installation, invoke the skill by name or use /wechat-article-full-reader
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release. 支持懒加载图片提取、内容图片过滤、文字+图片结合分析。
Metadata
Slug wechat-article-full-reader
Version 1.0.0
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is WeChat Article Full Reader?

读取微信公众号文章,提取全文内容和图片,结合阅读分析。当用户提供 mp.weixin.qq.com 链接、让看公众号文章内容、或需要分析微信文章的文字和图片时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 454 downloads so far.

How do I install WeChat Article Full Reader?

Run "/install wechat-article-full-reader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is WeChat Article Full Reader free?

Yes, WeChat Article Full Reader is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does WeChat Article Full Reader support?

WeChat Article Full Reader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created WeChat Article Full Reader?

It is built and maintained by HanMingZhao (@hanmingzhao); the current version is v1.0.0.

💬 Comments