reddit

Fetch Reddit threads and comments into context via JSON API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you load Reddit posts and their comments into your context so you can discuss, analyze, and monitor discussions without switching apps or losing thread state.

Core Features & Use Cases

  • Fetch and load a Reddit thread (post + comments) into context for in-depth discussion.
  • Refresh and re-fetch to surface new comments or changes, then present what’s new.
  • Reference specific comments and track discussion progress across updates.

Quick Start

Provide a Reddit thread URL to load it into context and begin discussion.

Frequently Asked Questions about reddit

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

FAQPage Schema
How do I load a Reddit thread into context for analysis?

Yes, you can monitor ongoing Reddit discussions by refreshing the fetch command. This re-queries the thread to surface new comments and changes, allowing you to track discussion progress across updates without losing context.

Can I fetch and analyze Reddit comments across different subreddits?

When loading a Reddit thread fails, the skill implements built-in error handling for its JSON API fetch. It catches fetch errors and prevents broken context loading, ensuring your analysis workflow is not disrupted by invalid URLs.

How do I reference specific Reddit comments after loading them into context?

Once the Reddit thread is loaded into context, the skill outputs structured metadata alongside the formatted thread file. This allows you to reference specific comments and accurately track discussion progress during your analysis.

Do I need any external dependencies to fetch Reddit threads?

No external dependencies are required to fetch Reddit threads. The skill operates independently using built-in scripts to query the Reddit JSON API, extract the post and comments, and load the formatted output into your context.