Pulls RSS from a mix of news sites (Reuters, BBC, AP) and aggregators (Google News, Reddit), filters to the last three days, then clusters similar headlines so you get one topic per story with all the source links underneath. The deduplication logic is basic cosine similarity on titles, so you'll want to tune the threshold if it's merging unrelated stories or splintering coverage. No API keys needed for the RSS workflow. Useful when you want a quick multi-source briefing without reading the same earthquake or election story five times, and you care about seeing which outlets covered what. The Node.js starter is bare bones but the Python grouping example is more complete.
npx skills add https://github.com/besoeasy/open-skills --skill news-aggregation