wechat-article-ingest
微信公众号文章 → Markdown 提取 + A层观点提取 + B层问题链生成。 支持直接链接抓取和 PDF 提取两种方式。
npx skills add chubbyguan/chubbyskills --skill wechat-article-ingest --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 微信公众号文章处理 Skill 将微信公众号文章转换为 Markdown,生成 A 层观点提取 + B 层问题链,存入知识库。 ## 两种模式 ### 模式 1:直接链接抓取(推荐) ```bash python scripts/fetch_article.py "https://mp.weixin.qq.com/s/xxxxx" ``` 公众号文章 URL 是公开的,不需要登录,直接抓取即可。 ### 模式 2:PDF 提取 ```bash python scripts/extract.py "path/to/article.pdf" ``` 适用于通过「笔记同步助手」等工具导出的 PDF。 ## 环境要求 ```bash # Python 3.10+ pip install beautifulsoup4 markitdown pymupdf # 或者用 uv uv pip inst
What does the wechat-article-ingest skill do?
微信公众号文章 → Markdown 提取 + A层观点提取 + B层问题链生成。 支持直接链接抓取和 PDF 提取两种方式。
How do I install it?
Run `npx skills add chubbyguan/chubbyskills --skill wechat-article-ingest --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From chubbyguan/chubbyskills, a repository with 590 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.