HTTP/1.1 402 PAYMENT REQUIRED agent402.base.eth · BASE · SOLANA · POLYGON · ARBITRUM · MONAD · STELLAR · ALGORAND · ROBINHOOD · USDC · USDG

Feed watch

Monitor an RSS/Atom feed in one call: parse the feed, read the top story in full, extract the keywords driving the cycle, and diff the item list against your last run to isolate what's new.

When to use this pack

An agent on a monitoring loop — news, changelogs, security advisories, competitor blogs — needs each run to answer: what changed since last time, and what is it about?

Tools in this pack

Workflow

  1. Parse the feed with feed-parse — titles, links, publish dates, and summaries for the latest items.
  2. Extract the top item's linked page in full with extract — the actual story, not just the teaser.
  3. Run keywords over the combined titles and summaries to surface what the current cycle is about.
  4. Diff the current item list against your previous snapshot with text-diff — the added lines are the new items since last run.

Run it in Claude

claude mcp add agent402 -s user -- npx -y agent402-mcp@latest

Then paste this prompt into Claude:

Monitor the feed https://hnrss.org/frontpage using Agent402's feed-watch skill pack. (1) Parse the feed for the latest items, (2) extract the top story's full text, (3) pull keywords from the titles and summaries, (4) diff the current item-title list against PREVIOUS_SNAPSHOT (paste your last run's list; leave empty on the first run). Report: new items since last run, the dominant topics, and a two-sentence summary of the top story.

← All skill packs