reddit-api

Fetch Reddit posts, comments, and user data via PRAW or Snoowrap.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/AdigunQ/ralph-smart --skill reddit-api-adigunq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reddit-api
Source: https://github.com/AdigunQ/ralph-smart/tree/main/knowledges/bootstrap_skills/reddit-api
Command: npx skills add https://github.com/AdigunQ/ralph-smart --skill reddit-api-adigunq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of interacting with the Reddit API, allowing you to fetch posts, comments, user data, and more, without needing to build complex API clients from scratch.

Core Features & Use Cases

  • Data Fetching: Retrieve hot, new, or searched posts from any subreddit.
  • Content Interaction: Read comments, submit new posts, and cast votes.
  • User Information: Access details about Reddit users and their activity.
  • Multi-Language Support: Provides examples for both Python (PRAW) and Node.js (Snoowrap), as well as direct API interaction.
  • Use Case: Automatically track mentions of your brand across Reddit by fetching new posts and comments from relevant subreddits.

Quick Start

Use the reddit-api skill to fetch the 5 hottest posts from the 'programming' subreddit using Python.

Frequently Asked Questions about reddit-api

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

FAQPage Schema
How do I fetch posts and comments from a subreddit using Python?

You can fetch Reddit data using Python with PRAW, which this Skill utilizes to retrieve hot, new, or searched posts and their comments directly from any subreddit.

Can I use Node.js to access the Reddit API?

Yes, Node.js can access the Reddit API using Snoowrap, which this Skill includes alongside Python examples to fetch and manipulate posts, comments, and user profiles.

Does this Skill support OAuth2 for user-specific Reddit actions?

Yes, this Skill supports OAuth2 for user-specific Reddit actions like submitting posts and casting votes, while also enabling direct HTTP requests for application-level access.

What is the best way to track brand mentions across Reddit?

The best way to track brand mentions across Reddit is by programmatically fetching new posts and comments from relevant subreddits, a use case directly supported by this Skill's data fetching capabilities.