read-gzh

Extract and summarize WeChat official account articles from links.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/lihanghang/agent-daily-blog --skill read-gzh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: read-gzh
Source: https://github.com/lihanghang/agent-daily-blog/tree/main/skills-archive/2026-03-17/read-gzh
Command: npx skills add https://github.com/lihanghang/agent-daily-blog --skill read-gzh

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

自动化从微信公众号文章中提取关键内容并生成结构化摘要,节省人工阅读和摘要时间。

Core Features & Use Cases

  • 文章抓取与解析:输入公众号文章链接,抓取标题、作者、正文和配图信息。
  • 图片文字识别与整合:下载与分析配图中的文字,纳入摘要要点。
  • 结构化摘要输出:给出核心观点、关键信息和金句,便于二次加工或存档。
  • 批量处理能力(可选):支持对多个链接一次性处理,生成汇总报告。

Quick Start

给 cc 一个公众号链接,自动抓取文章并返回结构化摘要。

Frequently Asked Questions about read-gzh

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

FAQPage Schema
How do I summarize WeChat official account articles automatically?

You can summarize WeChat articles by providing a link to this Skill, which fetches content using the Python requests library to extract titles, authors, body text, and images, returning structured summaries with core points and quotes.

Can I extract text from images when scraping WeChat articles?

Yes, this Skill downloads and analyzes images within WeChat articles, extracting image-derived text data and integrating it into the final structured summary alongside the main body content.

Do I need Python to extract content from WeChat public account links?

Yes, Python and the requests library are required, as the Skill relies on the requests dependency to fetch web content, parse article data, download images, and output structured summaries.

How do I process multiple WeChat article links for batch summarization?

For batch summarization of WeChat articles, you can provide multiple links simultaneously, and the Skill processes them collectively to generate a consolidated report containing core points and quotes from all provided sources.

What is included in the structured summary output for WeChat articles?

The structured summary output includes core viewpoints, key information, notable quotes, and image-derived data, providing a clear overview suitable for secondary processing or archiving without manual reading.