← 返回 Skills 市场
hunkguo

Wechat Articles Skill

作者 hunkguo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
176
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-articles-skill
功能描述
抓取微信公众号文章并转换为Markdown格式。当用户提供微信文章链接(mp.weixin.qq.com)或要求抓取/保存/下载公众号文章时触发。
安全使用建议
This skill and its script appear coherent and focused on scraping WeChat articles, but check these before installing: 1) You must install Python dependencies (playwright and beautifulsoup4) and run `playwright install chromium` as documented; Playwright will download Chromium (large binary). 2) The script saves Markdown to disk and creates an images/ folder — it currently inserts image links/placeholders but does not actually download image files despite README/SKILL.md claiming image download; if you need images, inspect/modify the script to fetch and save them. 3) The SKILL.md example command uses a hard-coded OpenClaw path — ensure the script path matches your installation. 4) Scraping may violate content terms or copyright for some articles (including paywalled content); use in compliance with law and site terms. 5) Run the skill in a controlled environment (or sandbox) if you are concerned about giving it network access. Overall: functionality is proportionate to its description and no covert data exfiltration or unrelated credential requests were found.
功能分析
Type: OpenClaw Skill Name: wechat-articles-skill Version: 1.0.0 The skill bundle is designed to scrape WeChat articles and convert them to Markdown using Playwright and BeautifulSoup4. The code in `scripts/fetch_article.py` and the instructions in `SKILL.md` are consistent with the stated purpose, containing no evidence of data exfiltration, malicious execution, or prompt injection attacks.
能力评估
Purpose & Capability
Name/description match the code and instructions: the included Python script uses Playwright + BeautifulSoup to fetch mp.weixin.qq.com pages, extract selectors (#activity-name, #js_content, #js_name), convert HTML to Markdown and save to disk. Requiring a headless browser and HTML parsing libraries is proportionate to the stated purpose.
Instruction Scope
SKILL.md instructs the agent to open WeChat article URLs with Playwright and save Markdown to disk — the code follows that. The only notable mismatch: the documentation and README say images will be downloaded to an images/ folder, but the script creates an images/ directory and inserts image links/placeholders without actually performing HTTP downloads of image files. Aside from that implementation gap, the instructions do not ask the agent to read unrelated files, env vars, or send data to any external endpoints other than the target article URLs.
Install Mechanism
There is no automated install spec (instruction-only + included script). The README documents manual installation via pip and playwright install (official packages). Playwright/Chromium is a heavy dependency but expected for headless browser scraping. No downloads from unknown URLs or extract steps in the skill package itself.
Credentials
The skill requires no environment variables, credentials, or config paths. The script runs locally and only needs network access to the target WeChat pages. No unrelated credentials or secrets are requested.
Persistence & Privilege
Skill is not always-enabled and does not request elevated privileges or modify other skills. It writes output files to a user-specified output directory (expected behavior).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-articles-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-articles-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of wechat-articles skill: - Fetches and converts WeChat (mp.weixin.qq.com) articles to clean Markdown files. - Extracts title, author, official account name, main content, and images. - Supports image downloading and relative linking in the Markdown output. - Command-line script provided for easy article grabbing and saving. - Handles basic WeChat anti-scraping measures; some articles may require manual intervention.
元数据
Slug wechat-articles-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Wechat Articles Skill 是什么?

抓取微信公众号文章并转换为Markdown格式。当用户提供微信文章链接(mp.weixin.qq.com)或要求抓取/保存/下载公众号文章时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 176 次。

如何安装 Wechat Articles Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-articles-skill」即可一键安装,无需额外配置。

Wechat Articles Skill 是免费的吗?

是的,Wechat Articles Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Wechat Articles Skill 支持哪些平台?

Wechat Articles Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Wechat Articles Skill?

由 hunkguo(@hunkguo)开发并维护,当前版本 v1.0.0。

💬 留言讨论