← 返回 Skills 市场
8421bit

微信公众号文章导出

作者 8421bit · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1181
总下载
3
收藏
14
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-article-reader
功能描述
将微信公众号文章导出为 Markdown 格式。当用户提供微信公众号链接 (mp.weixin.qq.com) 或要求下载/导出/保存微信文章时触发。默认保存到工作空间的 source 目录。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-article-reader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-article-reader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本,支持导出公众号文章为 Markdown,自动保存到工作空间 source 目录
元数据
Slug wechat-article-reader
版本 1.0.0
许可证
累计安装 15
当前安装数 14
历史版本数 1
常见问题

微信公众号文章导出 是什么?

将微信公众号文章导出为 Markdown 格式。当用户提供微信公众号链接 (mp.weixin.qq.com) 或要求下载/导出/保存微信文章时触发。默认保存到工作空间的 source 目录。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1181 次。

如何安装 微信公众号文章导出?

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

微信公众号文章导出 是免费的吗?

是的,微信公众号文章导出 完全免费(开源免费),可自由下载、安装和使用。

微信公众号文章导出 支持哪些平台?

微信公众号文章导出 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 微信公众号文章导出?

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

💬 留言讨论