news-aggregator-skill

Aggregate real-time news from eight major sources into a unified feed.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/huozhong-in/news-aggregator-skill --skill news-aggregator-skill-huozhong-in
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: news-aggregator-skill
Source: https://github.com/huozhong-in/news-aggregator-skill/tree/main
Command: npx skills add https://github.com/huozhong-in/news-aggregator-skill --skill news-aggregator-skill-huozhong-in

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

综合新闻聚合技能旨在解决从八大来源实时获取、过滤噪声并生成可用于日常汇报的资讯的困难。通过跨源整合、关键词筛选与可选的深度抓取,帮助用户快速把握热点与趋势。

Core Features & Use Cases

  • 实时多源聚合:Hacker News、GitHub Trending、Product Hunt、36Kr、腾讯新闻、华尔街见闻、V2EX、微博热搜等来源的最新热闻汇总。
  • 过滤与深度分析:支持关键词过滤、基础数据清洗,以及可选的深度抓取(下载并提取正文,截取前 3000 字)。
  • 使用场景:适用于每日扫描、科技新闻简报、财经更新和热点话题深度解读等场景。

Quick Start

只需在工作目录下执行一条命令,即可开始多源新闻聚合与深度抓取。

Frequently Asked Questions about news-aggregator-skill

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

FAQPage Schema
How do I aggregate real-time news from multiple sources like Hacker News and Weibo into a single feed?

Real-time news aggregation from multiple sources combines feeds from platforms like Hacker News, Weibo, and 36Kr into a unified feed. This Skill fetches and consolidates headlines across eight major sources for daily scans and tech briefs.

Can I filter aggregated news feeds by specific keywords?

Filtering aggregated news feeds by keywords refines the unified feed to match specific topics. This Skill applies keyword filters to the fetched content, helping you isolate relevant financial updates or hot-topic deep-dives from the noise.

Does multi-source news aggregation work with GitHub Trending and Product Hunt?

Multi-source news aggregation works directly with GitHub Trending and Product Hunt. It fetches real-time updates from both platforms alongside Tencent News and Wall Street CN, consolidating them into a single browsable feed.

What's the best way to extract full article text during a news aggregation scan?

Extracting full article text during a news aggregation scan uses deep crawling to download and parse the source page. This Skill offers optional content enrichment via deep crawling, extracting up to 3000 characters of body text.

Do I need beautifulsoup4 to perform deep crawling for news briefs?

You need beautifulsoup4 to perform deep crawling for news briefs because it parses the downloaded HTML to extract article text. The Skill relies on it alongside requests to fetch and process web content from the eight aggregated sources.

Are there limitations when using real-time news aggregation for hot-topic deep-dives?

Limitations of real-time news aggregation for hot-topic deep-dives include a text extraction cap during deep crawling. The Skill truncates extracted article content to the first 3000 characters, which may omit details from lengthy analytical reports.