read-gzh

Fetch and summarize WeChat public account articles from mp.weixin.qq.com links.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/alexaundre/mycc --skill read-gzh-alexaundre
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: read-gzh
Source: https://github.com/alexaundre/mycc/tree/main/.claude/skills/read-gzh
Command: npx skills add https://github.com/alexaundre/mycc --skill read-gzh-alexaundre

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manually reading WeChat public account articles to collect the title, author, full text, and image contents is slow and error prone; this Skill automates fetching, extracting, and summarizing those articles so you get a concise, structured digest without copying content by hand.

Core Features & Use Cases

  • Article fetching: Retrieve title, author, description, and full text from mp.weixin.qq.com article URLs.
  • Image harvesting and recognition: Detect image URLs, optionally download images, and include image-derived text or notes in the summary.
  • Structured summaries: Produce a clear summary with core viewpoints, key facts, highlighted quotes, and image annotations, and export as console summary, JSON, or markdown for archiving.
  • Batch processing: Accept multiple links in one run for research, content curation, or competitive monitoring workflows.
  • Use cases: Content researchers, social media managers, and knowledge workers who need fast extraction and synthesis from WeChat articles.

Quick Start

Ask the assistant to run /read-gzh followed by the article URL to fetch the page, extract images and text, and return a structured summary.

Frequently Asked Questions about read-gzh

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

FAQPage Schema
How do I extract text and images from WeChat public account articles?

To extract text and images from WeChat public account articles, fetch mp.weixin.qq.com links to retrieve titles, authors, full text, and image URLs. This process harvests HTML content and optionally downloads images, returning structured summaries in JSON or markdown for archiving.

Can I batch process multiple WeChat article URLs for content summarization?

Yes, you can batch process multiple WeChat article URLs for content summarization. Submitting multiple mp.weixin.qq.com links in one run extracts titles, authors, and full text, generating structured JSON or markdown digests for research and competitive monitoring.

What is the best way to scrape WeChat public posts without getting blocked?

Scraping WeChat public posts without getting blocked is mitigated by using a WeChat-like User-Agent during HTML content extraction. This approach helps bypass simple anti-scraping defenses when fetching article titles, text, and image URLs from mp.weixin.qq.com.

Does WeChat article scraping support video account summaries?

WeChat article scraping provides limited video account summaries alongside standard image-and-text post extraction. While it fully extracts titles, authors, and full text from articles, video account processing is restricted to basic summary outputs rather than full content harvesting.

How do I export WeChat article summaries to markdown?

You export WeChat article summaries to markdown by fetching mp.weixin.qq.com links and selecting the markdown output format. The extraction process compiles titles, authors, core viewpoints, key facts, and image annotations into a structured markdown file for archiving.