Agent skill

news-aggregation

Aggregate and deduplicate recent news from multiple sources into concise topic summaries.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill news-aggregation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/analysis/news-aggregation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# News Aggregation (Multi-Source, 3-Day Window) Collect latest news from multiple sites and aggregators, merge similar stories into short topics, and list all main source links under each topic. ## When to use - You want one concise briefing from many outlets. - You need deduplicated coverage (same story from multiple sites). - You want source transparency (all original links shown). - You want a default time window of the last 3 days unless specified otherwise. ## Required tools / APIs - No API keys required for basic RSS workflow. - Python 3.10+ Install: ```bash pip install feedparser python-dateutil ``` ## Sources (news sites + aggregators) Use a mixed source list for better coverage. ### News sites (RSS) - Reuters World: `https://feeds.reuters.com/Reuters/worldNews` - AP Top News: `https://feeds.apnews.com/apnews/topnews` - BBC World: `http://feeds.bbci.co.uk/news/world/rss.xml` - Al Jazeera: `https://www.aljazeera.com/xml/rss/all.xml` - The Guardian World: `https://www.theguardian.com/world/rss` - NPR News: `https://feeds.npr.org/1001/rss.xml` ### Aggregators (RSS/API) - Google News (topic feed): `https://news.google.com/rss/search?q=world` - Bing News (RSS query): `https://ww

What's inside
Steps it walks through
  1. When to use
  2. Required tools / APIs
  3. Sources (news sites + aggregators)
  4. News sites (RSS)
  5. Aggregators (RSS/API)
  6. Skills
  7. Node.js quick fetch + grouping starter
  8. Agent prompt
  9. Best practices
  10. Troubleshooting
  11. See also
Ships with 1 file
  • metadata.json
Commands it runs
pip install feedparser python-dateutil
More from claude-skill-registry
All skills →
About this skill
What does the news-aggregation skill do?

Aggregate and deduplicate recent news from multiple sources into concise topic summaries.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill news-aggregation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going