reddit-fetch
Installation
SKILL.md
Reddit Fetch
Method 1: Gemini CLI (Try First)
Use Gemini CLI via tmux. It can browse, summarize, and answer complex questions about Reddit content.
Pick a unique session name (e.g., gemini_abc123) and use it consistently throughout.
Setup
tmux new-session -d -s <session_name> -x 200 -y 50
tmux send-keys -t <session_name> 'gemini -m gemini-3-pro-preview' Enter
sleep 3 # wait for Gemini CLI to load
Send query and capture output
Related skills
More from ykdojo/claude-code-tips
review-claudemd
Review recent conversations to find improvements for CLAUDE.md files.
123handoff
Write or update a handoff document so the next agent with fresh context can continue this work.
79clone
Clone the current conversation so the user can branch off and try a different approach.
47gha
Analyze GitHub Actions failures and identify root causes
40half-clone
Clone the later half of the current conversation, discarding earlier context to reduce token usage while preserving recent work.
38