← 返回 Skills 市场
57
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-mp-reader-fzx
功能描述
抓取微信公众号文章并转换为 Markdown 格式。支持提取标题、作者、发布时间、封面图、正文内容(含图片、视频链接)。 当用户提到以下场景时触发: - 读取/抓取/下载微信公众号文章 - 将公众号文章转为 Markdown - 提取 mp.weixin.qq.com 链接内容 - 保存公众号文章到本地 - 微信...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-mp-reader-fzx - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-mp-reader-fzx触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
WeChat MP Reader FZX 是什么?
抓取微信公众号文章并转换为 Markdown 格式。支持提取标题、作者、发布时间、封面图、正文内容(含图片、视频链接)。 当用户提到以下场景时触发: - 读取/抓取/下载微信公众号文章 - 将公众号文章转为 Markdown - 提取 mp.weixin.qq.com 链接内容 - 保存公众号文章到本地 - 微信... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 57 次。
如何安装 WeChat MP Reader FZX?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-mp-reader-fzx」即可一键安装,无需额外配置。
WeChat MP Reader FZX 是免费的吗?
是的,WeChat MP Reader FZX 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
WeChat MP Reader FZX 支持哪些平台?
WeChat MP Reader FZX 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WeChat MP Reader FZX?
由 fzx(@limingfa)开发并维护,当前版本 v1.0.0。
推荐 Skills