ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

wechat-article-to-markdown

Fetch WeChat Official Account articles and convert to Markdown with Camoufox anti-detection browser

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/jackwener/wechat-article-to-markdown
Or

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+
  • uv installed (recommended), or install from PyPI:
pipx install wechat-article-to-markdown

Install into Claude Code user directory

mkdir -p ~/.claude/skills/wechat-article-to-markdown
curl -o ~/.claude/skills/wechat-article-to-markdown/SKILL.md \
  https://raw.githubusercontent.com/jackwener/wechat-article-to-markdown/main/SKILL.md

Usage

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

If running from source repository:

cd /Users/jakevin/kabi-reader/wechat-article-to-markdown
uv run wechat-article-to-markdown "<WECHAT_ARTICLE_URL>"

Input URL format:

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

Output files:

  • <current-working-directory>/output/<article-title>/<article-title>.md
  • <current-working-directory>/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

Metadata

Author@jackwener
Stars2032
Views1
Updated2026-03-05
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-jackwener-wechat-article-to-markdown": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.