reddit-readonly
Installation
SKILL.md
Reddit Read-Only
Overview
Browse and search Reddit programmatically using the public JSON API. Fetch posts from subreddits, search for topics, retrieve comment threads, and access trending content. No API key or authentication is needed. All access is read-only.
Instructions
When a user asks you to browse or search Reddit, follow these steps:
Step 1: Determine the request type
Identify what the user wants:
- Browse a subreddit: Fetch posts from a specific subreddit (hot, new, top, rising)
- Search Reddit: Find posts matching a query across Reddit or within a subreddit
- Read a thread: Fetch a specific post and its comments
- Get trending content: Check what is popular right now