Skip to content
Skill

wechat-to-md

by bzd6661

AI Summary

Converts WeChat public account articles into clean Markdown files with: Run as an MCP server for AI tool integration:

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "wechat-to-md" skill in my project.

Please run this command in my terminal:
# Install skill into your project
mkdir -p .claude/skills/wechat-article-for-ai && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/wechat-article-for-ai/SKILL.md "https://raw.githubusercontent.com/bzd6661/wechat-article-for-ai/master/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Convert WeChat Official Account (微信公众号) articles to clean Markdown files with locally downloaded images.

Prerequisites

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

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)

CLI (single article)

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

CLI (batch from file)

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

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 3mo ago
Stale
AdoptionUnder 100 stars
73 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars73
Forks9
Issues3
Updated3mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code