feed-to-md

Convert RSS and Atom feed URLs into Markdown format.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/ollieb89/openrepo --skill feed-to-md
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feed-to-md
Source: https://github.com/ollieb89/openrepo/tree/main/.skills/rss-skill
Command: npx skills add https://github.com/ollieb89/openrepo --skill feed-to-md

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the conversion of RSS and Atom feeds into a readable Markdown format, making it easy to consume and archive feed content.

Core Features & Use Cases

  • Feed Conversion: Transforms any valid RSS or Atom feed URL into Markdown.
  • Customizable Output: Supports limiting the number of items, controlling summary inclusion, and setting summary length.
  • Use Case: You want to create a daily digest of news from your favorite tech blogs. Use this Skill to pull the latest articles from their RSS feeds and compile them into a single Markdown file for easy reading.

Quick Start

Convert the RSS feed from "https://example.com/feed.xml" and print the output to the console.

Frequently Asked Questions about feed-to-md

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

FAQPage Schema
How do I convert RSS feeds to Markdown?

You can convert RSS feeds to Markdown by providing a valid feed URL to a conversion script, which transforms the XML content into readable Markdown text. This process handles URL validation and redirection checks securely.

Can I limit the number of items when converting an Atom feed to Markdown?

Yes, you can limit the number of items included when converting an Atom feed to Markdown. The conversion supports configurable item limits, allowing you to control the volume of articles processed in the final output.

Does RSS to Markdown conversion support including article summaries?

Yes, RSS to Markdown conversion supports summary inclusion. You can configure whether summaries are added to the output and adjust the summary length to meet your specific content consumption needs.

What is the best way to compile multiple RSS feeds into a single daily digest?

The best way to compile multiple RSS feeds into a daily digest is to convert each feed URL into Markdown. This allows you to aggregate and archive feed content into a single, readable Markdown file for easy consumption.

How do I specify the output file path when saving converted feed content?

You specify the output file path when saving converted feed content by using workspace-relative path enforcement. This ensures the generated Markdown files are securely saved within the designated workspace boundaries.

Are there limitations when converting feeds with redirection URLs?

When converting feeds with redirection URLs, the local Python script automatically handles redirection checks to ensure valid content retrieval. However, feeds must have accessible URLs to successfully generate the Markdown output.