reddit

Query Reddit's public JSON API to fetch subreddit posts and discussions.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Arry8/openclaw-edge --skill reddit-arry8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reddit
Source: https://github.com/Arry8/openclaw-edge/tree/main/skills/reddit
Command: npx skills add https://github.com/Arry8/openclaw-edge --skill reddit-arry8

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides read-only access to Reddit content by querying the public JSON API to browse subreddits, search posts, and read discussions without requiring user authentication.

Core Features & Use Cases

  • Read-only access to Reddit data via the public JSON API for quick insights.
  • Subreddit browsing, post search, thread reading; ideal for summaries, trend spotting, and research.
  • Use cases include discovering community sentiment, finding discussions on a topic, and extracting post titles and URLs for analysis.

Quick Start

Show me the top posts in r/MachineLearning this week.

Frequently Asked Questions about reddit

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

FAQPage Schema
How do I search Reddit posts and read threads without logging in?

Browse subreddits and read threads by fetching data through the public JSON API. It extracts post titles, authors, scores, and URLs directly without needing an API key or login credentials.

Do I need an API key to fetch subreddit posts and scores?

No API key is required to fetch subreddit posts. The tool queries Reddit's public JSON API directly to extract post titles, authors, scores, and URLs using strictly read-only endpoints.

Can I analyze community sentiment on Reddit using public data?

Yes, you can discover community sentiment by extracting post titles, authors, scores, and threaded discussions. This provides the foundational public data needed to analyze subreddit reactions to specific topics.

What are the limitations of read-only Reddit data access?

Read-only Reddit access strictly prevents posting, voting, or sending direct messages. It is limited to fetching existing subreddit posts, search results, and threaded discussions for analysis purposes.

How do I extract top post titles and URLs from a specific subreddit?

Extract top post titles and URLs from a specific subreddit by querying its public JSON data. Retrieve post authors and scores simultaneously to locate relevant discussions for research.