← Back to Skills Marketplace
Wechat Mp Fetch
by
write31bug
· GitHub ↗
· v1.1.1
· MIT-0
267
Downloads
1
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install wechat-mp-fetch
Description
WeChat Official Account article fetcher — extracts title, body text, and final URL from mp.weixin.qq.com links via Playwright. 微信公众号文章抓取工具,提取标题、正文、原始URL,支持重定...
Usage Guidance
This skill appears coherent and does what it claims: a local Playwright scraper for mp.weixin.qq.com articles. Before installing, be aware it requires Node.js >=18, will download Playwright and a Chromium browser (large download), and will load/execute page JavaScript from the sites you target (normal for a renderer but worth considering if running in a sensitive environment). Only provide article URLs you trust and avoid supplying any credentials; consider running the tool in an isolated container or VM if you are concerned about running arbitrary webpage content. The package-lock points to an npm mirror (registry.npmmirror.com) for dependency resolution — not inherently malicious but verify your expected registry if you require strict provenance.
Capability Analysis
Type: OpenClaw Skill
Name: wechat-mp-fetch
Version: 1.1.1
The skill is a well-structured WeChat article scraper that uses Playwright to extract content from WeChat Official Account links. It features modular code across several files (browser.js, extractor.js, validator.js) and includes specific URL validation in validator.js to ensure only legitimate mp.weixin.qq.com links are processed, which mitigates SSRF or local file access risks. No evidence of data exfiltration, malicious obfuscation, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description match the code and files: the scripts use Playwright to render mp.weixin.qq.com pages and extract title/content/URL. Required dependencies (playwright, commander) are consistent with this purpose.
Instruction Scope
SKILL.md instructs local npm install and running the included scripts; runtime instructions only navigate to the provided URL, wait for #js_content, extract text, and print formatted output. The instructions do not read unrelated files or environment variables nor send data to external endpoints.
Install Mechanism
There is no install spec in the skill bundle (instruction-only), but SKILL.md instructs users to run npm install and npx playwright install chromium. This is expected for a Playwright-based tool but requires downloading Playwright and Chromium binaries (large network download). package-lock.json points to an npm mirror (registry.npmmirror.com) which is a registry mirror — expected but worth noting.
Credentials
The skill declares no required env vars, primary credential, or config paths and the code does not access environment secrets. No credential or unrelated service access is requested.
Persistence & Privilege
Skill does not request permanent/always-on privileges (always:false). It is user-invocable and may be invoked autonomously by the agent by default, which is normal for skills; it does not modify other skills or system-wide configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-mp-fetch - After installation, invoke the skill by name or use
/wechat-mp-fetch - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.1
模块化重构:拆分browser/extractor/formatter/validator,新增commander命令行支持
v1.1.0
Enriched SKILL.md with English metadata, added bilingual README
v1.0.1
Fix: 修复依赖未自动安装问题,需在安装后执行 npm install
v1.0.0
wechat-article-fetch 1.0.0 – Initial Release
- Fetches WeChat Official Account article content (text only) from mp.weixin.qq.com links.
- Extracts and returns article title, main text, and actual URL after redirects.
- Uses Playwright to render and scrape content locally with Chromium.
- Designed for privacy: all processing is local, no data leaves your machine.
- Known limitations: cannot fetch content requiring login, paid articles, or from private accounts; images are not included, only their URLs.
Metadata
Frequently Asked Questions
What is Wechat Mp Fetch?
WeChat Official Account article fetcher — extracts title, body text, and final URL from mp.weixin.qq.com links via Playwright. 微信公众号文章抓取工具,提取标题、正文、原始URL,支持重定... It is an AI Agent Skill for Claude Code / OpenClaw, with 267 downloads so far.
How do I install Wechat Mp Fetch?
Run "/install wechat-mp-fetch" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Wechat Mp Fetch free?
Yes, Wechat Mp Fetch is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Wechat Mp Fetch support?
Wechat Mp Fetch is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Wechat Mp Fetch?
It is built and maintained by write31bug (@write31bug); the current version is v1.1.1.
More Skills