What problem does it solve? WeChat public account articles are hard to archive: images live on the mmbiz.qpic.cn CDN, pages may show CAPTCHA redirects, and raw copies contain WeChat UI noise. This Skill converts an mp.weixin.qq.com article URL into a clean local Markdown file with all images downloaded to a sibling assets directory and links rewritten to relative paths. ## Core Features & Use Cases - Multi-backend fetching: Tries a configurable wechat-article-exporter API, then Jina Reader, then defuddle.md, then raw HTML, and detects CAPTCHA or verification pages. - Local image archiving: Downloads every Markdown and HTML image into an assets folder, rewrites links to relative paths, and fails loudly on download errors unless best-effort mode is enabled. - WeChat UI cleanup: Removes slide prompts, mini-program controls, repeated author lines, and inserts an H1 title from frontmatter metadata. - Use Case: Archive a 微信公众号 tutorial offline by running the bundled Python script with the article URL, producing article.md plus an article_assets folder ready for a notes vault or static site. ## Quick Start Ask the assistant to fetch a WeChat article URL and save it as Markdown with images downloaded into a local assets folder using the bundled fetch_wechat_article.py script.