HTTP/1.1 402 PAYMENT REQUIRED · Agentic Finance (AIFI) · x402 + MPP dual-stack 500+ tools · 12 rails · 0% seller fee

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.

$0.080 per call · one payment for the whole workflow
POST /api/skill/feed-watch

4 tools run server-side in one request. You pay once, settle once, and get a single response - no orchestration, no per-step payments, and a partial-success envelope if any step fails. USDC over x402 on any supported chain.

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

All 4 run inside the single $0.080 call above. Each is also callable on its own if you only need one part.

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.

Call it directly

Any x402 client pays the 402 and gets the whole workflow back in one response:

npx agent402-client call feed-watch {"url":"https://hnrss.org/frontpage","previous":"PREVIOUS_SNAPSHOT"}

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