Autosearch google_news
Current news headlines aggregated across publishers via Google News RSS (English US feed).
install
source · Clone the upstream repo
git clone https://github.com/0xmariowu/Autosearch
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/0xmariowu/Autosearch "$T" && mkdir -p ~/.claude/skills && cp -r "$T/autosearch/skills/channels/google_news" ~/.claude/skills/0xmariowu-autosearch-google-news && rm -rf "$T"
manifest:
autosearch/skills/channels/google_news/SKILL.mdsource content
Overview
Google News adds current editorial coverage aggregated across many publishers through the public RSS search feed. It is useful when the query is about recent events, announcements, or developing stories and the search should stay broad across mainstream news outlets without depending on a private API key.
Known Quirks
- RSS only provides headlines and short summaries, not full article bodies.
- The
field is a Google News redirect URL rather than the direct publisher URL, and v1 keeps it intentionally to avoid lossy or failure-prone decoding.link - The feed is hardcoded to
for v1; non-English and non-US market variants are a follow-up.hl=en-US&gl=US&ceid=US:en
Quality Bar
- Evidence items have non-empty title and url.
- No crash on empty or malformed API response.
- Source channel field matches the channel name.