WeChat Article Download API

v1.0.0

Fetch and export WeChat public article content through down.mptext.top API. Use when testing this API, downloading a WeChat article, validating html/markdown...

1· 63·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

articlevk97deemjb6386f59hh4fd55xbh83qn3econtentvk97deemjb6386f59hh4fd55xbh83qn3edownloadvk97deemjb6386f59hh4fd55xbh83qn3elatestvk97deemjb6386f59hh4fd55xbh83qn3eopenclawvk97deemjb6386f59hh4fd55xbh83qn3ewechatvk97deemjb6386f59hh4fd55xbh83qn3e

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments