Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
jackwener avatar

Wechat Article To Markdown

  • 784 installs
  • 966 repo stars
  • Updated March 22, 2026
  • jackwener/wechat-article-to-markdown

wechat-article-to-markdown is a version 1.0.0 CLI skill that fetches WeChat Official Account articles from mp.weixin.qq.com and converts them into clean local Markdown with embedded images and code blocks for developers

About

wechat-article-to-markdown version 1.0.0 by jackwener fetches WeChat Official Account (微信公众号) articles from mp.weixin.qq.com and converts them to clean Markdown files. Install via uv tool install wechat-article-to-markdown or pipx, requiring Python 3.8+. Developers reach for wechat-article-to-markdown when saving WeChat articles for personal archives, AI summarization input, or knowledge-base ingestion where HTML pages must become portable Markdown with images and fenced code blocks preserved. The skill wraps a dedicated CLI rather than manual copy-paste, handling mp.weixin.qq.com fetch and conversion in one step so technical readers can grep, diff, and pipe articles into downstream tooling without fighting WeChat's web UI formatting.

  • Fetches protected WeChat articles using Camoufox anti-detection
  • Extracts metadata including title, account, publish time and source URL
  • Localizes all images and saves them to output/<title>/images/*
  • Converts WeChat code snippets into proper fenced Markdown blocks
  • Outputs ready-to-use Markdown for knowledge bases or AI summarization

Wechat Article To Markdown by the numbers

  • 784 all-time installs (skills.sh)
  • +11 installs in the week ending Jul 25, 2026 (Skillselion tracking)
  • Ranked #306 of 1,901 Documentation skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/jackwener/wechat-article-to-markdown --skill wechat-article-to-markdown

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs784
repo stars966
Security audit1 / 3 scanners passed
Last updatedMarch 22, 2026
Repositoryjackwener/wechat-article-to-markdown

How do you convert WeChat articles to Markdown?

Fetch WeChat Official Account articles and instantly convert them into clean local Markdown with embedded images and code blocks.

Who is it for?

Developers archiving Chinese WeChat Official Account articles as Markdown for knowledge bases, diffs, or LLM summarization pipelines.

Skip if: Bulk scraping without article URLs, non-WeChat content sources, or workflows that need live editing inside WeChat's web editor.

When should I use this skill?

A developer shares a mp.weixin.qq.com WeChat article URL and needs Markdown output for archive, summarization, or knowledge-base ingestion.

What you get

Local Markdown file with embedded images, preserved code blocks, and fetchable article content from mp.weixin.qq.com.

  • Markdown file with images
  • archived article content

By the numbers

  • Version 1.0.0
  • Requires Python 3.8+

Files

SKILL.mdMarkdownGitHub ↗

WeChat Article to Markdown

Fetch a WeChat Official Account article and convert it to a clean Markdown file.

When to use

Use this skill when you need to save WeChat articles as Markdown for:

  • Personal archive
  • AI summarization input
  • Knowledge base ingestion

Prerequisites

  • Python 3.8+
# Install
uv tool install wechat-article-to-markdown
# Or: pipx install wechat-article-to-markdown

Usage

wechat-article-to-markdown "<WECHAT_ARTICLE_URL>"

Input URL format:

  • https://mp.weixin.qq.com/s/...

Output files:

  • <cwd>/output/<article-title>/<article-title>.md
  • <cwd>/output/<article-title>/images/*

Features

1. Anti-detection fetch with Camoufox 2. Metadata extraction (title, account name, publish time, source URL) 3. Image localization to local files 4. WeChat code-snippet extraction and fenced code block output 5. HTML to Markdown conversion via markdownify 6. Concurrent image downloading

Limitations

  • Some code snippets are image/SVG rendered and cannot be extracted as source code
  • Public mp.weixin.qq.com URL is required

Related skills

How it compares

Use wechat-article-to-markdown for single-article mp.weixin.qq.com fetch-and-convert; general web clipper tools often break WeChat layout and lose code blocks.

FAQ

How do you install wechat-article-to-markdown?

Install wechat-article-to-markdown with uv tool install wechat-article-to-markdown or pipx install wechat-article-to-markdown on Python 3.8+, then pass a mp.weixin.qq.com article URL to generate Markdown.

What output does wechat-article-to-markdown produce?

wechat-article-to-markdown produces a clean local Markdown file from a WeChat Official Account article, preserving embedded images and code blocks for archives or AI summarization input.

Is Wechat Article To Markdown safe to install?

skills.sh reports 1 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Documentationdocsintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.