WeChat Article Extractor reliably pulls full text, images, and metadata from a single mp.weixin.qq.com article and converts the result to a clean Markdown…
WeChat Article Extractor reliably pulls full text, images, and metadata from a single mp.weixin.qq.com article and converts the result to a clean Markdown (.md) file. It first attempts a direct fetch (fast path) and checks content quality (rawLength and real paragraphs). If WeChat's bot-detection blocks access, the skill extracts article metadata (title, author) and performs targeted web searches to locate mirror copies on aggregator sites (priority: 53ai.com and similar), then scrapes the mirror. Features include HTML→Markdown conversion, image download and local linking, metadata header insertion, configurable filename (defaults to kebab-case title) and save location (defaults to /tmp/), and console confirmation with file path and character count. Use when you need to save, archive, or read an individual WeChat public-article without logging into WeChat; it does not handle batch jobs, publishing, or account authentication.
This page belongs to the OpenClaw Skills learning hub with install guides, category navigation, and practical links.