← 返回 Skills 市场
140
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-article-download-api
功能描述
Fetch and export WeChat public article content through down.mptext.top API. Use when testing this API, downloading a WeChat article, validating html/markdown...
安全使用建议
This package appears to do only what it claims: call https://down.mptext.top and save outputs. Before installing or invoking it:
- Confirm you trust down.mptext.top, since article content (possibly sensitive) is sent to that external service.
- The script writes files to the output directory you specify—run it in a controlled directory if you want to avoid clutter or overwriting files.
- README mentions the 'requests' package but the script uses urllib; no extra dependencies are required. You can inspect scripts/fetch_wechat_article.py yourself (it is short and uses stdlib) before running.
- If you plan to enable autonomous agent invocation, be aware the agent can call the external API without further prompts; consider limiting usage or monitoring logs if that matters to you.
功能分析
Type: OpenClaw Skill
Name: wechat-article-download-api
Version: 1.0.0
The skill is a straightforward utility for downloading WeChat articles using a public API (down.mptext.top). The core logic in `scripts/fetch_wechat_article.py` uses standard Python libraries to perform HTTP GET requests and save the results to the local filesystem as requested. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the code is transparent and aligns with its stated purpose.
能力评估
Purpose & Capability
Name/description say it fetches WeChat articles via down.mptext.top and the included script and docs do exactly that (HTTP GET to the API, save html/markdown/text/json). No unrelated capabilities or credentials are requested.
Instruction Scope
SKILL.md instructs running the bundled script with a target URL and output options. The instructions only perform the stated network call and local file writes; they do not ask the agent to read other files, credentials, or system state.
Install Mechanism
No install spec (instruction-only) and the script uses Python stdlib for HTTP. README mentions 'pip install requests' but the script actually uses urllib; this is a minor documentation mismatch but not a functional risk. No downloads from untrusted hosts occur during install.
Credentials
The skill requests no environment variables or secrets. The only external interaction is with the documented API endpoint (down.mptext.top). Users should note that article content is sent to that external service, which may have privacy implications for non-public content.
Persistence & Privilege
The skill does not request always=true, does not modify other skills or global settings, and only writes files to the user-specified output directory. Autonomous invocation is allowed by default but is not combined with broad privileges here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-article-download-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-article-download-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始发布:支持 HTML/Markdown/Text/JSON 四种格式输出,通过 down.mptext.top API 抓取微信公众号文章
元数据
常见问题
WeChat Article Download API 是什么?
Fetch and export WeChat public article content through down.mptext.top API. Use when testing this API, downloading a WeChat article, validating html/markdown... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 140 次。
如何安装 WeChat Article Download API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-article-download-api」即可一键安装,无需额外配置。
WeChat Article Download API 是免费的吗?
是的,WeChat Article Download API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
WeChat Article Download API 支持哪些平台?
WeChat Article Download API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WeChat Article Download API?
由 Lniosy(@lniosy)开发并维护,当前版本 v1.0.0。
推荐 Skills