Handles Reddit content fetching when you hit blocks or need structured data. Tries Gemini CLI first for browsing and summarization, then falls back to Reddit's JSON API with curl if that fails. The tmux setup is a bit involved but the instructions are thorough about detecting whether commands actually ran. The JSON fallback is solid for pulling posts and comments programmatically, though you'll need to respect rate limits and space out requests. Most useful when you're scraping subreddit data or working around 403 errors that plague headless Reddit access.
npx skills add https://github.com/ykdojo/claude-code-tips --skill reddit-fetch