rss-reader

Parse RSS and Atom feeds to extract metadata and entries with titles, links, and dates.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/AgentPMT/agent-skills --skill rss-reader-agentpmt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rss-reader
Source: https://github.com/AgentPMT/agent-skills/tree/main/skills/rss-reader
Command: npx skills add https://github.com/AgentPMT/agent-skills --skill rss-reader-agentpmt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of gathering and parsing content from RSS and Atom feeds, saving you time and effort in content aggregation and monitoring.

Core Features & Use Cases

  • Feed Parsing: Extracts metadata and entries (title, link, date, summary) from RSS/Atom feeds.
  • Configurable Results: Limit the number of items returned (1-200) and set HTTP timeouts.
  • Use Case: Monitor multiple news feeds for specific keywords or topics, automatically populating a content dashboard with the latest articles.

Quick Start

Use the rss-reader skill to read the feed from 'https://www.example.com/news.xml' and return up to 50 items.

Frequently Asked Questions about rss-reader

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

FAQPage Schema
How do I parse RSS and Atom feeds to extract structured content?

To parse RSS and Atom feeds, this skill extracts structured content including feed metadata and individual entries with titles, links, and dates. It automates gathering and parsing content for efficient aggregation and monitoring workflows.

Can I limit the number of items returned when reading an RSS feed?

Yes, you can limit the RSS feed items returned by configuring the maximum items setting between 1 and 200. This allows you to control the volume of entries extracted during content aggregation.

Does the RSS feed reader support configurable HTTP timeouts?

Yes, the RSS feed reader supports configurable HTTP timeouts to ensure efficient content aggregation. This prevents hanging requests when monitoring multiple feeds or parsing large amounts of data.

What is the best way to monitor multiple news feeds for specific keywords?

Monitoring multiple news feeds for specific keywords is achieved by parsing RSS and Atom feeds to extract entries. You can populate a content dashboard with the latest articles by limiting results up to 50 items or more.

What metadata does the RSS parser extract from each feed entry?

The RSS parser extracts feed metadata along with individual entry details including titles, links, dates, and summaries. This structured content extraction supports comprehensive content aggregation and monitoring.

Do I need any external dependencies to aggregate RSS and Atom feeds?

No external dependencies are required to aggregate RSS and Atom feeds. The skill operates independently to parse feed metadata and entries, supporting configurable maximum items and HTTP timeouts for content monitoring.