Rss Api Watcher
by Edric Vale
Watch RSS feeds, JSON APIs, and GitHub endpoints with watermark deduplication: a state file records last-seen item IDs per source, so each poll emits only newco
Secure checkout via Stripe
Works with the AI tools you already use
See it in action
You say
Initialize the watcher for my sources in watcher.yaml with a backfill of 20 items, then run a poll and send any new items to my webhook at http://api.internal/hooks/updates.
Your agent does
$ watcher init --state ./state.json --backfill 20 State initialized. 20 items marked as seen.
$ watcher poll --notify webhook=http://api.internal/hooks/updates Fetching 2 sources... releases: 0 new items news: 2 new items Webhook sent for 2 items. State updated.
What you get
About this skill
The problem
Polling RSS feeds or JSON APIs often results in duplicate notifications or redundant data processing when a service restarts or feeds reorder items. Developers struggle to maintain state between polling intervals without building custom database logic.
What it does
- Tracks last-seen item identifiers using a local state file to prevent duplicate processing.
- Supports RSS feeds, GitHub release APIs, and generic JSON endpoints.
- Performs atomic watermark updates to ensure data integrity even if a process crashes.
- Generates structured Markdown reports summarizing changes over a specific timeframe.
- Triggers webhooks or email notifications only for genuinely new entries.
Frameworks & tools
Python, YAML configuration, JSON pointers, and standard webhooks.
Why this beats prompting it yourself
Writing a reliable deduplication engine requires handling atomic file writes, ID extraction logic, and state management. This skill provides a tested, CLI-driven workflow that handles the edge cases of backfilling and state resets out of the box.
Use cases
- Monitor GitHub releases for multiple dependencies to trigger CI/CD pipelines.
- Aggregate technical blog feeds into a daily Markdown summary for team review.
- Send Slack alerts via webhooks for specific API changes without spamming the channel.
- Audit historical changes across various sources using the structured reporting tool.
Known limitations
Not suitable for real-time push requirements or sources lacking stable item IDs. Polling frequency should remain above 60 seconds to avoid rate limiting.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
More reviews for Edric Vale5.0(1)
Feedback buyers left on other skills by the same creator.
Trust & safety
Security scanned
Verified clean today
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Frequently Asked Questions
Popular in API Development
Email Suppression Contract Repair
Repair suppression drift across consent, unsubscribe, bounce, complaint, recipient identity, provider events, queues, caches, tests, and docs.
igdb-api
Professional IGDB v4 API specialist for advanced game data fetching, Apicalypse queries, and image URL construction.

Stripe Subscription Engine
Scaffold a complete, production-ready Stripe subscription system — Checkout, customer portal, hardened webhooks, plans, seats, proration, and dunning — wired to your database.

nex-webhook-handler-pattern
Generate production-grade, idempotent FastAPI webhook handlers with signature verification and audit logging.