reddit

Browse, search, post, and moderate Reddit via a Node.js CLI.

64|21|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/AlekseiUL/sprut-agent-kit --skill reddit-alekseiul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reddit
Source: https://github.com/AlekseiUL/sprut-agent-kit/tree/main/skills/reddit
Command: npx skills add https://github.com/AlekseiUL/sprut-agent-kit --skill reddit-alekseiul

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Interacting with Reddit programmatically is split between public read endpoints and OAuth-protected actions for posting and moderation. This Skill provides a Node.js CLI to read, search, post, reply, and moderate Reddit in a unified workflow.

Core Features & Use Cases

  • Read posts and comments from subreddits without authentication
  • Search posts across subreddits or specific communities
  • Submit new posts and reply to comments (requires OAuth)
  • Moderate content (remove, approve, sticky, lock) with appropriate permissions

Quick Start

Log in with Reddit using the OAuth flow, then start by listing posts from a subreddit or searching for a topic.

Frequently Asked Questions about reddit

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

FAQPage Schema
How do I automate posting and moderating Reddit via CLI?

Read Reddit posts and comments without authentication by using the public endpoints provided by the Node.js CLI. This allows you to browse public subreddit content and search across communities anonymously.

Do I need OAuth credentials to search and read Reddit posts?

You do not need OAuth credentials to search and read Reddit posts. The Skill accesses Reddit's public read endpoints anonymously, but OAuth is required for submitting posts and moderating content.

What moderation actions can I perform on a subreddit through the API?

Subreddit moderation actions through the API include removing posts, approving content, stickying submissions, and locking comment threads. These operations require OAuth authentication and appropriate subreddit permissions.

Does the Reddit CLI handle OAuth token refresh automatically?

The Reddit CLI does handle OAuth token refresh automatically. Once you log in using the Reddit OAuth flow, the Skill manages token expiration and renewal internally to maintain continuous access to protected endpoints.

Can I search for specific topics across multiple subreddits at once?

You can search for specific topics across multiple subreddits or within specific communities. The Skill uses Reddit's search functionality to query posts matching your keywords and returns the results through the CLI.