·wechat-article-aggregator
</>

wechat-article-aggregator

微信公众号文章聚合器。通过 mptext.top API 批量获取指定公众号博主的最新文章列表,下载文章内容并解析为 Markdown/HTML/纯文本格式。支持按公众号名称或 fakeid 获取,预置 8 个热门 AI 技术公众号。适用场景:获取指定公众号最新文章、批量抓取多个博主内容、公众号文章聚合阅读、技术资讯采集。关键词:公众号文章获取、微信文章抓取、公众号聚合、文章采集、mptext API。

33Installs·4Trend·@wwwzhouhui

Installation

$npx skills add https://github.com/wwwzhouhui/skills_collection --skill wechat-article-aggregator

How to Install wechat-article-aggregator

Quickly install wechat-article-aggregator AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/wwwzhouhui/skills_collection --skill wechat-article-aggregator
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: wwwzhouhui/skills_collection.

SKILL.md

View raw

最低依赖: 仅 requests 为必须依赖。beautifulsoup4 和 html2text 用于增强 Markdown 转换效果,未安装时会使用内置 HTML 解析器。

| 参数 | 类型 | 必填 | 默认值 | 说明 |

| --api-key / -k | string | 是 | - | mptext.top 的 API Key | | --fakeids / -f | string | 是 | - | 公众号 fakeid 列表(逗号分隔)、公众号名称、或 all | | --limit / -l | int | 否 | 2 | 每个公众号获取的文章数量 | | --output-dir / -o | string | 否 | ./output | 输出目录 | | --format / -F | string | 否 | markdown | 输出格式:markdown / html / text / json |

微信公众号文章聚合器。通过 mptext.top API 批量获取指定公众号博主的最新文章列表,下载文章内容并解析为 Markdown/HTML/纯文本格式。支持按公众号名称或 fakeid 获取,预置 8 个热门 AI 技术公众号。适用场景:获取指定公众号最新文章、批量抓取多个博主内容、公众号文章聚合阅读、技术资讯采集。关键词:公众号文章获取、微信文章抓取、公众号聚合、文章采集、mptext API。 Source: wwwzhouhui/skills_collection.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/wwwzhouhui/skills_collection --skill wechat-article-aggregator
Category
</>Dev Tools
Verified
First Seen
2026-02-28
Updated
2026-03-10

Browse more skills from wwwzhouhui/skills_collection

Quick answers

What is wechat-article-aggregator?

微信公众号文章聚合器。通过 mptext.top API 批量获取指定公众号博主的最新文章列表,下载文章内容并解析为 Markdown/HTML/纯文本格式。支持按公众号名称或 fakeid 获取,预置 8 个热门 AI 技术公众号。适用场景:获取指定公众号最新文章、批量抓取多个博主内容、公众号文章聚合阅读、技术资讯采集。关键词:公众号文章获取、微信文章抓取、公众号聚合、文章采集、mptext API。 Source: wwwzhouhui/skills_collection.

How do I install wechat-article-aggregator?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/wwwzhouhui/skills_collection --skill wechat-article-aggregator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/wwwzhouhui/skills_collection