← Back to Skills Marketplace
ianen

wechat-article-reader

by MianPeng Zheng · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
232
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wechat-public-article-reader
Description
读取微信公众号文章内容,返回标题、公众号名、发布时间和正文。 使用场景:(1) 用户发来 mp.weixin.qq.com/s/xxx 链接要求阅读或总结, (2) 用户提到"微信文章"、"公众号文章"、"帮我看看这篇"并附带微信链接, (3) 需要提取微信公众号文章内容进行分析、翻译或摘要。 不适用于:搜索公众...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wechat-public-article-reader
  3. After installation, invoke the skill by name or use /wechat-public-article-reader
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Public release under a clean slug for reading WeChat public account articles.
Metadata
Slug wechat-public-article-reader
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is wechat-article-reader?

读取微信公众号文章内容,返回标题、公众号名、发布时间和正文。 使用场景:(1) 用户发来 mp.weixin.qq.com/s/xxx 链接要求阅读或总结, (2) 用户提到"微信文章"、"公众号文章"、"帮我看看这篇"并附带微信链接, (3) 需要提取微信公众号文章内容进行分析、翻译或摘要。 不适用于:搜索公众... It is an AI Agent Skill for Claude Code / OpenClaw, with 232 downloads so far.

How do I install wechat-article-reader?

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

Is wechat-article-reader free?

Yes, wechat-article-reader is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does wechat-article-reader support?

wechat-article-reader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created wechat-article-reader?

It is built and maintained by MianPeng Zheng (@ianen); the current version is v1.0.0.

💬 Comments