RSS / Atom

Fetches and parses RSS, Atom, and JSON feeds via feed-rs.

6|3|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/lordmacu/nexo-rs --skill rss-atom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: RSS / Atom
Source: https://github.com/lordmacu/nexo-rs/tree/main/skills/rss
Command: npx skills add https://github.com/lordmacu/nexo-rs --skill rss-atom

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages and parses news, blog, and podcast feeds efficiently, solving the challenge of manually keeping up with updates from various sources.

Core Features & Use Cases

  • Feed Fetching and Parsing: Automated retrieval and parsing of RSS, Atom, and JSON feeds.
  • Use Cases: Obtain the latest updates from multiple news sources with one command or set up a daily digest for personalized content consumption.
  • Example: To get the latest headlines from your favorite news websites, use the 'RSS / Atom' skill to fetch and display the headlines.

Quick Start

To get the latest posts from your subscribed RSS feed, execute 'fetch_feed [your_feed_url]'.

Frequently Asked Questions about RSS / Atom

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

FAQPage Schema
How do I fetch and parse RSS feeds automatically?

To fetch and parse RSS feeds automatically, use the 'fetch_feed' command with your feed URL. This skill retrieves and parses RSS, Atom, and JSON feeds, providing parsed content suitable for daily digests and automated content monitoring workflows.

What is the best way to create a daily digest from multiple Atom feeds?

Creating a daily digest from multiple Atom feeds involves aggregating parsed feed entries into a consolidated update. This skill parses Atom feeds and retrieves the latest updates from various sources, making it suitable for daily digest generation and personalized content consumption.

Can I parse JSON feeds alongside RSS for content aggregation?

Yes, you can parse JSON feeds alongside RSS for content aggregation. This skill supports fetching and parsing RSS, Atom, and JSON feeds, allowing you to monitor and aggregate automated updates from various news, blog, and podcast sources efficiently.

Does this RSS feed parser require any external dependencies?

This RSS feed parser requires the feed-rs dependency for feed parsing and handling. This library enables the skill to accurately fetch and parse various feed formats, ensuring reliable retrieval of automated updates from your configured sources.

How do I get the latest news headlines from subscribed RSS feeds?

To get the latest news headlines from subscribed RSS feeds, execute the 'fetch_feed' command with your feed URL. The skill fetches and displays the latest headlines from your favorite news websites, streamlining access and parsing updates from multiple sources.

What are the limitations of using a basic RSS aggregation script?

The limitations of a basic RSS aggregation script include its fundamental implementation depth, meaning it handles straightforward fetching and parsing without advanced processing. It is designed for standard daily digests and automated content monitoring rather than complex data transformation workflows.