rss-monitor

Monitors RSS and Atom feeds for new content using feedparser in Node.js.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/winsorllc/upgraded-carnival --skill rss-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rss-monitor
Source: https://github.com/winsorllc/upgraded-carnival/tree/main/.pi/skills/rss-monitor
Command: npx skills add https://github.com/winsorllc/upgraded-carnival --skill rss-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires feedparser, and includes scripts (resource) components.

What problem does it solve?

This Skill helps you stay informed by automatically monitoring RSS and Atom feeds for new content, ensuring you never miss important updates from your favorite blogs or news sources.

Core Features & Use Cases

  • Monitor Feeds: Track multiple RSS/Atom feeds for new articles.
  • Fetch Content: Retrieve the latest items from a feed.
  • Check for New Items: Identify content published since a specific date.
  • Use Case: Automatically check your favorite tech blogs every hour and notify you if any new articles are published.

Quick Start

Use the rss-monitor skill to fetch the latest 5 items from 'https://example.com/feed.xml'.

Frequently Asked Questions about rss-monitor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor RSS feeds for new content automatically?

To monitor RSS feeds for new content, this Skill fetches and parses feed items using the feedparser library, allowing you to track multiple feeds concurrently and identify new publications since a specific date.

Can I check multiple Atom feeds concurrently for updates?

Yes, you can check multiple Atom feeds concurrently for updates. The Skill supports tracking multiple feeds simultaneously to ensure you aggregate new articles from various sources.

How do I fetch only the latest items from an RSS feed?

You fetch only the latest items from an RSS feed by specifying the desired count. The Skill retrieves the most recent publications from the provided feed URL using the feedparser package.

Do I need Node.js to parse RSS and Atom feeds?

Yes, you need Node.js and the feedparser npm package to parse RSS and Atom feeds. These dependencies are required for the Skill to fetch and read feed data.

What is the best way to check for new RSS feed publications since a given date?

The best way to check for new RSS feed publications since a given date is to use the Skill's date-checking feature, which filters fetched items to identify content published after your specified timestamp.

Are there limitations to tracking RSS feeds with feedparser?

A limitation of tracking RSS feeds with feedparser is that this Skill provides basic monitoring and fetching logic, meaning it handles data retrieval but requires external setup for automated scheduling or complex notification workflows.