← 返回 Skills 市场
wechat-article-reader
作者
MianPeng Zheng
· GitHub ↗
· v1.0.0
· MIT-0
232
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-public-article-reader
功能描述
读取微信公众号文章内容,返回标题、公众号名、发布时间和正文。 使用场景:(1) 用户发来 mp.weixin.qq.com/s/xxx 链接要求阅读或总结, (2) 用户提到"微信文章"、"公众号文章"、"帮我看看这篇"并附带微信链接, (3) 需要提取微信公众号文章内容进行分析、翻译或摘要。 不适用于:搜索公众...
安全使用建议
This skill appears to do exactly what it promises (fetch and parse public WeChat article pages) and does not request secrets, but it will make outbound HTTP requests to whatever URL you give it. Before installing/using: 1) be aware that the agent’s network identity (IP, headers) will be revealed to the remote host; 2) the script validates links by substring, not by parsing the hostname — a malicious URL that merely contains "mp.weixin.qq.com" could be fetched instead of a real WeChat page (consider an attacker-crafted link); 3) if you need to restrict risk, run this skill in a network‑isolated environment or add a validation step (verify URL scheme is https and netloc equals mp.weixin.qq.com, follow a safe redirect policy); 4) don’t feed internal or sensitive URLs to the skill. If you want, I can suggest a small code change to strictly validate the hostname and reduce SSRF/IP‑leak risk.
功能分析
Type: OpenClaw Skill
Name: wechat-public-article-reader
Version: 1.0.0
The skill provides a script `scripts/read_wechat.py` to fetch and parse WeChat articles, but it contains a vulnerability due to insufficient input validation. The URL check `if "mp.weixin.qq.com" not in url:` is a weak substring match that can be easily bypassed (e.g., `http://169.254.169.254/?x=mp.weixin.qq.com`), potentially allowing Server-Side Request Forgery (SSRF) attacks. While the code logic is aligned with the stated purpose, this lack of robust sanitization for network requests is a high-risk flaw.
能力评估
Purpose & Capability
Name/description match the provided code and instructions: the script fetches a mp.weixin.qq.com URL and extracts title, author, time, and content. No unrelated binaries, env vars, or permissions are requested.
Instruction Scope
SKILL.md instructs the agent to run the included script when a WeChat article link is detected. The script performs outbound HTTP requests to the given URL and parses HTML. However the URL check is a simple substring test ("mp.weixin.qq.com" in url) rather than validating the URL host; that can allow non-wechat hosts containing that substring to be fetched. The runtime instructions also cause the agent environment to reveal its network identity to remote servers (agent IP, headers).
Install Mechanism
No install spec; this is an instruction-only skill with an included Python script. Nothing is downloaded from external installers or third‑party registries.
Credentials
No environment variables, credentials, or config paths are requested. The script operates using only standard library networking; that is proportionate to web-scraping its stated target.
Persistence & Privilege
Skill is not always-enabled and does not request elevated or persistent platform privileges. It does not modify other skills or system settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-public-article-reader - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-public-article-reader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Public release under a clean slug for reading WeChat public account articles.
元数据
常见问题
wechat-article-reader 是什么?
读取微信公众号文章内容,返回标题、公众号名、发布时间和正文。 使用场景:(1) 用户发来 mp.weixin.qq.com/s/xxx 链接要求阅读或总结, (2) 用户提到"微信文章"、"公众号文章"、"帮我看看这篇"并附带微信链接, (3) 需要提取微信公众号文章内容进行分析、翻译或摘要。 不适用于:搜索公众... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 232 次。
如何安装 wechat-article-reader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-public-article-reader」即可一键安装,无需额外配置。
wechat-article-reader 是免费的吗?
是的,wechat-article-reader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
wechat-article-reader 支持哪些平台?
wechat-article-reader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 wechat-article-reader?
由 MianPeng Zheng(@ianen)开发并维护,当前版本 v1.0.0。
推荐 Skills