返回顶部
w

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/text/json output differences, or batch-saving article content to local files.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
82
下载量
1
收藏
概述
安装方式
版本历史

wechat-article-download-api

# WeChat Article Download API ## Overview Use this skill to call `https://down.mptext.top/api/public/v1/download` without API key, fetch a WeChat article by URL, and save outputs as `html`, `markdown`, `text`, or `json`. ## Workflow 1. Confirm target article URL. 2. Pick output format(s): `html`, `markdown`, `text`, `json`. 3. Run `scripts/fetch_wechat_article.py` to request API and save files. 4. Check returned status, content type, and local file size. ## Quick Commands Fetch all 4 formats to current directory: ```bash python scripts/fetch_wechat_article.py \ --url "https://mp.weixin.qq.com/s/W-8MSBo5FwDY8OmCUN0cSw" \ --formats html markdown text json ``` Set output directory and basename: ```bash python scripts/fetch_wechat_article.py \ --url "https://mp.weixin.qq.com/s/xxx" \ --formats json \ --outdir "d:/wechattxt/output" \ --basename "wx_article" ``` ## Output Naming Save files as `{basename}.{ext}`: - `html -> .html` - `markdown -> .md` - `text -> .txt` - `json -> .json` Print one summary line per format: - HTTP status code - response `Content-Type` - output file path - byte size ## Error Handling Treat non-200 status as failure. Keep processing remaining formats unless `--fail-fast` is set. Raise process exit code `1` if any format fails. ## Resources - API details: `references/api.md` - Runner script: `scripts/fetch_wechat_article.py`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 wechat-article-download-api-1775994603 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 wechat-article-download-api-1775994603 技能

通过命令行安装

skillhub install wechat-article-download-api-1775994603

下载 Zip 包

⬇ 下载 wechat-article-download-api v1.0.0

文件大小: 6.11 KB | 发布时间: 2026-4-13 12:33

v1.0.0 最新 2026-4-13 12:33
初始发布:支持 HTML/Markdown/Text/JSON 四种格式输出,通过 down.mptext.top API 抓取微信公众号文章

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部