wechat-article-extractor

Extract title, metadata, and HTML content from WeChat article links.

1|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/ferstar/my-agent-skills --skill wechat-article-extractor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wechat-article-extractor
Source: https://github.com/ferstar/my-agent-skills/tree/main/skills/wechat-article-extractor
Command: npx skills add https://github.com/ferstar/my-agent-skills --skill wechat-article-extractor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cheerio, dayjs, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the extraction of content from WeChat Official Account articles, saving users from manually copying and pasting or dealing with complex web page structures.

Core Features & Use Cases

  • Article Parsing: Extracts title, author, publish time, description, cover image, and HTML content from WeChat article links.
  • Content Transformation: Facilitates summarizing, converting to plain text, or inspecting article metadata.
  • Use Case: When a user shares a link to a WeChat article, this Skill can fetch and parse it, allowing for easy summarization or conversion to a plain text format for quick reading.

Quick Start

Use the wechat-article-extractor skill to extract the content from the provided WeChat article URL.

Frequently Asked Questions about wechat-article-extractor

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

FAQPage Schema
How do I extract WeChat article content from an mp.weixin.qq.com link?

To extract WeChat article content, you need to parse the mp.weixin.qq.com URL to retrieve the title, author, publish time, description, cover image, and HTML content for further processing like summarization.

Can I scrape WeChat Official Account articles from Sogou search result pages?

Yes, you can scrape WeChat Official Account articles from Sogou search result pages. The extractor supports parsing Sogou WeChat result pages to fetch article metadata and HTML content directly.

Does WeChat article parsing handle expired links or rate limits?

WeChat article parsing includes robust error handling for common issues like rate limits or expired links, ensuring that the extraction process fails gracefully instead of crashing unexpectedly.

What is the best way to convert WeChat article HTML to plain text?

The best way to convert WeChat article HTML to plain text is by using an extraction tool that parses the HTML content structure, allowing you to easily transform the fetched article into a readable text format.

Can I use cheerio to parse metadata from WeChat Official Account posts?

Yes, you can use cheerio to parse metadata from WeChat Official Account posts. This Skill utilizes cheerio for HTML parsing and dayjs for date formatting to accurately extract article metadata.