← Back to Skills Marketplace
lniosy

WeChat Article Download API

by Lniosy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
140
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wechat-article-download-api
Description
Fetch and export WeChat public article content through down.mptext.top API. Use when testing this API, downloading a WeChat article, validating html/markdown...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wechat-article-download-api
  3. After installation, invoke the skill by name or use /wechat-article-download-api
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始发布:支持 HTML/Markdown/Text/JSON 四种格式输出,通过 down.mptext.top API 抓取微信公众号文章
Metadata
Slug wechat-article-download-api
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 140 downloads so far.

How do I install WeChat Article Download API?

Run "/install wechat-article-download-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is WeChat Article Download API free?

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

Which platforms does WeChat Article Download API support?

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

Who created WeChat Article Download API?

It is built and maintained by Lniosy (@lniosy); the current version is v1.0.0.

💬 Comments