← 返回 Skills 市场
write31bug

Wechat Mp Fetch

作者 write31bug · GitHub ↗ · v1.1.1 · MIT-0
cross-platform ✓ 安全检测通过
267
总下载
1
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install wechat-mp-fetch
功能描述
WeChat Official Account article fetcher — extracts title, body text, and final URL from mp.weixin.qq.com links via Playwright. 微信公众号文章抓取工具,提取标题、正文、原始URL,支持重定...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-mp-fetch
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-mp-fetch 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug wechat-mp-fetch
版本 1.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Wechat Mp Fetch 是什么?

WeChat Official Account article fetcher — extracts title, body text, and final URL from mp.weixin.qq.com links via Playwright. 微信公众号文章抓取工具,提取标题、正文、原始URL,支持重定... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 267 次。

如何安装 Wechat Mp Fetch?

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

Wechat Mp Fetch 是免费的吗?

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

Wechat Mp Fetch 支持哪些平台?

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

谁开发了 Wechat Mp Fetch?

由 write31bug(@write31bug)开发并维护,当前版本 v1.1.1。

💬 留言讨论