feed-digest

Aggregate RSS feeds into Markdown digests and JSON link indexes.

816|77|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/rcarmo/piclaw --skill feed-digest-rcarmo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feed-digest
Source: https://github.com/rcarmo/piclaw/tree/main/skel/.pi/skills/feed-digest
Command: npx skills add https://github.com/rcarmo/piclaw --skill feed-digest-rcarmo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of gathering and organizing information from various online feeds, ensuring you don't miss important updates and can easily review them later.

Core Features & Use Cases

  • Automated Feed Aggregation: Fetches content from multiple RSS feeds.
  • Deduplication: Uses simhash to identify and filter out duplicate or near-duplicate entries.
  • Digest Generation: Creates a clean Markdown summary of new items.
  • Link Indexing: Generates a separate JSON file with all extracted links for easy reference.
  • Use Case: Stay updated on industry news by having this Skill automatically compile a daily digest of articles from your top tech blogs, with all links conveniently listed.

Quick Start

Generate a digest of feed items from the last 24 hours using the feed-digest skill.

Frequently Asked Questions about feed-digest

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

FAQPage Schema
How do I aggregate multiple RSS feeds into a single daily digest?

You can aggregate multiple RSS feeds into a single daily digest by fetching content across sources, filtering entries by a specific time window, and generating a consolidated Markdown summary of new items.

What's the best way to deduplicate near-identical news articles from RSS feeds?

Deduplicating near-identical news articles is handled by computing a simhash similarity threshold across feed entries, which identifies and filters out redundant content before generating the final digest.

Can I customize the output location and time window for aggregated feed content?

You can customize both the output paths and timeframes for feed content analysis, allowing you to specify where generated Markdown digests and JSON indexes are saved and how far back entries are fetched.

How does simhash similarity work for filtering redundant feed entries?

Simhash similarity works by computing a fingerprint for each feed entry and comparing them against a configured threshold; entries that exceed the similarity threshold are flagged as duplicates and removed from the digest.

Do I need any external dependencies to generate an RSS digest with a JSON link index?

No external dependencies are required to generate an RSS digest with a JSON link index, as the Skill operates standalone using internal scripts to fetch feeds, deduplicate content, and output both Markdown and JSON files.