← Back to Skills Marketplace
微信公众号文章爬虫
by
chenchaoqun
· GitHub ↗
· v1.0.0
· MIT-0
378
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install wechat-article-spider
Description
微信公众号文章爬虫 - 将微信公号文章转换为 Markdown + 本地图片
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-article-spider - After installation, invoke the skill by name or use
/wechat-article-spider - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本 - 支持微信文章抓取 + Markdown 导出 + 图片下载
Metadata
Frequently Asked Questions
What is 微信公众号文章爬虫?
微信公众号文章爬虫 - 将微信公号文章转换为 Markdown + 本地图片. It is an AI Agent Skill for Claude Code / OpenClaw, with 378 downloads so far.
How do I install 微信公众号文章爬虫?
Run "/install wechat-article-spider" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 微信公众号文章爬虫 free?
Yes, 微信公众号文章爬虫 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 微信公众号文章爬虫 support?
微信公众号文章爬虫 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 微信公众号文章爬虫?
It is built and maintained by chenchaoqun (@chenchaoqun); the current version is v1.0.0.
More Skills