What problem does it solve?
This Skill enables an AI agent to interact with Reddit programmatically—browsing, searching, posting, and moderating content across subreddits.
Core Features & Use Cases
- Read-only browsing: Retrieve hot/new/top posts from any subreddit without authentication.
- Search and discovery: Query posts across a subreddit or all of Reddit and surface results for downstream actions.
- Post and moderation (with OAuth): Create text or link posts, reply to comments, and manage moderation tasks after authenticating via the local OAuth flow.
- Use Case: An automation workflow could fetch the top posts from a niche subreddit and auto-suggest replies or moderation actions.
Quick Start
node {baseDir}/scripts/reddit.mjs posts wallstreetbets
node {baseDir}/scripts/reddit.mjs search wallstreetbets "stock picks"
node {baseDir}/scripts/reddit.mjs login
node {baseDir}/scripts/reddit.mjs submit wallstreetbets --title "Weekly Update" --text "Here's the latest..."