video-trending

Aggregate and normalize trending video content from multiple platforms into a unified structure.

Updated May 1, 2026
One-click install
npx skills add https://github.com/xiaoquqi/hermes-agent-skills --skill video-trending
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: video-trending
Source: https://github.com/xiaoquqi/hermes-agent-skills/tree/main/media/video-trending
Command: npx skills add https://github.com/xiaoquqi/hermes-agent-skills --skill video-trending

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Aggregates hot and trending content from multiple video platforms and returns data in a consistent, standardized format for downstream analytics and content planning.

Core Features & Use Cases

  • Platform coverage: supports hot lists from Bilibili, Douyin, Weibo, Zhihu, and WeChat.
  • Data standardization: maps platform items to a common structure (id, title, url, pubDate, extra) for easy ingestion.
  • Flexible use cases: suitable for dashboards, content curation, and competitive insights, with on-demand or scheduled refresh options.

Quick Start

Ask the skill to fetch the latest hot items for a platform, e.g., /video-trending bilibili-hot-video 10.

Frequently Asked Questions about video-trending

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

FAQPage Schema
How do I aggregate trending video content from multiple platforms into a unified data structure?

Aggregating trending video content from multiple platforms involves mapping platform-specific items to a common structure with fields like id, title, url, and pubDate. This standardization enables consistent downstream analytics and content planning.

Can I fetch real-time hot lists from Bilibili, Douyin, Weibo, Zhihu, and WeChat simultaneously?

Yes, you can fetch real-time hot lists from Bilibili, Douyin, Weibo, Zhihu, and WeChat. The system relies on platform APIs or web parsing to query hot items on-demand or via scheduled refreshes.

What's the best way to normalize social media hot lists for a competitive insights dashboard?

Normalizing social media hot lists for competitive insights is best achieved by mapping platform items to a standardized data format. This allows seamless ingestion into analytics dashboards despite differing platform schemas.

Does fetching trending video data from multiple platforms require managing API rate limits?

Fetching trending video data from multiple platforms requires managing API rate limits. The system caches results to minimize requests, reducing the need for frequent direct calls to platform APIs.

How do I query the latest Bilibili hot videos using this data aggregation approach?

To query the latest Bilibili hot videos, you request the specific platform's hot items list. The system fetches and normalizes the real-time trending content into a standardized data format for easy ingestion.