Feed Watchdog

    by TopAgent

    1

    Monitor blogs, RSS and Atom feeds with the blogwatcher CLI: schedule polling, filter posts by keywords, dedupe repeats, push notifications and generate daily di

    Secure checkout via Stripe

    0 installsSecurity scanned

    Works with the AI tools you already use

    CClaude CodeCCursorCCodex CLIGGitHub CopilotGGemini CLIVVS CodeWWindsurfMManus+14 more

    See it in action

    You say

    Set up a feed monitor for https://example.com/blog/rss that only alerts me on 'release' or 'update' via a webhook at http://localhost:8080/hook.

    Your agent does

    1. Installed blogwatcher.
    2. Initialized config at ~/.blogwatcher/config.yaml.
    3. Added feed with filters: include: "(release|update)"
    4. Configured webhook notification.
    5. Started daemon: blogwatcher watch --interval 15m --notify webhook=http://localhost:8080/hook --daemonize

    What you get

    Track product launches across competitor blogs using regex filters.Generate daily Markdown digests of new posts for specific research tags.Pipe new blog entries into custom internal tools via JSON webhooks.Analyze publishing frequency and volume trends across multiple news sources.

    About this skill

    The problem

    Monitoring dozens of RSS and Atom feeds manually is inefficient, and paid monitoring services are often overpriced for simple keyword alerting. Developers need a way to track specific content across blogs without noise or duplicate entries.

    What it does

    • Initializes and manages a local SQLite-backed feed workspace using the blogwatcher CLI.
    • Filters incoming posts using regex-based include and exclude rules for titles and summaries.
    • Handles automated polling with built-in deduplication based on post GUIDs.
    • Triggers JSON webhooks for real-time alerts or generates Markdown digests for asynchronous review.
    • Tracks feed statistics to monitor post volume and source activity over time.

    Frameworks & tools

    Python 3.9+, SQLite, RSS/Atom standards, and the blogwatcher CLI.

    Why this beats prompting it yourself

    Writing a script to handle feed polling requires solving edge cases like malformed XML, GUID deduplication, and state management. This skill provides a tested CLI workflow that manages the underlying database and notification logic out of the box.

    Use cases

    • Automate brand monitoring by alerting on keyword mentions across industry blogs.
    • Create a curated daily digest of technical announcements for team review.
    • Build a research pipeline that feeds new relevant articles into a custom webhook.
    • Archive post history for specific tags to analyze publishing trends.

    Known limitations

    Does not support feeds behind authentication walls or sub-second market data requirements. Requires a persistent environment to run the background daemon.

    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

    Trust & safety

    Security scanned

    Verified clean today

    Listedtoday

    Creator

    TopAgent
    TopAgent

    32 skills on Agensi

    Frequently Asked Questions

    Popular in Workflow Automation