reddit-fetch

Fetch Reddit content via Gemini CLI in a tmux session.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/VCasecnikovs/klava --skill reddit-fetch-vcasecnikovs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reddit-fetch
Source: https://github.com/VCasecnikovs/klava/tree/main/.claude/skills/reddit-fetch
Command: npx skills add https://github.com/VCasecnikovs/klava --skill reddit-fetch-vcasecnikovs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reddit access can be blocked or limited; this skill provides a fallback method to fetch Reddit content using Gemini CLI in a tmux session.

Core Features & Use Cases

  • Fallback Reddit access via Gemini CLI in a tmux session when WebFetch is blocked or returns 403 errors.
  • Topic research by querying Reddit and capturing output for later analysis.
  • Session management with named tmux sessions to organize multiple queries and outputs.

Quick Start

Open a tmux session named <session_name>, start Gemini, enter your Reddit query, and capture the output after the response is produced.

Frequently Asked Questions about reddit-fetch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch Reddit content when WebFetch returns a 403 blocked error?

To fetch Reddit content when WebFetch is blocked, this skill uses a fallback method that queries Reddit through the Gemini CLI inside a named tmux session, capturing the output for later research analysis.

Can I use Gemini CLI to research topics on Reddit and save the output?

Yes, you can research topics on Reddit using Gemini CLI by opening a named tmux session, entering your query, and capturing the generated output after the response is fully produced.

Do I need tmux to retrieve Reddit URLs via Gemini CLI?

Yes, tmux is required to retrieve Reddit URLs via Gemini CLI, as this fallback approach implements a tmux-based session workflow for session naming, timing, and capturing the output.

What is the best way to manage multiple Reddit research queries in CLI?

The best way to manage multiple Reddit research queries is using named tmux sessions to organize different queries, allowing you to run the Gemini CLI and capture outputs independently.

Why does Reddit return 403 errors during automated content retrieval?

Reddit returns 403 errors during automated content retrieval when direct access via tools like WebFetch is blocked, requiring a fallback method using Gemini CLI in a tmux session to fetch the content.