gzh-explosive-content-detector

Query trending WeChat official account articles and generate ranked HTML report cards.

Updated Aug 16, 2026
One-click install
npx skills add https://github.com/chuanyue98/skillhub --skill gzh-explosive-content-detector-chuanyue98
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gzh-explosive-content-detector
Source: https://github.com/chuanyue98/skillhub/tree/main/vendored/SpaceZephyr/creator-buddy/gzh-Skills/gzh-explosive-content-detector
Command: npx skills add https://github.com/chuanyue98/skillhub --skill gzh-explosive-content-detector-chuanyue98

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? WeChat official account operators and content creators lack a data-driven way to discover viral articles in their niche, making topic selection and competitor benchmarking a manual guessing game. ## Core Features & Use Cases - Viral Article Query: Search a continuously updated database of viral WeChat articles by keyword, filtered across four leaderboards: low-follower high-read, top reads, top original, and rising data. - General-Term Governance: Detects broad category words (e.g., "workplace", "emotion") and requires the user to confirm sub-niche expansion before running any query, preventing low-value broad searches. - Dual Output Formats: Generates a styled HTML card report ({keyword}_爆款数据.html) plus an optional JSON file with per-article data scores for agent-side filtering and recommendation reasoning. - Use Case: A parenting account operator asks for recent viral articles on "亲子教育"; the agent runs the script, presents up to 10 ranked article cards with read counts and recommendation reasons, then suggests 10 narrower sub-topics for the next round. ## Quick Start Ask the agent to find recent viral WeChat official account articles about a specific niche topic, and it will run the query script and show you ranked article cards with an HTML report.

Frequently Asked Questions about gzh-explosive-content-detector

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

FAQPage Schema
How do I find viral WeChat official account articles by keyword?▼

Run the fetch_gzh_trends.py script with a --keyword argument to query a database of viral WeChat articles. Results are ranked across four leaderboards and output as an HTML card report, with an optional JSON file for further filtering.

What data does the WeChat viral article query return?▼

Each article includes title, summary, account name and ID, follower count, publish time, read count, likes, comments, shares, and a computed data score. Results cover four categories: low-follower high-read, top reads, top original, and rising data.

Can I query today's or real-time WeChat article data?▼

No. The database only contains data from yesterday up to 30 days ago, and interaction metrics are snapshots from ingestion time rather than live values. Requests for today's data return the most recent available data with a fixed apology message.

Why does the skill ask before searching broad keywords like "workplace"?▼

Broad category terms trigger a mandatory expansion flow: the agent proposes 10 narrower sub-topic words and waits for the user to reply "拓展" or "不拓展" before running any script. This prevents low-value broad searches with poor relevance.

What are the limitations of the WeChat trending article database?▼

Data is limited to the past 30 days with a default 7-day window, interaction numbers are non-real-time snapshots, and results are capped at 10 articles per query. If data is sparse, the time range auto-expands rather than changing keywords.