weixin-mp

Extract WeChat Official Account articles and convert them to Markdown archives.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/lava-chen/duya --skill weixin-mp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weixin-mp
Source: https://github.com/lava-chen/duya/tree/main/packages/agent/skills/media/weixin-mp
Command: npx skills add https://github.com/lava-chen/duya --skill weixin-mp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the difficulty of extracting, preserving, and archiving WeChat Official Account articles when content is locked inside dynamic web pages with images and formatting.

Core Features & Use Cases

  • Article Extraction: Retrieves WeChat article titles, authors, publish times, and full content from mp.weixin.qq.com pages.
  • Markdown Conversion: Converts article HTML into readable Markdown while preserving images, code blocks, and metadata.
  • Use Case: Archive research articles, save technical posts, or transform public WeChat articles into reusable documentation.

Quick Start

Use the weixin-mp skill to download this WeChat article URL and convert it into Markdown with images and metadata.

Frequently Asked Questions about weixin-mp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert WeChat Official Account articles into Markdown files?

To convert WeChat articles into Markdown, use this Skill to extract titles, authors, publish times, and full content from mp.weixin.qq.com pages, preserving images and code blocks in a structured archive format.

Can I save images and code blocks when extracting WeChat articles?

Yes, extracting WeChat articles with this Skill preserves media content and code blocks by processing lazy-loaded images and evaluating page content during HTML to Markdown conversion.

Does WeChat article extraction require browser automation?

Yes, WeChat article extraction requires browser automation capabilities to navigate dynamic web pages, evaluate content, detect verification barriers, and process lazy-loaded images from mp.weixin.qq.com.

What is the best way to archive WeChat articles for research documentation?

The best way to archive WeChat articles for research is converting the extracted HTML into structured Markdown archives, capturing metadata and full content into reusable documentation format.

Why does WeChat article extraction fail on certain mp.weixin.qq.com pages?

WeChat article extraction may fail when verification barriers block browser navigation or when lazy-loaded images require specific page evaluation triggers to load content properly.