Pulls news headlines from Google's public RSS feeds without needing any authentication or API keys. You get top stories, topic feeds (world, tech, business, sports), location-specific news for validated countries, and keyword searches with time filters and boolean operators. The source documentation includes tested locale combinations for the US, UK, India, Germany, Japan, Brazil, and others, plus the obscure base64 topic IDs you'd otherwise have to scrape from the site yourself. Responses come back as RSS 2.0 XML with clustered related articles in the description field. Reasonable for prototypes, news monitoring dashboards, or quick research scripts where you need current headlines but don't want to deal with proper news APIs.
npx skills add https://github.com/outsharp/shipp-skills --skill google-news