AI Agent Hub
Back to skills
WeChat Article Format Converter icon

WeChat Article Format Converter

Data Analysis Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_733f3aed/wechat-article-exporter.

About this skill

Problem

WeChat article pages are hard to save cleanly: styling, lazy-loaded images, and online-only assets make manual copying lossy. This skill targets one or more mp.weixin.qq.com/s/... links, asks for the export format first, and converts the article into offline-ready Markdown, Excel, HTML, TXT, or JSON.

How It Works

  • Accepts single or batch article links and requires format selection before every export, supporting single/multi choices and numeric or named formats.
  • Fetches directly with a Chrome User-Agent and Referer without login; images prioritize data-src, sync src, and empty img placeholders are removed.
  • HTML mode preserves the original structure, downloads CSS and images to assets/, deduplicates by content hash, rewrites URLs to local relative paths, inlines CSS under 500KB and externalizes larger CSS.
  • Single articles save to ArticleTitle_ArticleID/ on the desktop, batch jobs save to WeChatArticleBatch/, and reports include file names, sizes, or success/failure counts.

Limits And Notes

  • Read counts, likes, and comment counts require logged-in cookies and cannot be obtained by plain scraping.
  • Deleted, violating, or anti-bot blocked links can fail; batch runs need per-article verification.
  • CSS and image downloads use 8 threads with about a 12-second timeout per resource, so unstable networks may cause partial failures.

Use Cases

  • An editor receives several mp.weixin.qq.com technical article links and batch-saves them as offline HTML.
  • A researcher sends one WeChat article and chooses Markdown to convert the body into a .md document with metadata.
  • A data analyst exports multiple articles to Excel and checks body content and metadata row by row.
  • A developer inspects article structure by choosing JSON output and extracting title, author, date, and source.

Best For

  • Content editors who need to archive WeChat articles offline while preserving body structure and localized images.
  • Data analysts who need to export article bodies and metadata to Excel or JSON for later review.
  • Technical writers who need to convert WeChat articles to Markdown for citation, rewriting, or knowledge notes.
  • Research assistants who need to batch-process WeChat articles and verify success and failure counts.