← 返回 Skills 市场
微信公众号文章爬虫
作者
chenchaoqun
· GitHub ↗
· v1.0.0
· MIT-0
378
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-article-spider
功能描述
微信公众号文章爬虫 - 将微信公号文章转换为 Markdown + 本地图片
安全使用建议
This skill appears to do what it says: it fetches a WeChat article URL, downloads images, and writes a Markdown file and images locally. Before installing/running: (1) review the code yourself if you can; (2) be aware it will perform HTTP requests to whatever URL you provide — avoid giving internal/private URLs to prevent unintended network access (SSRF-like risk); (3) the default output directory calculation in main.py goes two levels above the script directory (it may write files outside the project), so explicitly provide a safe output directory when running; (4) pip installs the listed dependencies from PyPI — run that in a virtualenv or sandbox; and (5) if you need stricter guarantees, run the script in an isolated environment without access to sensitive networks or credentials.
功能分析
Type: OpenClaw Skill
Name: wechat-article-spider
Version: 1.0.0
The skill bundle is a functional WeChat article scraper that converts web content to Markdown and downloads associated images. The code uses standard libraries (requests, BeautifulSoup), includes proper filename sanitization to prevent path traversal, and contains no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The name/description (WeChat article scraper → Markdown + local images) aligns with the included Python modules (fetching HTML, parsing with BeautifulSoup, downloading images, converting HTML to Markdown). Required dependencies (requests, beautifulsoup4, lxml) match the code.
Instruction Scope
SKILL.md instructs running the included scripts which will perform HTTP requests to the user-supplied article URL and download images. This behavior is expected for a scraper, but the code will fetch arbitrary URLs (user-supplied) and thus can access internal/external network resources if the agent has network access — consider this when running in environments with access to private networks.
Install Mechanism
No formal install spec is provided (instruction-only), but SKILL.md and scripts instruct running 'pip install -r requirements.txt'. The listed packages are standard and expected; pip installing raises the usual supply-chain considerations (packages come from PyPI). There are no downloads from untrusted URLs or extracted archives in the skill itself.
Credentials
The skill requests no environment variables or credentials and does not access system config paths. It writes Markdown and images to an output directory provided by the user (or a default).
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and does not persist credentials or change agent-wide settings. It simply writes output files to disk.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-article-spider - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-article-spider触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本 - 支持微信文章抓取 + Markdown 导出 + 图片下载
元数据
常见问题
微信公众号文章爬虫 是什么?
微信公众号文章爬虫 - 将微信公号文章转换为 Markdown + 本地图片. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 378 次。
如何安装 微信公众号文章爬虫?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-article-spider」即可一键安装,无需额外配置。
微信公众号文章爬虫 是免费的吗?
是的,微信公众号文章爬虫 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
微信公众号文章爬虫 支持哪些平台?
微信公众号文章爬虫 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 微信公众号文章爬虫?
由 chenchaoqun(@chenchaoqun)开发并维护,当前版本 v1.0.0。
推荐 Skills