reddit-readonly

Fetch Reddit posts and comment threads via public JSON endpoints.

2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/adelpro/openclaw-arsenals --skill reddit-readonly-adelpro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reddit-readonly
Source: https://github.com/adelpro/openclaw-arsenals/tree/main/02-skills/reddit-readonly
Command: npx skills add https://github.com/adelpro/openclaw-arsenals --skill reddit-readonly-adelpro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Browse Reddit read-only and gather posts and comment threads for context without posting or moderating.

Core Features & Use Cases

  • List posts in a subreddit (hot/new/top/controversial/rising) to surface relevant content.
  • Search posts by a topic or keyword across one or more subreddits and pull matching results with permalinks.
  • Pull a comment thread for a post to provide context for manual review or drafting replies.
  • Create a short, permalined shortlist of items for quick review.

Quick Start

Query a subreddit to surface posts, comments, and permalinks for manual review.

Frequently Asked Questions about reddit-readonly

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

FAQPage Schema
How do I browse Reddit posts and comments in read-only mode?

To browse Reddit read-only, query public JSON endpoints to gather posts and comment threads for context. This retrieves subreddit content and permalinks without performing any posting or moderation actions.

Can I search for posts by keyword across multiple subreddits?

Yes, you can search posts by a topic or keyword across one or multiple subreddits. The search pulls matching results along with their permalinks, allowing you to compile a shortlist of relevant items for quick manual review.

How do I pull a Reddit comment thread for manual review?

Pull a comment thread for a specific post to provide context for manual review or drafting replies. The tool extracts the thread using public JSON endpoints and outputs the data structured as JSON to stdout.

Does browsing Reddit in read-only mode require a Node runtime?

Yes, gathering Reddit posts and comment threads in read-only mode requires the Node runtime to execute. The process runs in this environment and outputs JSON to stdout with a clear success or error structure.

What are the limitations of a read-only Reddit data extraction approach?

The primary limitation of read-only Reddit data extraction is that no posting or moderation actions can be performed. It is strictly designed for listing posts, searching topics, and extracting threads to create shareable permalinks for review.