reddit-digest

Fetch and summarize top Reddit posts via public JSON APIs.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/spoonbobo/trinity --skill reddit-digest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reddit-digest
Source: https://github.com/spoonbobo/trinity/tree/main/app/skills/reddit-digest
Command: npx skills add https://github.com/spoonbobo/trinity --skill reddit-digest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of fetching and summarizing top posts from various subreddits, saving users time from manually browsing Reddit for trending or important content.

Core Features & Use Cases

  • Fetch Top Posts: Retrieve posts based on various sorting criteria (hot, top, new, rising) and timeframes.
  • Summarization: The agent can further summarize the fetched posts for quick insights.
  • No API Key Required: Utilizes Reddit's public JSON API, making it accessible without authentication.
  • Use Case: Get a daily digest of the top 5 posts from r/programming and r/technology, including a summary of the most discussed topics.

Quick Start

Fetch and display the top 10 posts from the 'python' and 'machinelearning' subreddits.

Frequently Asked Questions about reddit-digest

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

FAQPage Schema
How do I summarize top Reddit posts from specific subreddits?

You can summarize top Reddit posts by fetching data from specified subreddits using public JSON APIs, then having the agent generate a concise summary of the most discussed topics.

Can I fetch Reddit posts without an API key?

Yes, you can fetch Reddit posts without an API key by utilizing Reddit's public JSON API, which allows you to retrieve data without requiring authentication.

How do I filter subreddit posts by score and time?

You can filter subreddit posts by applying a minimum score threshold and selecting a specific timeframe, alongside sorting options like hot, top, new, or rising.

What is the best way to monitor subreddit trends for a news digest?

The best way to monitor subreddit trends for a news digest is to automate fetching top posts and summarizing them, saving time compared to manually browsing Reddit.

Does fetching Reddit comments work with public JSON APIs?

Yes, fetching Reddit comments works with public JSON APIs; the feature allows inclusion of comments to provide more context for post summarization.

Are there limitations to using public JSON APIs for subreddit analysis?

A limitation of using public JSON APIs for subreddit analysis is that it relies on unauthenticated access, which may have rate limits and lacks access to private or restricted subreddits.