← Back to Skills Marketplace
57
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wechat-mp-reader-fzx
Description
抓取微信公众号文章并转换为 Markdown 格式。支持提取标题、作者、发布时间、封面图、正文内容(含图片、视频链接)。 当用户提到以下场景时触发: - 读取/抓取/下载微信公众号文章 - 将公众号文章转为 Markdown - 提取 mp.weixin.qq.com 链接内容 - 保存公众号文章到本地 - 微信...
Usage Guidance
This skill appears to do exactly what it claims: fetch a WeChat article URL and convert it to Markdown. Before installing or running it, consider: 1) Legal/ToS — scraping WeChat content may violate WeChat's terms or copyright; ensure you have the right to archive the article. 2) Anti-abuse — the SKILL.md suggests changing IP to avoid 403s; avoid evasion techniques that could be unlawful. 3) Local file writes — the script saves files to the specified output directory (default = current directory); run it in a controlled directory. 4) Arbitrary-URL fetches — the tool will GET whatever URL you pass; do not run it on untrusted or internal-network URLs you don't intend to fetch. 5) Dependency — install the Python 'requests' package (pip install requests). If you want stronger guarantees, run the script in a sandbox or restricted environment.
Capability Analysis
Type: OpenClaw Skill
Name: wechat-mp-reader-fzx
Version: 1.0.0
The skill is a straightforward utility for fetching WeChat Official Account articles and converting them to Markdown. The Python script (scripts/fetch_wechat_article.py) uses standard libraries and the 'requests' package to scrape content via regular expressions and save it locally. There is no evidence of data exfiltration, malicious execution, or prompt injection; the code logic is transparent and strictly follows the functionality described in SKILL.md.
Capability Assessment
Purpose & Capability
Name/description describe scraping mp.weixin.qq.com and converting to Markdown; the included Python script and SKILL.md implement exactly that and require only requests/Python. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Runtime instructions and the script narrowly focus on fetching the provided mp.weixin.qq.com URL, extracting fields, converting to Markdown, and saving to disk. Minor note: the troubleshooting section suggests "更换 IP" (change IP) to bypass 403, which implicitly advises workarounds for anti-scraping measures — that is outside purely technical scope and may have legal/terms-of-service implications.
Install Mechanism
No install spec; this is instruction + a single Python script. Dependencies are minimal (requests). Nothing downloaded from untrusted URLs or extracted to disk during install.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The script makes outbound HTTP GET requests only to the user-provided URL (mp.weixin.qq.com or whatever the user passes).
Persistence & Privilege
always is false and the skill does not request persistent elevated privileges or modify other skills or global agent configuration. It writes Markdown files to the chosen output directory (default current working directory), which is expected behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-mp-reader-fzx - After installation, invoke the skill by name or use
/wechat-mp-reader-fzx - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release: fetch and convert WeChat public account (mp.weixin.qq.com) articles to Markdown.
- Extracts title, author, publish date, cover image, full content (text, images, video links, formatting).
- Supports command-line and Python API usage.
- Outputs Markdown files with structured metadata and original links.
- Optional JSON metadata output; local image download in development.
- Requires Python 3.8+ and requests library.
Metadata
Frequently Asked Questions
What is WeChat MP Reader FZX?
抓取微信公众号文章并转换为 Markdown 格式。支持提取标题、作者、发布时间、封面图、正文内容(含图片、视频链接)。 当用户提到以下场景时触发: - 读取/抓取/下载微信公众号文章 - 将公众号文章转为 Markdown - 提取 mp.weixin.qq.com 链接内容 - 保存公众号文章到本地 - 微信... It is an AI Agent Skill for Claude Code / OpenClaw, with 57 downloads so far.
How do I install WeChat MP Reader FZX?
Run "/install wechat-mp-reader-fzx" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WeChat MP Reader FZX free?
Yes, WeChat MP Reader FZX is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does WeChat MP Reader FZX support?
WeChat MP Reader FZX is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WeChat MP Reader FZX?
It is built and maintained by fzx (@limingfa); the current version is v1.0.0.
More Skills