news-search

Search and aggregate news from Google News RSS, Sina News, and NewsAPI with category filters.

2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/hiyenwong/ai_collection --skill news-search-hiyenwong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: news-search
Source: https://github.com/hiyenwong/ai_collection/tree/main/collection/skills/news-search
Command: npx skills add https://github.com/hiyenwong/ai_collection --skill news-search-hiyenwong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

新闻团队和开发者在需要快速获取相关新闻、进行趋势跟踪和分类浏览时遇到源分散、去重和数据时效性的问题。

Core Features & Use Cases

  • 多数据源支持:Google News RSS、新浪新闻、NewsAPI 等免费/付费源,方便跨源检索。
  • 关键词搜索、分类浏览和时间范围过滤,支持中文/英文等语言选项。
  • 结果去重、缓存以减少重复请求,并提供聚合输出供后续分析使用。
  • Use Case: 市场团队监控科技和财经新闻,提取要点并生成简要报告。

Quick Start

使用 news-search 对任意关键词进行新闻搜索,指定语言与时间范围,并查看聚合结果。

Frequently Asked Questions about news-search

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

FAQPage Schema
How do I aggregate news headlines from multiple sources like Google News RSS and Sina News?

To aggregate news headlines from multiple sources, use multi-source querying across Google News RSS, Sina News, and NewsAPI to fetch, de-duplicate, and cache results for fast insights.

Can I filter news search results by category and time range?

Yes, news search supports category filters for tech, finance, and general news, alongside time range and language options, returning targeted, de-duplicated headlines for monitoring.

What is the best way to monitor tech and finance news without running into duplicate articles?

The best way to monitor tech and finance news without duplicates is to use multi-source aggregation with built-in de-duplication, fetching data across Google News RSS and NewsAPI while caching requests.

Do I need an API key to search news from NewsAPI?

NewsAPI support is optional; the Skill provides optional API key support for NewsAPI while also allowing free aggregation from Google News RSS and Sina News without requiring keys.

How does caching minimize repeated requests when searching for news headlines?

Caching minimizes repeated requests by storing aggregated news search results temporarily, reducing the need to re-query Google News RSS, Sina News, or NewsAPI for identical keywords.