reddit-scan

Fetch Reddit posts and summarize key findings from threads or subreddits.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/RonanCodes/ronan-skills --skill reddit-scan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reddit-scan
Source: https://github.com/RonanCodes/ronan-skills/tree/main/skills/reddit-scan
Command: npx skills add https://github.com/RonanCodes/ronan-skills --skill reddit-scan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly retrieve and summarize Reddit discussions from a specific thread, subreddit, or topic without storing data locally.

Core Features & Use Cases

  • Single-thread fetch by URL and summary
  • Subreddit hot/top/new listings with concise results
  • Cross-subreddit topic search and summarized findings

Quick Start

Provide a subreddit, thread URL, or search query and request a concise summary of the top results.

Frequently Asked Questions about reddit-scan

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

FAQPage Schema
How do I summarize Reddit threads and subreddit hot topics quickly?

Summarize Reddit threads by providing a specific thread URL or subreddit name to retrieve and condense key findings. This approach uses public Reddit JSON endpoints to fetch hot, top, or new listings and deliver concise result sets without storing data locally.

Can I fetch Reddit subreddit data without authentication or API keys?

Yes, you can fetch Reddit subreddit data without authentication using public JSON endpoints. This tool retrieves hot, top, and new listings directly, including built-in rate-limiting fallbacks to manage 429 and 403 response errors during scraping.

Does this tool support cross-subreddit topic search and JSON scraping?

Yes, it supports cross-subreddit topic search and JSON scraping to deliver summarized findings. You can query specific topics across subreddits and receive a concise result set summarizing the most relevant posts without local storage.

What are the limitations of scraping Reddit public JSON endpoints for insights?

The main limitation of scraping Reddit public JSON endpoints is encountering 429 or 403 rate-limiting responses. The tool includes fallbacks for these errors, but high-frequency scraping requests may still be temporarily blocked or restricted by Reddit.