rss-daily-digest

Fetch today's RSS items from OPML subscriptions and generate JSON and Markdown reports.

4|1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/rongarede/skill-snapshots --skill rss-daily-digest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rss-daily-digest
Source: https://github.com/rongarede/skill-snapshots/tree/main/workflow/rss-daily-digest
Command: npx skills add https://github.com/rongarede/skill-snapshots --skill rss-daily-digest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The skill fetches today's content from OPML subscriptions and generates a structured daily RSS digest.

Core Features & Use Cases

  • Ingest RSS items from OPML subscriptions for the current day.
  • Generate a concise, structured daily digest with headlines and highlights.
  • Output both raw JSON and Markdown daily reports for easy sharing and archiving.

Quick Start

Run the included Python script to fetch today's RSS items from your OPML file and generate daily reports: cd "{output_dir}" &&
export https_proxy={proxy} http_proxy={proxy} all_proxy=socks5://127.0.0.1:7897 &&
python3 opml_parser.py

Frequently Asked Questions about rss-daily-digest

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

FAQPage Schema
How do I generate a daily digest from multiple RSS feeds stored in an OPML file?

You can generate a daily RSS digest from OPML by running the included Python script, which fetches today's items, applies topic-aware summarization, and outputs both JSON and Markdown reports for sharing and archiving.

What is the best way to automate RSS news summarization into Markdown?

Automating RSS news summarization into Markdown is done by running a Python script that parses OPML subscriptions, applies topic-aware summarization to today's content, and generates a structured daily digest in Markdown format.

Do I need a proxy to fetch RSS items from OPML subscriptions?

A proxy is needed to fetch RSS items from OPML if your network requires it. The script supports configurable proxy settings, allowing you to export HTTP, HTTPS, and SOCKS5 proxies before executing the fetch command.

Can I get both raw JSON and Markdown reports for my daily RSS news?

You can get both raw JSON and Markdown reports for your daily RSS news. The script ingests today's content from OPML subscriptions and generates structured daily reports in both formats for easy archiving and sharing.

How does topic-aware summarization work for RSS feeds?

Topic-aware summarization for RSS feeds works by ingesting today's content from OPML subscriptions, grouping items by topic, and generating concise headlines and highlights in a structured daily digest report.