reddit

Access Reddit data and perform posting and moderation via OAuth.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Glour/ai-office-v2 --skill reddit-glour
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reddit
Source: https://github.com/Glour/ai-office-v2/tree/main/skills/reddit
Command: npx skills add https://github.com/Glour/ai-office-v2 --skill reddit-glour

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Reddit skill provides an accessible, scriptable interface to browse, search, read threads, submit posts, and moderate content across Reddit, reducing manual steps and setup.

Core Features & Use Cases

  • Read-only access to public Reddit data without login
  • Search across subreddits and retrieve posts and comments
  • Post submissions or comments and perform moderation tasks when authenticated via OAuth

Quick Start

Run the login command to authorize with Reddit, then issue commands like posts, search, or comments to interact.

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 comments programmatically?

To browse Reddit without logging in, use the read-only commands provided by the skill. It retrieves public posts and comments through public endpoints, enabling scriptable data access without requiring user authentication.

Do I need OAuth credentials to post and moderate Reddit content?

Yes, you need OAuth credentials to post and moderate Reddit content. You must set environment variables for your Reddit OAuth credentials, run the login command to authorize, and then issue commands to submit posts or perform moderation tasks.

Can I retrieve public Reddit data without user authentication?

Yes, you can retrieve public Reddit data without user authentication. The skill supports read-only access to public posts and comments through public endpoints, allowing you to browse and search subreddits without logging in.

What is the best way to automate subreddit moderation tasks?

The best way to automate subreddit moderation tasks is using scriptable interfaces that interact with Reddit's mod tools via OAuth. This skill enables you to perform moderation actions programmatically through deterministic Node.js scripts after authorizing with your credentials.

Does this Reddit API skill work with Node.js scripts?

Yes, this Reddit API skill works with Node.js scripts. It runs on Node.js and provides scripts for deterministic tasks, enabling programmatic access to read, search, post, and moderate content across Reddit.