WeChat Article Format Converter
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-AgentandRefererwithout login; images prioritizedata-src, syncsrc, and emptyimgplaceholders are removed. - HTML mode preserves the original structure, downloads CSS and images to
assets/, deduplicates by contenthash, 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 toWeChatArticleBatch/, 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.
Related Skills
Scrapes JD search results for product titles, prices, sales, and stores, then exports verified data to UTF-8 CSV.
An A-share market monitor using Sina Finance API for real-time quotes, price and percentage alerts, daily logging, and scheduled checks.
Turn pasted or queried Xiaohongshu notes into a research memo covering title patterns, structure, quoted comments, and follow-up angles; public lookups are optional and confirmed before paid execution.
A universal base component that automatically launches the Edge browser and connects the BrowserSkill extension, ensuring readiness for web scraping and browser automation tasks.