fetch-wechat-article

Fetch WeChat article content with Playwright and save as Markdown.

557|80|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/cat-xierluo/legal-skills --skill fetch-wechat-article
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fetch-wechat-article
Source: https://github.com/cat-xierluo/legal-skills/tree/main/skills/wechat-article-fetch
Command: npx skills add https://github.com/cat-xierluo/legal-skills --skill fetch-wechat-article

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of fetching content from WeChat official accounts, saving you the manual effort of copying and pasting articles.

Core Features & Use Cases

  • Content Acquisition: Effortlessly download articles from WeChat public accounts.
  • Format Conversion: Automatically saves fetched content into clean Markdown files.
  • Image Handling: Downloads all images within an article and organizes them locally.
  • Use Case: A legal professional needs to archive several WeChat articles discussing recent case law. This Skill can download each article, convert it to Markdown, and save the images, creating a well-organized local repository.

Quick Start

Use the fetch-wechat-article skill to grab the content from the provided WeChat article URL and save it as a Markdown file.

Frequently Asked Questions about fetch-wechat-article

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

FAQPage Schema
How do I download WeChat articles and save them as Markdown files?

To download WeChat articles and save them as Markdown files, use this Skill to fetch content via Playwright in headless mode, automatically extracting titles and body text into formatted Markdown.

Can I extract images from WeChat public account articles locally?

Yes, you can extract images from WeChat public account articles locally. The Skill downloads all images within an article and organizes them as associated image assets alongside the formatted Markdown files.

Does Playwright support dynamic content loading when scraping WeChat articles?

Playwright does support dynamic content loading when scraping WeChat articles. The Skill runs in headless mode for background execution, handling dynamic content rendering before extracting the main body text.

What is the best way to archive multiple WeChat articles for legal case research?

The best way to archive multiple WeChat articles for legal case research is using this Skill to download each article, convert it to Markdown, and save images, creating a well-organized local repository.

How does this Skill handle specialized content processing after fetching WeChat articles?

For specialized content processing after fetching WeChat articles, the Skill integrates with legal-text-format. This integration processes the extracted Markdown content for specific formatting requirements.

Why does WeChat article scraping fail to capture dynamically loaded text?

WeChat article scraping may fail to capture dynamically loaded text if not using a headless browser. This Skill utilizes Playwright to wait for dynamic content to render before extracting the main body text.