wechat-article-fetch

Extract WeChat article content and save it as Markdown files.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/bettercallfan/deerflow --skill wechat-article-fetch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wechat-article-fetch
Source: https://github.com/bettercallfan/deerflow/tree/main/skills/custom/policies-regulations/wechat-article-fetch
Command: npx skills add https://github.com/bettercallfan/deerflow --skill wechat-article-fetch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, nodejs, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the extraction and saving of WeChat article content in Markdown format, eliminating manual copying and pasting tasks and saving time.

Core Features & Use Cases

  • Automated Article Extraction: Extracts content, titles, and images from WeChat articles.
  • Markdown Saving: Saves the extracted content as Markdown files for easy formatting and sharing.
  • Use Case: If you need to save important WeChat articles for future reference or research, this Skill can automatically save them in a readable and organized format.

Quick Start

Use the wechat-article-fetch skill with the following command to fetch a WeChat article and save it as a Markdown file:

cd /mnt/skills/custom/policies-regulations/wechat-article-fetch && PLAYWRIGHT_BROWSERS_PATH=/mnt/skills/custom/policies-regulations/wechat-article-fetch/.playwright-browsers /usr/bin/node scripts/fetch.js "30Boat6-86FK7wNccnK7mg" /mnt/user-data/outputs/article.md

Frequently Asked Questions about wechat-article-fetch

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

FAQPage Schema
How do I automatically extract WeChat article content and save it as Markdown?

To extract WeChat article content into Markdown, this Skill uses Playwright for web scraping and Node.js for file operations, requiring no manual copying. It automatically saves articles as Markdown files for archiving and knowledge management.

What is the best way to automate WeChat article archiving for knowledge management?

Automating WeChat article archiving is best handled by extracting titles, text, and images directly into Markdown format. This Skill eliminates manual copy-pasting, producing readable Markdown files for organized knowledge management.

Do I need Node.js and Playwright installed to use this WeChat article scraper?

Yes, you need Node.js and Playwright installed to run this WeChat article scraper. The Skill relies on Playwright for browser automation and web scraping, alongside Node.js to perform the file saving operations.

Can I save images from WeChat articles when extracting content to Markdown?

Yes, you can save images alongside text when extracting WeChat articles to Markdown. The automated extraction process captures content, titles, and images from the articles before saving them in the Markdown format.

How do I run the WeChat article extraction script from the command line?

You run the extraction script by executing the Node.js fetch.js file with Playwright browser paths configured, passing the article ID and output file path as arguments to save the Markdown file.