← 返回 Skills 市场
chunhualiao

WeChat Article Extractor

作者 Chunhua Liao · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1073
总下载
0
收藏
24
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-article-extractor
功能描述
Extract full text and figures from a WeChat public account (微信公众号) article URL and save as a clean Markdown file. Handles WeChat's bot-detection by finding m...
安全使用建议
This skill appears to do what it says: find mirror pages, download HTML, and convert to Markdown with a bundled Python script. Before installing: (1) Review the included Python script if you want to confirm no unexpected network destinations are embedded (it operates on local HTML files and does not perform remote uploads); (2) be aware images remain hotlinked to third-party hosts (mirrors/WeChat) — they may expire or track access; (3) the Chrome Relay fallback requires a browser extension — install only a trusted extension and understand it will allow a snapshot of the page to be read by the agent; (4) consider restricting file-save locations (avoid sensitive directories) and verifying outputs before publishing. If you want higher assurance, ask the author for a signed release or run the script in a sandbox to observe network activity.
功能分析
Type: OpenClaw Skill Name: wechat-article-extractor Version: 1.0.0 The skill's core Python script (`scripts/extract_wechat.py`) is benign, performing local HTML parsing and Markdown conversion without network calls or arbitrary execution. However, the `SKILL.md` instructs the OpenClaw agent to use the `exec` tool with `curl` and `python3` commands, passing arguments derived from external sources (mirror URLs from `web_search` and article titles). If the agent's `exec` tool does not properly sanitize or quote these arguments, it could lead to shell injection, allowing arbitrary command execution. This represents a significant vulnerability (RCE risk) in the interaction between the skill's instructions and the agent's execution environment, classifying it as suspicious rather than malicious due to the lack of clear intentional harmful behavior from the skill's author.
能力评估
Purpose & Capability
Name/description match the artifacts: SKILL.md, skill.yml, and the included Python extractor implement mirror discovery, curl downloads, and HTML→Markdown conversion. Required tools (web_fetch, web_search, exec, optional browser) align with the workflow.
Instruction Scope
Runtime instructions are narrowly scoped to fetching article HTML (direct or via mirrors), converting to Markdown, and saving to disk. The fallback using a browser snapshot and a Chrome Relay extension is explained and limited to reading the page; the skill does not instruct reading unrelated system files or environment variables.
Install Mechanism
No install spec is present (instruction-only skill plus a bundled Python script). The script is local and executed directly; no external arbitrary downloads or archive extraction are performed by the skill itself.
Credentials
No environment variables, credentials, or config paths are required. Declared system dependency (curl, Python 3.8+) and use of /tmp for temporary files are proportionate to the task.
Persistence & Privilege
Skill is not always-enabled and does not request elevated persistence. It writes output to a user-specified path (default /tmp) and does not modify other skills or global agent config.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-article-extractor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-article-extractor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: mirror-based extraction, Python script with self-tests, Chrome Relay fallback, bilingual triggers
元数据
Slug wechat-article-extractor
版本 1.0.0
许可证
累计安装 24
当前安装数 24
历史版本数 1
常见问题

WeChat Article Extractor 是什么?

Extract full text and figures from a WeChat public account (微信公众号) article URL and save as a clean Markdown file. Handles WeChat's bot-detection by finding m... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1073 次。

如何安装 WeChat Article Extractor?

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

WeChat Article Extractor 是免费的吗?

是的,WeChat Article Extractor 完全免费(开源免费),可自由下载、安装和使用。

WeChat Article Extractor 支持哪些平台?

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

谁开发了 WeChat Article Extractor?

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

💬 留言讨论