digest

Aggregate RSS feeds into daily tech digests with Markdown and TSV outputs.

2|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/caezium/skills --skill digest-caezium
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: digest
Source: https://github.com/caezium/skills/tree/main/digest
Command: npx skills add https://github.com/caezium/skills --skill digest-caezium

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Aggregates top RSS feeds (Hacker News, Lobste.rs, The Changelog, etc.) and produces a daily recap sorted by day.

Core Features & Use Cases

  • Pulls articles from multiple feeds and deduplicates by URL.
  • Groups results by date and formats a readable digest for easy consumption.
  • Supports configurable time windows (3, 7, 14 days) via the DAYS argument.

Quick Start

Run /digest 3 to generate the daily digest for the last 3 days.

Frequently Asked Questions about digest

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

FAQPage Schema
How do I aggregate multiple RSS feeds into a daily tech news recap?

This Skill aggregates RSS feeds into a daily tech news recap by pulling articles from sources like Hacker News and Lobste.rs, deduplicating by URL, and grouping results by date for easy consumption.

What is the best way to get a daily developer news digest from top tech feeds?

A daily developer news digest is generated by parsing top tech feeds, deduplicating articles, and formatting a readable Markdown or TSV output sorted by day.

Can I configure the time window for my RSS feed aggregation?

Yes, you can configure the time window for RSS feed aggregation by passing a specific number of days, such as 3, 7, or 14, via the DAYS argument to control the recap range.

Does the digest tool deduplicate articles from different tech news feeds?

Yes, the digest tool deduplicates articles from different tech news feeds by matching URLs, ensuring your daily recap contains no repeated entries across aggregated sources.

What output formats are available when I aggregate my RSS feeds?

When you aggregate your RSS feeds, the output formats available are Markdown and TSV, providing a readable daily digest sorted by date for convenient consumption.

Do I need any external dependencies to run the RSS feed fetcher?

No, you do not need any external dependencies to run the RSS feed fetcher, as it uses a built-in Python-based fetcher to parse feeds and generate the daily digest.