Reddit Digest

Aggregate top posts from multiple subreddits and detect cross-subreddit narratives.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/swarm-ai-research/aeon --skill reddit-digest-swarm-ai-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Reddit Digest
Source: https://github.com/swarm-ai-research/aeon/tree/main/skills/reddit-digest
Command: npx skills add https://github.com/swarm-ai-research/aeon --skill reddit-digest-swarm-ai-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reddit Digest detects cross-subreddit narratives — stories surfacing in multiple unrelated subs at once. It helps you identify signals that emerge across communities, not within a single feed.

Core Features & Use Cases

  • Cross-subreddit narrative detection across multiple subs
  • Clustering by URL and title similarity with dedup against recent logs
  • Configurable subs list via memory/subreddits.yml and automatic summarization for quick briefs
  • Standalone digest generation suitable for automation and alerts

Quick Start

Run the Reddit Digest to fetch the latest top posts from configured subs and surface cross-subreddit narratives.

Frequently Asked Questions about Reddit Digest

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

FAQPage Schema
How do I detect cross-subreddit narratives and monitor trend shifts across multiple communities?

Cross-subreddit narrative detection aggregates top posts from multiple subs, scores cross-sub posts by URL and title similarity, and alerts when a narrative surfaces in at least two subs. It uses memory/subreddits.yml for configuration to monitor narrative shifts across diverse communities.

What is cross-subreddit narrative detection and when do I need it for data analysis?

Cross-subreddit narrative detection identifies stories surfacing simultaneously in multiple unrelated subreddits. You need it to spot emerging signals across communities rather than within a single feed, helping you track narrative shifts across diverse subreddits.

How do I configure subreddit monitoring for automatic digest generation and alerts?

Subreddit monitoring is configured via memory/subreddits.yml to define target subs. The system fetches top posts, applies deduplication against recent memory/logs, and generates standalone digest summaries suitable for automation and alerts.

How does cross-subreddit monitoring handle API rate limits when fetching top posts?

When rate limits are encountered during cross-subreddit monitoring, the system uses WebFetch fallback to continue fetching top posts. Deduplication against recent logs ensures previously surfaced narratives are filtered out.

Can I use this cross-subreddit monitoring tool for tracking narratives across unrelated communities?

Yes, cross-subreddit monitoring specifically tracks narratives across diverse and unrelated communities. It clusters posts by URL and title similarity, alerting you only when a narrative surfaces in at least two configured subs.

What is the best way to deduplicate cross-subreddit posts and avoid repeated narrative alerts?

Deduplication is handled by checking memory/logs against recent entries during aggregation. By clustering posts via URL and title similarity, the system filters out previously surfaced narratives to prevent repeated alerts in generated digests.