reddit-explore

Search Reddit posts, browse subreddits, and view post details via CLI.

11|4|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/1146345502/reddit-skills --skill reddit-explore
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reddit-explore
Source: https://github.com/1146345502/reddit-skills/tree/main/skills/reddit-explore
Command: npx skills add https://github.com/1146345502/reddit-skills --skill reddit-explore

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Reddit exploration often requires manual navigation across multiple pages to find relevant posts, subreddits, or user insights. This skill consolidates discovery by enabling targeted searches, streamlined browsing, and quick access to post details and user profiles.

Core Features & Use Cases

  • Browse subreddits and home feeds to surface relevant posts for your interests.
  • Search posts by topics and view post details, including top comments and author signals.
  • Retrieve user profiles and summarize activity for quick context.
  • Output is structured and suitable for downstream processing or reporting.

Quick Start

Ask it to search Reddit for 'machine learning' to see results.

Frequently Asked Questions about reddit-explore

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

FAQPage Schema
How do I search Reddit posts by topic and get structured JSON results?

To search Reddit posts by topic, you can execute the CLI search subcommand. This returns structured JSON-formatted results containing relevant post data suitable for downstream processing and reporting.

What is the best way to browse subreddit feeds without manual navigation?

Browsing subreddit feeds is handled by the subreddit-feed and home-feed subcommands. They surface relevant posts for your interests and return structured outputs, consolidating discovery without manual page navigation.

How do I view post details and top comments on Reddit via command line?

You can view post details, including top comments and author signals, by running the get-post-detail subcommand. It outputs structured JSON data capturing the specific post content and interactions.

Does this Reddit discovery tool require any external dependencies to run?

No external dependencies are required to run this Reddit discovery tool. It operates as a standalone Python script, executing CLI subcommands to fetch and return structured JSON data.

Can I use CLI scripts to retrieve Reddit content for automated reporting?

Yes, CLI scripts can retrieve Reddit content for automated reporting. The tool executes subcommands like search and user-profile, returning JSON-formatted outputs that are suitable for downstream processing.