playlet-gzh-feed

Fetch and deduplicate WeChat short-drama articles via Rapida API, cluster by genre, and output HTML daily reports.

326|43|Updated May 12, 2026
One-click install
npx skills add https://github.com/redfox-data/redfox-community --skill playlet-gzh-feed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playlet-gzh-feed
Source: https://github.com/redfox-data/redfox-community/tree/main/skills/playlet-wechat-feed
Command: npx skills add https://github.com/redfox-data/redfox-community --skill playlet-gzh-feed

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates discovery and monitoring of trending WeChat official accounts' short-drama articles, deduplicates results, and categorizes them by genre to produce a concise HTML daily report.

Core Features & Use Cases

  • Automatically fetch daily WeChat short-drama posts from official accounts, rank by read count, and remove duplicates.
  • Cluster content into genres (穿越/霸总/重生/悬疑/甜宠/逆袭/年代/战神/古装) to reveal hot topics and trend signals for content planning.
  • Generate a visual HTML daily report with per-topic cards, article links, and key metrics; supports date ranges and topic-specific queries for targeted analysis.

Quick Start

Generate today’s WeChat short-drama daily report.

Frequently Asked Questions about playlet-gzh-feed

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

FAQPage Schema
How do I track trending WeChat short-drama articles and generate a daily report?

To track trending WeChat short-drama articles, this Skill automatically collects official account posts, filters by read count, deduplicates by photoId, and outputs an HTML daily report. It uses Python to call the RedFox API with platform=2.

How does topic clustering by genre work for WeChat short drama content?

Topic clustering for WeChat short drama content works by categorizing collected articles into genres like 穿越霸总重生悬疑甜宠逆袭年代战神古装. This reveals hot topics and trend signals directly within the generated HTML daily report for content planning.

Do I need an API key to collect WeChat official account short drama posts?

Yes, you need a RedFox API key to collect WeChat official account short drama posts. The Skill uses Python to call this API with platform=2 to fetch articles, enforce the 15:00 update rule, and retrieve read counts for filtering.

What is the best way to deduplicate WeChat short drama articles by photoId?

The best way to deduplicate WeChat short drama articles by photoId is through automated Python processing. This Skill natively handles data deduplication by photoId during the RedFox API collection phase, ensuring the final HTML report contains no repeated posts.

Why does my WeChat short drama daily report enforce a 15:00 update rule?

The 15:00 update rule is enforced to ensure the WeChat short drama daily report reflects the most complete daily data. This constraint guarantees that article read counts and topic clustering metrics are finalized before the report is generated.

Can I query specific short drama genres over a custom date range for content tracking?

Yes, you can query specific short drama genres over a custom date range for content tracking. The Skill supports date ranges and topic-specific queries, allowing scriptwriters and MCNs to perform targeted analysis on trends within the HTML report.