rss-feed

Fetch and process RSS feed articles into structured JSON format.

28|13|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/wulaosiji/skills --skill rss-feed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rss-feed
Source: https://github.com/wulaosiji/skills/tree/main/rss-feed
Command: npx skills add https://github.com/wulaosiji/skills --skill rss-feed

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of gathering and structuring news from various RSS feeds, ensuring you don't miss important updates, especially in the fast-paced AI domain.

Core Features & Use Cases

  • Automated Fetching: Regularly pulls articles from a predefined list of RSS feeds.
  • Data Structuring: Organizes fetched news into a consistent JSON format.
  • Filtering: Includes options to filter news by recency (e.g., last 24 hours) and deduplicate articles.
  • Use Case: Automatically collect all AI news published in the last 24 hours from TechCrunch, Wired, and Machine Intelligence, and save them into a single file for your daily briefing.

Quick Start

Run the rss_fetcher.py script to fetch and process RSS feeds.

Frequently Asked Questions about rss-feed

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

FAQPage Schema
How do I aggregate AI news from multiple RSS feeds into a single JSON file?

To aggregate AI news from multiple RSS feeds into a JSON file, you can use a script to fetch, parse, and structure articles from various sources into a consistent JSON format, handling deduplication and date filtering automatically.

Can I filter RSS feed articles by publication date to only get news from the last 24 hours?

Yes, you can filter RSS feed articles by publication date to get news from the last 24 hours. The script processes standard Python date manipulation to filter recency and deduplicate articles before structuring them into JSON.

Do I need the feedparser library to parse RSS and Atom feeds for news aggregation?

Yes, you need the feedparser library to parse RSS and Atom feeds for news aggregation. It is required by the script to fetch and process articles from multiple sources, handling the parsing before structuring the data into JSON.

What is the best way to automate daily collection of tech news from sources like TechCrunch and Wired?

The best way to automate daily collection of tech news from sources like TechCrunch and Wired is to run an automated fetching script that pulls articles from a predefined list of RSS feeds, deduplicates them, and saves a daily briefing file.

Are there limitations when deduplicating articles across multiple RSS data feeds?

When deduplicating articles across multiple RSS data feeds, limitations may arise from inconsistent publication dates or varying metadata formats across sources. The script handles deduplication during parsing, but relies on standard feed data to filter accurately.

How does the rss-feed script handle news aggregation for content monitoring systems?

The rss-feed script handles news aggregation for content monitoring systems by fetching articles from multiple RSS feeds, parsing them with feedparser, filtering by publication date, and outputting structured JSON data suitable for automated monitoring.