reddit

Installation
Summary

Search and retrieve Reddit posts, comments, subreddit info, and user profiles via the public JSON API.

  • Requires no API key; uses Reddit's public JSON endpoint accessible by appending .json to any URL
  • Supports four main command categories: subreddit posts with sorting (hot, new, top, rising, controversial), cross-subreddit search, subreddit metadata, and user profiles with optional post history
  • Includes flexible filtering: sort by time range (hour through all-time), set result limits, and scope searches to specific subreddits
  • Rate limited to 100 requests per minute; all commands run as Python scripts from the skill directory
SKILL.md

Reddit Skill

Get posts, comments, subreddit info, and user profiles from Reddit via the public JSON API.

Prerequisites

No API key required! Reddit's public JSON API works without authentication.

Quick Check:

cd <skill_directory>
python3 scripts/get_posts.py python --limit 3

Commands

All commands run from the skill directory.

Subreddit Posts

Related skills

More from resciencelab/opc-skills

Installs
2.3K
GitHub Stars
852
First Seen
Jan 21, 2026