rss-ingest

Subscribe to RSS feeds and archive articles as Markdown files.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/liuning0820/skills --skill rss-ingest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rss-ingest
Source: https://github.com/liuning0820/skills/tree/main/skills/rss-ingest
Command: npx skills add https://github.com/liuning0820/skills --skill rss-ingest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

RSS ingestion and documentation automation reduces the manual overhead of discovering, subscribing to, and organizing content from RSS feeds into a personal local knowledge base.

Core Features & Use Cases

  • RSS subscription: subscribe to individual feeds or via OPML for batch subscriptions, and fetch the latest articles.
  • Documentation compilation: convert raw articles into structured Markdown with metadata for a wiki-style knowledge base.
  • Use case: researchers or knowledge workers maintain a living knowledge base by automatically collecting and organizing content from multiple sources.

Quick Start

Run the RSS subscriber to fetch feeds and save articles to raw/ for later compilation.

Frequently Asked Questions about rss-ingest

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

FAQPage Schema
How do I archive RSS feeds into a local Markdown knowledge base?

To archive RSS feeds into a local Markdown knowledge base, subscribe to individual feeds or OPML batches, fetch articles, and export them as structured Markdown files with metadata into a raw directory for wiki-style compilation.

Can I batch subscribe to RSS feeds using an OPML file?

Yes, you can batch subscribe to RSS feeds using an OPML file for scalable content collection. This allows you to import multiple feed subscriptions at once and automatically fetch the latest articles from all sources.

How does RSS ingestion handle duplicate articles and date filtering?

RSS ingestion handles duplicate articles and date filtering through an end-to-end workflow that applies deduplication and date constraints during the fetch process. This ensures only unique, relevant articles are exported to your Markdown knowledge base.

What is the best way to automate RSS subscription and documentation compilation?

The best way to automate RSS subscription and documentation compilation is running a script that fetches feeds, filters content by date, removes duplicates, and converts raw articles into structured Markdown with metadata for a wiki-style knowledge base.

Does RSS ingestion work without external dependencies for knowledge base automation?

Yes, RSS ingestion works without external dependencies for knowledge base automation. It operates self-contained using internal scripts to fetch feeds, process articles, and export Markdown files directly to your local raw directory.

Why convert RSS articles to Markdown for a wiki-style knowledge base?

Converting RSS articles to Markdown for a wiki-style knowledge base standardizes content formatting with metadata, enabling easy local compilation, long-term archiving, and structured retrieval of subscribed articles from multiple sources.