news-aggregation
Aggregate and deduplicate recent news from multiple sources into concise topic summaries.
npx skills add majiayu000/claude-skill-registry --skill news-aggregation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- When to use
- Required tools / APIs
- Sources (news sites + aggregators)
- News sites (RSS)
- Aggregators (RSS/API)
- Skills
- Node.js quick fetch + grouping starter
- Agent prompt
- Best practices
- Troubleshooting
- See also
pip install feedparser python-dateutil
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.
