← Back to Skills Marketplace
8421bit

微信公众号文章导出

by 8421bit · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1181
Downloads
3
Stars
14
Active Installs
1
Versions
Install in OpenClaw
/install wechat-article-reader
Description
将微信公众号文章导出为 Markdown 格式。当用户提供微信公众号链接 (mp.weixin.qq.com) 或要求下载/导出/保存微信文章时触发。默认保存到工作空间的 source 目录。
Usage Guidance
This skill appears to do what it says: fetch a WeChat public-article URL and save a Markdown file locally. Before installing or running it: 1) Inspect the export.py (provided) — it is small and readable; 2) Note it will create/write files under home directories like ~/.openclaw/... or ~/workspace; confirm you’re comfortable with that path; 3) Install dependencies from requirements.txt and run the script manually once to verify behavior; 4) Be aware it cannot access paywalled/login-required articles and may fail due to anti-scraping; 5) Fix or be mindful of minor docs inconsistencies (installation paths and a small typo in the import-error message) but these are operational issues, not red flags. If you need higher assurance, run the script in a sandboxed environment first.
Capability Analysis
Type: OpenClaw Skill Name: wechat-article-reader Version: 1.0.0 The skill is a legitimate utility designed to download WeChat articles and convert them into Markdown format. The Python script `scripts/export.py` uses standard libraries (requests, BeautifulSoup, and markdownify) to extract content from `mp.weixin.qq.com` and save it locally. There is no evidence of data exfiltration, unauthorized network calls, or malicious command execution; the file operations are restricted to creating directories and writing the converted article files.
Capability Assessment
Purpose & Capability
Name/description match the included Python script and README. Required Python packages (requests, BeautifulSoup, lxml, markdownify) and filesystem writes are appropriate for scraping and saving articles. Minor inconsistency: SKILL.md and README reference different installation/skill locations (e.g., ~/.npm-global/lib/node_modules/... vs ~/.openclaw/workspace/...), which is an operational/documentation mismatch but not a security issue.
Instruction Scope
Runtime instructions limit activity to fetching the provided mp.weixin.qq.com URL, parsing HTML, converting to Markdown, and writing a file to a workspace directory. The skill does not instruct reading unrelated system files, environment secrets, or transmitting data to external endpoints other than the target webpage. It will create and write files under the user's workspace/home paths.
Install Mechanism
No automated install spec; the README/SKILL.md recommend installing Python dependencies via pip or requirements.txt. There are no downloads from untrusted URLs or archives; dependencies are standard PyPI packages. (Small note: export.py's ImportError message mentions 'pylxml' which is a typo/inaccuracy; actual dependency is lxml as listed in requirements.txt.)
Credentials
The skill requests no environment variables or credentials and the code does not read secrets. All environment/config access is limited to determining/creating an output directory under the user's home/workspace.
Persistence & Privilege
always is false and the skill is user-invocable. The skill writes exported Markdown files into the user's workspace but does not modify other skills, global agent configuration, or request persistent elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wechat-article-reader
  3. After installation, invoke the skill by name or use /wechat-article-reader
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本,支持导出公众号文章为 Markdown,自动保存到工作空间 source 目录
Metadata
Slug wechat-article-reader
Version 1.0.0
License
All-time Installs 15
Active Installs 14
Total Versions 1
Frequently Asked Questions

What is 微信公众号文章导出?

将微信公众号文章导出为 Markdown 格式。当用户提供微信公众号链接 (mp.weixin.qq.com) 或要求下载/导出/保存微信文章时触发。默认保存到工作空间的 source 目录。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1181 downloads so far.

How do I install 微信公众号文章导出?

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

Is 微信公众号文章导出 free?

Yes, 微信公众号文章导出 is completely free (open-source). 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 8421bit (@8421bit); the current version is v1.0.0.

💬 Comments