← 返回 Skills 市场
xiaozs-com

WeChat Article Fetcher

作者 xiaozs.com · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
55
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weixin-fetcher
功能描述
获取微信公众号文章内容。当用户提供 mp.weixin.qq.com 链接时提取正文。
安全使用建议
This skill appears to do exactly what it claims: render a WeChat article in a real Chromium instance and extract text plus a screenshot. Before installing, note: (1) you must pip-install the DrissionPage dependency and have Chrome installed; DrissionPage may download a ChromeDriver binary at first run (external network download and writing an executable to disk). (2) The script will launch a full browser and render remote page content, so remote JavaScript/resources will execute in that browser session (expected for scraping but can trigger trackers or additional network activity). (3) The skill writes files to the chosen output directory (default = current working directory), so avoid running it with a sensitive directory as the output path. If you want added assurance, review the DrissionPage package source and verify its ChromeDriver download behavior before use.
功能分析
Type: OpenClaw Skill Name: weixin-fetcher Version: 1.1.0 The weixin-fetcher skill is a legitimate tool designed to extract content and screenshots from WeChat Official Account articles (mp.weixin.qq.com). The core logic in `scripts/fetch_weixin.py` uses the DrissionPage library to automate a browser, which is a standard approach for handling the dynamic content and anti-caching mechanisms of WeChat. There is no evidence of data exfiltration, malicious execution, or prompt injection; the script's behavior is transparent and strictly aligned with its stated purpose.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the included Python script all align: the tool launches a Chromium instance (via DrissionPage), loads a mp.weixin.qq.com URL, extracts #js_content, takes a screenshot, and writes Markdown and PNG files. There are no unrelated credentials, system paths, or external services requested.
Instruction Scope
Runtime instructions are limited and specific: run the provided Python script with a WeChat article URL and optional output directory/headless flag. The script only fetches the provided URL, extracts text, takes a screenshot, writes output files, and prints the Markdown to stdout for the agent. It does not read other system files or access environment variables.
Install Mechanism
No formal install spec in registry (instruction-only), but SKILL.md requires pip installing scripts/requirements.txt which pulls DrissionPage from PyPI. DrissionPage itself may perform a network download of a matching ChromeDriver on first run (documented in SKILL.md). This is expected for browser automation but does mean the skill will cause additional network downloads and write executables to disk at runtime.
Credentials
The skill requests no environment variables or credentials. It does require a local Chrome browser to be installed (documented) and writes output files to a user-specified directory (default current working directory). These are proportional to the scraping/rendering purpose.
Persistence & Privilege
The skill is not force-included (always: false) and does not modify other skills or global agent settings. It runs only when invoked and does not ask to persist credentials or enable autonomous always-on behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weixin-fetcher
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weixin-fetcher 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
v1.1.0: 精简SKILL.md、增加输出目录参数、输出改Markdown、默认有头模式、添加requirements.txt、添加作者注释
元数据
Slug weixin-fetcher
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

WeChat Article Fetcher 是什么?

获取微信公众号文章内容。当用户提供 mp.weixin.qq.com 链接时提取正文。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 55 次。

如何安装 WeChat Article Fetcher?

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

WeChat Article Fetcher 是免费的吗?

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

WeChat Article Fetcher 支持哪些平台?

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

谁开发了 WeChat Article Fetcher?

由 xiaozs.com(@xiaozs-com)开发并维护,当前版本 v1.1.0。

💬 留言讨论