rss-feed-generator

Generate RSS 2.0 or Atom 1.0 feeds from blog pages lacking them.

35|8|Updated Dec 19, 2025
One-click install
npx skills add https://github.com/OpenLinkSoftware/ai-agent-skills --skill rss-feed-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rss-feed-generator
Source: https://github.com/OpenLinkSoftware/ai-agent-skills/tree/main/rss-feed-generator
Command: npx skills add https://github.com/OpenLinkSoftware/ai-agent-skills --skill rss-feed-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

RSS and Atom feeds enable reliable content syndication, but many pages do not publish a feed. This Skill automates the creation of standards-compliant feeds from such pages, ensuring readers and aggregators can discover content reliably.

Core Features & Use Cases

  • Generate RSS 2.0 or Atom 1.0 feeds from blog index or listing pages
  • Extract post metadata (title, link, date, summary) and assemble a valid feed
  • Optionally provide a self-hostable HTML wrapper with a feed discovery link

Quick Start

Provide the target page URL and let the Skill generate a ready-to-host RSS or Atom feed.

Frequently Asked Questions about rss-feed-generator

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

FAQPage Schema
How do I generate an RSS feed for a web page that doesn't have one?

To generate an RSS feed for a page without one, provide the target blog index or listing page URL. The tool extracts post titles, links, dates, and summaries to automatically assemble a standards-compliant RSS 2.0 feed.

Can I create an Atom 1.0 feed instead of an RSS 2.0 feed from a blog index?

Yes, you can create an Atom 1.0 feed instead of an RSS 2.0 feed. The generator identifies pages lacking feeds and extracts metadata to assemble a valid, standards-compliant syndication file in either format.

What metadata is extracted during automated RSS feed generation?

During automated RSS feed generation, the tool extracts post titles, links, dates, and summaries from the target listing pages. This metadata is then assembled into a valid, escaped, and compliant feed file.

Does the generated RSS feed include a discovery link for aggregators?

Yes, the generated feed optionally provides a self-hostable HTML wrapper with a feed discovery link. This ensures readers and aggregators can reliably discover and access the newly created syndication content.

Are there limitations when generating feeds from pages without web scraping?

Feed generation relies on extracting metadata from blog index or listing pages containing posts. It enforces standards and synthetic feed labeling, but requires the target page structure to expose titles, links, dates, and summaries for successful scraping.