📝
AutomationPython

WeChat Article to Markdown

by bzd6661

WeChat Article to Markdown is an Automation skill for Claude Code, published by bzd6661 in wechat-article-for-ai.

94 stars12 forkson bzd6661/wechat-article-for-aiAdded 2026/07/16+1% in starsRepository updated 2026/03/04
Install in seconds
Install WeChat Article to Markdown
Copy WeChat Article to Markdown 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/bzd6661/wechat-article-for-ai ~/.claude/skills/wechat-article-for-ai

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/bzd6661/wechat-article-for-ai.git

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

In this catalog

Source file
SKILL.md in bzd6661/wechat-article-for-ai
Installs to
~/.claude/skills/wechat-article-for-ai
Collection
The only skill cataloged from this repository
Category
Automation2226 skills

What WeChat Article to Markdown does

Converts WeChat Official Account articles into clean Markdown files with locally downloaded images and YAML frontmatter. Use for archiving, content migration, or preparing articles for AI processing.

WeChat Article to Markdown is cataloged under Automation on DirSkills.

Documentation

README

WeChat Article to Markdown Converter

What this tool does

Converts WeChat public account articles into clean Markdown files with:

  • YAML frontmatter (title, author, date, source URL)
  • Locally downloaded images
  • Preserved code blocks with language detection
  • Audio/video reference extraction
  • Clean formatting (no WeChat UI noise)

Prerequisites

  • Python 3.10+
  • Install dependencies: pip install -r requirements.txt
  • Camoufox browser will be auto-downloaded on first run

Usage

CLI (single article)

python main.py "https://mp.weixin.qq.com/s/ARTICLE_ID"

CLI (batch from file)

python main.py -f urls.txt -o ./output -v

CLI Options

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

Frequently asked about WeChat Article to Markdown

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

    WeChat Article to Markdown ranks #2107 by stars among the 2226 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 to Markdown against them. Open each page to compare what they document and how they install.