daily-hot-news

Aggregates trending news and hot lists from 70+ platforms into personalized briefings.

Updated Aug 7, 2026
One-click install
npx skills add https://github.com/Protremix/EvolvixOS --skill daily-hot-news-protremix
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: daily-hot-news
Source: https://github.com/Protremix/EvolvixOS/tree/main/knowledge/experts/news-trend/skills/daily-hot-news
Command: npx skills add https://github.com/Protremix/EvolvixOS --skill daily-hot-news-protremix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires dailyhot-api, and includes scripts (resource) and references (resource) components.

What problem does it solve? Manually checking dozens of platforms like Weibo, Zhihu, Bilibili, Hacker News, and GitHub for trending content is time-consuming and fragmented. This Skill consolidates hot lists, news, gold prices, exchange rates, and forum posts from 70+ Chinese and international platforms into a single personalized briefing. ## Core Features & Use Cases - Multi-source aggregation: Fetches trending data from 70+ platforms via a three-tier fallback chain (60s API, DailyHotApi, browser automation) covering social media, tech, finance, gaming, sports, and entertainment. - Intent-based routing: Classifies user requests into themes (tech, AI, finance, entertainment, etc.) and selects the appropriate data sources and briefing depth automatically. - Personalized briefings: Merges cross-platform duplicates, ranks by heat metrics, and flags items matching user interests with markers. - Use Case: Ask "what's trending in AI today" and receive a consolidated briefing combining Hacker News, 36Kr, Juejin, and Weibo with deduplicated headlines and trend insights. ## Quick Start Ask the assistant to give you today's hot news briefing or check trending topics on a specific platform like Weibo or GitHub.

Frequently Asked Questions about daily-hot-news

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

FAQPage Schema
How do I get trending news from multiple platforms at once?▼

Request a daily briefing and the skill fetches hot lists from platforms like Weibo, Zhihu, Toutiao, and 36Kr in parallel via the 60s API and DailyHotApi. Results are deduplicated, ranked by cross-platform heat, and merged into one summary.

What platforms are supported for hot list aggregation?▼

Over 70 sources are covered, including Weibo, Zhihu, Baidu, Douyin, Bilibili, Hacker News, GitHub Trending, 36Kr, Hupu, Douban, and V2EX. Financial endpoints provide gold prices, exchange rates, and fuel prices.

How do I check gold prices and exchange rates?▼

Ask directly for gold prices or exchange rates and the skill calls the 60s API endpoints /v2/gold-price and /v2/exchange-rate. Responses include metal spot prices, bank and store gold prices, and CNY-based currency rates.

What happens when a news API fails or times out?▼

The skill follows a strict fallback chain: 60s API first, then DailyHotApi via the fetch_dailyhot.mjs script, then browser automation as last resort. Sources that fail all channels are marked as failed and skipped.

Does the dailyhot-api package need to be installed?▼

Yes, the skill runs npm install dailyhot-api once per session before first use. All DailyHotApi calls go through the scripts/fetch_dailyhot.mjs wrapper, which loads route modules and returns unified JSON.

Can I get news filtered to a specific topic or person?▼

Yes, interest-tracking requests apply keyword filters against fetched data from relevant sources. For example, asking about a football team pulls Hupu and Weibo data and filters entries matching the team name.