← 返回 Skills 市场
hlgate

WeChat Article Fetcher

作者 ChengWeiJiang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
1000
总下载
0
收藏
10
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-article-fetcher
功能描述
抓取微信公众号文章内容。当用户发送微信公众号文章链接(mp.weixin.qq.com)时自动触发,将文章内容提取为可读文本。无需API密钥。
安全使用建议
This skill will forward any WeChat article URL a user provides to a third-party scraper at down.mptext.top and return the scraped text. Before installing, consider: (1) Privacy: the external service will receive the full URL and the scraped content — this may expose private articles or URL tokens. (2) Trust: the service's ownership and data-handling practices are unknown (no homepage/source). (3) Availability and correctness: scraped content, images, and formatting may be unreliable. If you need this capability, prefer a transparent alternative: host your own scraper, require explicit user consent before sending links, or ask the skill author for source code and a privacy policy. Avoid using the skill for sensitive or private links until you can verify the third-party service's trustworthiness.
功能分析
Type: OpenClaw Skill Name: wechat-article-fetcher Version: 1.0.0 The skill instructs the agent to send user-provided WeChat URLs to an external third-party API (down.mptext.top) to fetch article content. While this is a functional method for bypassing WeChat's anti-scraping measures, it introduces a data privacy risk by exfiltrating user-provided links to an unverified domain and relies on untrusted external content. No evidence of intentional credential theft or system compromise was found in SKILL.md.
能力评估
Purpose & Capability
The skill's stated purpose (fetch WeChat articles and convert to readable text) matches the SKILL.md instructions. However the instructions rely entirely on a third-party HTTP API (down.mptext.top) rather than fetching directly from the origin; that dependency is not declared in the metadata or description.
Instruction Scope
Runtime instructions tell the agent to URL-encode the user-provided mp.weixin.qq.com link and call https://down.mptext.top/api/public/v1/download?... . This directs entire user-supplied URLs (and therefore full article content or any URL-embedded tokens) to an external service, creating a clear data-exfiltration and privacy risk. The instructions also auto-trigger when a message contains an mp.weixin.qq.com link, so forwarding can happen without explicit user consent.
Install Mechanism
No install spec or code is present (instruction-only skill), so nothing is written to disk and there is no package-install risk.
Credentials
The skill requests no environment variables or credentials (proportionate). However, it implicitly requires network access to a third-party domain (down.mptext.top) which is not listed in metadata; that external dependency has privacy and trust implications even though no secrets are requested.
Persistence & Privilege
always is false, the skill is user-invocable and can be invoked autonomously (default). It does not request persistent privileges or modify system/agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-article-fetcher
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-article-fetcher 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本:支持抓取微信公众号文章内容,无需API密钥
元数据
Slug wechat-article-fetcher
版本 1.0.0
许可证 MIT-0
累计安装 10
当前安装数 10
历史版本数 1
常见问题

WeChat Article Fetcher 是什么?

抓取微信公众号文章内容。当用户发送微信公众号文章链接(mp.weixin.qq.com)时自动触发,将文章内容提取为可读文本。无需API密钥。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1000 次。

如何安装 WeChat Article Fetcher?

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

WeChat Article Fetcher 是免费的吗?

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

WeChat Article Fetcher 支持哪些平台?

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

谁开发了 WeChat Article Fetcher?

由 ChengWeiJiang(@hlgate)开发并维护,当前版本 v1.0.0。

💬 留言讨论