What problem does it solve? Reddit blocks datacenter and server IPs from its .json endpoints, old.reddit.com, and browser-based access with 403 errors and humanity checks, making it impossible to read Reddit content from headless machines. This Skill provides a working read-only path using Reddit's public Atom feeds, with an optional upgrade to the OAuth API for full data. ## Core Features & Use Cases - Subreddit Listings and Search: Browse subreddit front pages by hot, new, top, or rising, and search all of Reddit or a single subreddit with sort and time filters. - Thread and Comment Reading: Fetch full threads with comments; anonymous feeds return top-level comments while OAuth credentials unlock nested comments, scores, and comment counts. - User Activity and Diagnostics: Read any user's recent posts and comments, and run a doctor command to check which backend is active and the current rate-limit window. - Use Case: A user asks what r/LocalLLaMA is saying about a new model. Run a search scoped to that subreddit, then read the top thread's comments and cite the permalink in a research report. ## Quick Start Ask the agent to search Reddit for a topic or summarize a specific Reddit thread URL, and it will run the reddit.py script with the appropriate subcommand.