Wraps Reddit's API with PRAW for Python and Snoowrap for Node.js, plus raw OAuth examples if you need more control. You get fetching posts, comments, user data, streaming new submissions in real time, and posting if you authenticate with a script app. The setup walks you through creating a Reddit app, handling OAuth tokens, and respecting the 100 requests per minute limit. Honestly, PRAW is solid and well documented, so unless you're doing something unusual, stick with that over hitting the REST endpoints directly. Good for bots, content scrapers, or any app that needs to pull from subreddits programmatically.
npx skills add https://github.com/alinaqi/claude-bootstrap --skill reddit-api