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: Read subreddit front pages (hot, new, top, rising) and search all of Reddit or a single subreddit without any account or API key. - Full Thread Reading: Fetch a thread's post body plus comments, with nested replies and scores when OAuth app credentials are configured. - User Activity Lookup: Review recent posts and comments from any public Reddit user. - Use Case: A user asks "What is r/LocalLLaMA saying about the new model release?" The agent runs a subreddit search, reads the top thread bodies, and cites the permalinks in its report. ## Quick Start Ask the agent to summarize what r/LocalLLaMA is discussing about a topic, and it will run the reddit.py script to fetch and read the relevant threads.