RSS Feed Generator

Generates Atom XML feeds from markdown articles in a directory.

17|1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/aaronjmars/miroshark-aeon --skill rss-feed-generator-aaronjmars
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: RSS Feed Generator
Source: https://github.com/aaronjmars/miroshark-aeon/tree/main/skills/rss-feed
Command: npx skills add https://github.com/aaronjmars/miroshark-aeon --skill rss-feed-generator-aaronjmars

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of generating and updating Atom XML feeds from markdown articles, enabling seamless content syndication.

Core Features & Use Cases

  • Feed Generation: Creates valid Atom XML feeds from markdown articles in the articles/ directory.
  • Workflow Integration: Automates reading from existing content, updating the feed, and committing changes.
  • Use Case: Imagine a blogging team that publishes markdown articles; this Skill keeps their feed current automatically by scanning new articles and updating the feed XML.

Quick Start

Use the rss-feed skill to generate the latest atom feed from the articles directory with a simple command.

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?

You can generate an Atom XML feed from markdown articles by placing them in the articles/ directory and running the feed generator script. It processes article metadata and outputs a compliant feed for distribution.

What is the best way to automate RSS feed updates for a content management workflow?

Automating RSS feed updates involves scanning new markdown articles and running a script to update the feed XML. This Skill integrates with Git to read existing content, regenerate the feed, and commit changes automatically.

Do I need bash and Git to automate Atom feed creation from markdown?

Yes, you need bash scripting capabilities to run the feed generator script and Git for version control operations. These dependencies are required to automate the feed creation and commit updates to your repository.

How does an Atom XML feed generator handle content syndication for markdown publications?

An Atom XML feed generator handles content syndication by reading markdown article metadata and converting it into a valid XML format. This allows continuous updates to be distributed to subscribers automatically as new articles are published.

Can I use this feed generator script for a blogging team publishing markdown articles?

Yes, this feed generator script is suitable for a blogging team publishing markdown articles. It keeps the team's syndication feed current by scanning the articles directory for new content and updating the feed XML automatically.