📝
AutomationPython

WeChat Article Ingest

by chubbyguan

WeChat Article Ingest is an Automation skill for Claude Code, published by chubbyguan in chubbyskills.

637 stars90 forkson chubbyguan/chubbyskillsAdded 2026/08/24+2% in starsRepository updated 2026/08/19
agent-skillsai-agentschineseclaude-codeknowledge-basemcpobsidiansecond-braintranscriptionxiaohongshu
Install in seconds
Install WeChat Article Ingest
Copy WeChat Article Ingest into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/chubbyguan/chubbyskills/tree/main/wechat-article-ingest ~/.claude/skills/wechat-article-ingest

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/chubbyguan/chubbyskills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
wechat-article-ingest/SKILL.md in chubbyguan/chubbyskills
Installs to
~/.claude/skills/wechat-article-ingest
Collection
One of 14 skills cataloged from this repository
Category
Automation1523 skills

What WeChat Article Ingest does

WeChat Article Ingest converts WeChat public account articles into Markdown and generates A-layer viewpoints plus B-layer question chains. Use it from a direct article URL or from a PDF export.

WeChat Article Ingest is cataloged under Automation on DirSkills. WeChat Article Ingest comes from a repository tagged agent-skills, ai-agents, chinese, claude-code and knowledge-base.

Documentation

README

微信公众号文章处理 Skill

将微信公众号文章转换为 Markdown,生成 A 层观点提取 + B 层问题链,存入知识库。

两种模式

模式 1:直接链接抓取(推荐)

python scripts/fetch_article.py "https://mp.weixin.qq.com/s/xxxxx"

公众号文章 URL 是公开的,不需要登录,直接抓取即可。

模式 2:PDF 提取

python scripts/extract.py "path/to/article.pdf"

适用于通过「笔记同步助手」等工具导出的 PDF。

环境要求

# Python 3.10+
pip install beautifulsoup4 markitdown pymupdf

# 或者用 uv
uv pip install beautifulsoup4 markitdown pymupdf

使用方法

单篇处理(链接)

python scripts/fetch_article.py "https://mp.weixin.qq.com/s/xxxxx" --output ./output

链接模式会尽量保留:

  • 标题层级:h1/h2/h3 会转成 Markdown 标题
  • 图片:data-src / src 会转成 Markdown 图片引用
  • 链接:正文里的 <a> 会转成 Markdown 链接

单篇处理(PDF)

python scripts/extract.py "path/to/article.pdf" --output ./output

This is the opening of the README. Read the full README on GitHub.

Frequently asked about WeChat Article Ingest

  • What else does chubbyguan publish alongside WeChat Article Ingest?

    WeChat Article Ingest is one of 14 skills that DirSkills catalogs from chubbyguan/chubbyskills, the repository it ships in. Its siblings there include Bilibili Transcribe, Content Enrich and Douyin Transcription. Each one is a separate skill with its own page in this directory, installs the same way WeChat Article Ingest does, and is maintained by chubbyguan in that same repository. The rest of the collection is listed on the chubbyguan/chubbyskills page.

  • How does WeChat Article Ingest compare to other Automation skills?

    WeChat Article Ingest ranks #1132 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of WeChat Article Ingest against them. Open each page to compare what they document and how they install.

More from chubbyguan/chubbyskills

WeChat Article Ingest is one of 14 skills cataloged on DirSkills from chubbyguan/chubbyskills.

See all 14 skills
🎬
1w ago

Bilibili Transcribe

Bilibili Transcribe downloads B 站 videos, prefers official or auto subtitles, and falls back to audio transcription when needed. Use it to convert a BV number or URL into a Markdown transcript file.
Automation
63790
📝
1w ago

Content Enrich

Content Enrich adds a summary, key points, tags, and a value judgment to imported notes or transcripts. It writes metadata to frontmatter and inserts a summary block at the top for easier review and knowledge base use.
Writing
63790
🎙️
1w ago

Douyin Transcription

Douyin Transcription downloads Douyin video audio, transcribes it with SenseVoice-Small, and saves the result as Markdown. Use it for short or full links when you need a text transcript without cookies or login.
AI Engineering
63790
📡
1w ago

Industry Intelligence Radar

Industry Intelligence Radar scans HN, V2EX, RSS, X, and 即刻 for keyword-matched signals, then filters and detects trends for a daily intelligence brief. Use it for industry monitoring, competitor tracking, and spotting emerging topics.
Data
63790
📚
1w ago

Knowledge Base Management

Knowledge Base Management manages an Obsidian vault across intake, wiki curation, audit, and archiving. Use it to classify source material, keep notes traceable, and check vault health.
Writing
63790
🧠
1w ago

Learning Notes Automation

Learning Notes Automation turns transcripts from videos, podcasts, and articles into study notes, flashcards, and knowledge graph updates. Use it when you want to extract key points and export Anki-ready cards from learning material.
AI Engineering
63790