RSS Feed Generator

Generate and validate an Atom XML feed from markdown articles.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/aeoncity-demo/myaeon --skill rss-feed-generator-aeoncity-demo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: RSS Feed Generator
Source: https://github.com/aeoncity-demo/myaeon/tree/main/skills/rss-feed
Command: npx skills add https://github.com/aeoncity-demo/myaeon --skill rss-feed-generator-aeoncity-demo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the generation of an Atom XML feed from markdown articles, validates it, and notifies users only when the feed content changes, reducing noise and ensuring up-to-date information.

Core Features & Use Cases

  • Feed Generation: Automatically create an Atom XML feed from markdown articles.
  • Change Detection: Detect and notify users only when the feed content actually changes.
  • XML Validation: Ensure the generated feed is valid before notifying users.
  • Use Case: Ideal for websites with frequently updated content where users want to stay informed about the latest changes without receiving unnecessary notifications.

Quick Start

Run the 'RSS Feed Generator' skill with the default settings to generate and validate your 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 Atom XML feed from markdown articles?

To generate an Atom XML feed from markdown articles, you can run the RSS Feed Generator with default settings. It automatically converts your markdown content into a valid Atom XML feed suitable for content-driven websites and blogs.

Why am I getting feed change notifications when the content hasn't actually changed?

To avoid unnecessary feed change notifications, this generator uses sha256sum for content comparison. It detects and notifies users only when the Atom XML feed content actually changes, reducing notification noise.

What is the best way to validate an Atom feed before sending notifications?

The best way to validate an Atom feed is using a generation tool that includes built-in XML validation. This Skill ensures the generated feed is validated against XML standards before notifying users of any changes.

Can I use this feed generation approach for a content-driven website with frequent updates?

Yes, this feed generation approach is ideal for content-driven websites and blogs with frequently updated content. It automates Atom XML feed creation and notifies users only when actual content changes occur.

Does automated feed generation work without manual XML structuring?

Yes, automated feed generation works without manual XML structuring. The Skill processes markdown articles directly to create the Atom XML feed, handling the XML structuring and validation automatically.

How does sha256sum content comparison work for feed change detection?

Sha256sum content comparison works by generating a unique hash for feed content. The Skill compares these hashes to detect if the markdown-derived Atom XML feed has actually changed before triggering any user notifications.