reddit-readonly

Fetch Reddit posts, search results, and comment threads via public JSON endpoints.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/UNO998/rla_skills --skill reddit-readonly-uno998
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reddit-readonly
Source: https://github.com/UNO998/rla_skills/tree/main/reddit-readonly-1.0.0
Command: npx skills add https://github.com/UNO998/rla_skills --skill reddit-readonly-uno998

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Users need quick, read-only access to Reddit content for research, summaries, or context without risking posts, accounts, or actions. This skill enables safe data retrieval by querying public JSON endpoints for posts, subreddits, and comment threads and returning structured data for further processing.

Core Features & Use Cases

  • Read-only browsing and searching across subreddits using public JSON endpoints.
  • Retrieve post lists, search results, and thread comments with concise metadata and permalinks.
  • Generate a shortlist of relevant links for manual review or sharing with teammates.

Quick Start

Fetch the top posts from a subreddit using the posts command, for example: reddit-readonly posts python --sort hot --limit 5

Frequently Asked Questions about reddit-readonly

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

FAQPage Schema
How do I fetch Reddit posts and comments using public JSON endpoints?

You can fetch Reddit posts and comments by querying public JSON endpoints in read-only mode. This approach retrieves subreddits, search results, and thread bundles, returning structured JSON data with permalinks and concise metadata for safe integration.

Can I search across subreddits without modifying posts or risking my account?

Yes, you can safely search across subreddits using a read-only pattern that fetches public data. This method retrieves post lists and thread comments without performing any data modification, ensuring no risk to your posts or account.

What is the best way to generate a shortlist of Reddit thread links for research?

The best way to generate a shortlist of Reddit links is to use a read-only browsing command that queries public JSON endpoints. It produces concise metadata and permalinks for relevant posts, suitable for manual review or sharing with teammates.

Does read-only Reddit browsing include rate-limiting and error handling?

Read-only Reddit browsing includes built-in rate-limiting and error handling to ensure safe data retrieval. This mechanism prevents API abuse and manages failed requests when fetching posts, subreddits, and comment threads via public JSON endpoints.

How do I get top posts from a specific subreddit sorted by hot?

To get top posts from a subreddit, use the posts command with the subreddit name and sort parameters. For example, querying with the hot sort parameter fetches the requested number of posts and returns structured JSON metadata.

Are there limitations to retrieving Reddit context via public JSON data?

Limitations of retrieving Reddit context via public JSON include adhering to a strict read-only pattern with no data modification capabilities. It is designed for safe data retrieval and research rather than interactive posting or account management.