What problem does it solve?
Exporting WeChat Official Account content at scale is painful: article bodies, full history lists, original-article counts, and engagement metrics like reads and comments all require different tools, logins, and careful counting. This Skill orchestrates that entire batch-export workflow while keeping credentials and WeChat UI actions strictly under user control.
Core Features & Use Cases
- Known-URL Body Download: Batch-download pasted or file-listed mp.weixin.qq.com article URLs as Markdown, JSON, text, or HTML via the public exporter API, producing an index.csv and errors.json.
- History Export & Count Discipline: Sync a public account's article history through wechat-article-exporter, then normalize it into publish_groups, expanded_url_items, and original_articles counts with deduplicated JSON/CSV outputs.
- Enhanced Metrics & Comments: Capture read counts, likes, shares, comments, and replies using wxdown-service credentials, with strict manual gates for QR login, certificate trust, and proxy changes.
- Use Case: A creator wants a full archive of a benchmark account's original articles with read counts for competitive analysis. The Skill runs a read-only doctor check, guides the user through login, exports the history, analyzes count scopes, and downloads bodies plus metrics into a structured archive.
Quick Start
Ask the agent to batch download these WeChat article URLs into Markdown files, or to export a public account's full article history with original-article counts and read metrics.