← Back to Skills Marketplace
xiaozs-com

WeChat Article Fetcher

by xiaozs.com · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
55
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weixin-fetcher
Description
获取微信公众号文章内容。当用户提供 mp.weixin.qq.com 链接时提取正文。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weixin-fetcher
  3. After installation, invoke the skill by name or use /weixin-fetcher
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
v1.1.0: 精简SKILL.md、增加输出目录参数、输出改Markdown、默认有头模式、添加requirements.txt、添加作者注释
Metadata
Slug weixin-fetcher
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is WeChat Article Fetcher?

获取微信公众号文章内容。当用户提供 mp.weixin.qq.com 链接时提取正文。 It is an AI Agent Skill for Claude Code / OpenClaw, with 55 downloads so far.

How do I install WeChat Article Fetcher?

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

Is WeChat Article Fetcher free?

Yes, WeChat Article Fetcher is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does WeChat Article Fetcher support?

WeChat Article Fetcher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created WeChat Article Fetcher?

It is built and maintained by xiaozs.com (@xiaozs-com); the current version is v1.1.0.

💬 Comments