wechat-claw

Fetch and structure WeChat public account articles into JSON with full text.

46|6|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/lukelei2025/wechat-article-claw --skill wechat-claw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wechat-claw
Source: https://github.com/lukelei2025/wechat-article-claw/tree/main
Command: npx skills add https://github.com/lukelei2025/wechat-article-claw --skill wechat-claw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a unified method to retrieve WeChat public account articles, delivering both URLs and full-text content for individual articles or bulk historical lists.

Core Features & Use Cases

  • Single article extraction: fetch the title, publication time, author and the cleaned content from a public WeChat article URL.
  • Account crawling: obtain the complete list of a target公众号 and download full-text content for each article, with optional date range filtering.
  • Use Case: a researcher wants to compile all articles from a specific public account within a date range for offline analysis and archiving.

Quick Start

Run the crawler with your target nickname to start collecting articles.

Frequently Asked Questions about wechat-claw

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

FAQPage Schema
How do I extract full text content from a WeChat article URL?

Single-article WeChat article extraction fetches a public URL and parses HTML to output structured JSON containing the title, publication time, author, and cleaned content without requiring credentials.

Can I bulk crawl all articles from a WeChat public account?

Yes, bulk WeChat public account crawling retrieves the complete historical article list and full text, but requires providing valid cookie and token credentials for authentication.

Do I need login credentials to scrape WeChat public account articles?

Single WeChat article extraction requires no credentials, but bulk account crawling of historical article lists requires valid cookie and token credentials to authenticate the HTTP requests.

Can I filter crawled WeChat articles by a specific date range?

Yes, bulk WeChat article crawling supports optional date range filtering, allowing you to compile and download full-text articles from a specific public account within a targeted timeframe.

What format does the WeChat article crawler output for offline analysis?

The WeChat article crawler outputs structured JSON containing URLs and metadata, alongside optional full-content artifacts, enabling offline analysis and archiving of public account articles.