fetch-rss-feeds

Fetch RSS/Atom articles, deduplicate by URL, and store metadata in memory.

3|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/X-McKay/kubani --skill fetch-rss-feeds
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fetch-rss-feeds
Source: https://github.com/X-McKay/kubani/tree/main/kubani/skills/news/collection/fetch-rss-feeds
Command: npx skills add https://github.com/X-McKay/kubani --skill fetch-rss-feeds

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the collection of articles from various RSS and Atom feeds, ensuring you stay updated with the latest information without manual browsing.

Core Features & Use Cases

  • Automated Feed Fetching: Retrieves articles from a list of specified RSS/Atom feed URLs.
  • Deduplication: Prevents duplicate articles from being stored by checking against previously seen URLs.
  • Data Storage: Stores fetched articles with relevant metadata (title, URL, summary, author, publication date) in memory.
  • Use Case: Automatically gather news from your favorite tech blogs and research feeds to build a curated knowledge base for AI developments.

Quick Start

Fetch new articles from the OpenAI blog RSS feed and store them in memory.

Frequently Asked Questions about fetch-rss-feeds

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

FAQPage Schema
How do I fetch RSS feeds and store the articles in memory?

To fetch RSS feeds, specify your feed URLs and the system will retrieve new articles, deduplicate them against previously seen URLs, and store the content with metadata like title and publication date in memory.

Can I gather articles from multiple Atom feeds at the same time?

Yes, you can gather articles from multiple Atom feeds simultaneously. The system handles multiple feed sources, filters them by age, and ensures data integrity by marking processed items.

How does deduplication work for news aggregation tasks?

Deduplication for news aggregation works by checking newly fetched article URLs against previously seen items in memory storage, preventing duplicate content from being stored twice.

What metadata is stored when collecting articles from RSS feeds?

When collecting articles from RSS feeds, the system stores relevant metadata including the article title, URL, summary, author, and publication date in memory.

How do I filter RSS feed articles by age?

You can filter RSS feed articles by age using the built-in filtering mechanism, which checks publication dates during the fetching process to ensure only recent articles are stored.

Does this news aggregation approach work without external dependencies?

Yes, this news aggregation approach works without external dependencies, relying solely on memory storage to deduplicate URLs and mark processed items for data integrity.