news-aggregator

Aggregate and summarize domestic and international news into structured markdown digests with key takeaways.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It saves time and reduces information overload by automatically collecting and summarizing high-signal news from multiple sources, while filtering duplicates, outdated items, and unreliable posts.

Core Features & Use Cases

  • Automated search across sources: Pulls domestic and international news for specified categories (society/tech/military) using web search tools.
  • Filtering and trust scoring: Deduplicates and deprioritizes expired or low-reliability sources based on a clear credibility rule set (official/authoritative first; forums/anonymous/syndication with caution).
  • Structured summaries for quick reading: Outputs categorized, consistent entries containing title, source, time, and key points.

Quick Start

Ask the AI to run the news-aggregator workflow to produce a structured digest of today’s domestic technology and military headlines with one-sentence key points per item.

Frequently Asked Questions about news-aggregator

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

FAQPage Schema
How do I aggregate news from multiple sources into a single markdown digest?

To aggregate news into a markdown digest, you need a workflow that performs multi-source web searches, applies deterministic filtering for deduplication and freshness, and outputs structured entries with title, source, time, and key points.

What is the best way to filter unreliable news sources and reduce information overload?

Filtering unreliable news sources to reduce information overload requires applying a credibility rule set that prioritizes official and authoritative outlets while deduplicating syndicated content and deprioritizing anonymous forums.

Can I automate daily briefings for specific categories like technology and military news?

Yes, you can automate daily briefings for technology and military news by configuring a news aggregation workflow to search specified categories, summarize key takeaways, and output a categorized markdown digest.

Does news aggregation work with web search tools like tavily or web_fetch?

News aggregation workflows work with web search tools like tavily or web_fetch by using them to pull domestic and international headlines, which are then filtered, deduplicated, and summarized into structured markdown entries.

How do I ensure my news summaries include freshness checks and source reliability scoring?

To ensure news summaries include freshness checks and source reliability scoring, the aggregation process must verify publication times to deprioritize expired items and apply a trust hierarchy to filter out low-credibility posts.