wechat-to-md

Convert WeChat Official Account articles into Markdown files with local images.

93|14|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/bzd6661/wechat-article-for-ai --skill wechat-to-md
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wechat-to-md
Source: https://github.com/bzd6661/wechat-article-for-ai/tree/main
Command: npx skills add https://github.com/bzd6661/wechat-article-for-ai --skill wechat-to-md

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts WeChat Official Account articles into portable Markdown files with locally downloaded images, enabling offline viewing and easier reuse.

Core Features & Use Cases

  • YAML frontmatter with title, author, date, and source URL for structured metadata
  • Local image downloads with stable, referenced paths
  • Code block preservation with language detection and noise filtering
  • MCP server integration for AI tooling and batch conversions
  • CAPTCHA handling and robust retry logic to improve resilience

Quick Start

Run the CLI with a WeChat article URL to generate a Markdown file in the output directory.

Frequently Asked Questions about wechat-to-md

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert WeChat Official Account articles to Markdown?

To convert WeChat Official Account articles to Markdown, run the CLI with the article URL to fetch content and generate a Markdown file with locally downloaded images in the output directory.

Can I batch convert multiple WeChat articles to Markdown at once?

Yes, you can batch convert multiple WeChat articles to Markdown files. The tool supports batch processing alongside single-article CLI usage and MCP server integration for automated AI tooling workflows.

Does converting WeChat articles to Markdown preserve code blocks and images?

Converting WeChat articles to Markdown preserves code blocks with language detection and noise filtering, and downloads images locally with stable referenced paths for offline viewing.

How do WeChat to Markdown converters handle CAPTCHA and rendering issues?

WeChat to Markdown conversion handles CAPTCHA and rendering issues using Camoufox-based rendering with robust retry logic, improving resilience during content fetching and parsing.

Can I use an MCP server to automate WeChat article scraping for AI workflows?

Yes, you can use the integrated MCP server to automate WeChat article scraping for AI workflows, enabling programmatic batch conversions and seamless integration with AI tooling environments.

Do I need Python to run a WeChat article to Markdown converter?

Yes, you need Python to run this WeChat article to Markdown converter. It relies on a Python stack specified in requirements.txt to fetch, parse, and assemble content with YAML frontmatter.