reddit-skills

Route user intents to Reddit sub-skills for authentication, publishing, exploration, interaction, and content operations.

11|4|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/1146345502/reddit-skills --skill reddit-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reddit-skills
Source: https://github.com/1146345502/reddit-skills/tree/main
Command: npx skills add https://github.com/1146345502/reddit-skills --skill reddit-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires websockets, mcp[cli], and includes scripts (resource) components.

What problem does it solve?

It coordinates user intents across multiple Reddit automation sub-skills, enabling seamless routing and orchestration of tasks like authentication, publishing, exploration, interaction, and compound operations.

Core Features & Use Cases

  • Intent routing: dispatch user requests to reddit-auth, reddit-publish, reddit-explore, reddit-interact, or reddit-content-ops based on intent.
  • End-to-end coordination: manage cross-skill workflows, error handling, and state across multiple steps in a single user journey.
  • Safe operation: enforces login checks, user confirmations for actions like publishing or commenting, and rate-limiting considerations.

Quick Start

Ask it to route a request to the appropriate sub-skill (reddit-auth, reddit-publish, reddit-explore, reddit-interact, reddit-content-ops).

Frequently Asked Questions about reddit-skills

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

FAQPage Schema
How do I automate Reddit workflows across authentication, publishing, and discovery in one session?

Reddit workflow automation is coordinated by routing user intents to specialized sub-skills for auth, publish, explore, interact, and content operations. It manages cross-skill state, error handling, and end-to-end task orchestration within a single logged-in browser session.

Do I need a locally running bridge server and browser extension to automate Reddit tasks?

Yes, a locally running bridge server and the Reddit Bridge extension are required to execute Reddit automation tasks. The CLI entry point dispatches user intents to the correct sub-skill, which then operates within the authenticated browser session.

How does intent routing work for Reddit automation requests?

Intent routing dispatches user requests to the appropriate sub-skill among reddit-auth, reddit-publish, reddit-explore, reddit-interact, and reddit-content-ops based on the detected intent. This ensures each task is handled by the specialized module designed for that specific Reddit operation.

Can I use CLI to dispatch Reddit publishing and interaction tasks safely?

Yes, the CLI entry point dispatches Reddit publishing and interaction tasks while enforcing safe operations. It requires login checks and user confirmations before executing actions like publishing or commenting, and applies rate-limiting considerations to prevent API abuse.

What are the limitations of automating Reddit engagement through a browser session?

Limitations include dependency on a locally running bridge server and the Reddit Bridge extension, mandatory user confirmations for sensitive actions like publishing, and enforced rate-limiting considerations to comply with Reddit's API constraints and prevent account restrictions.

What's the best way to coordinate compound Reddit content operations across multiple sub-skills?

The best way to coordinate compound Reddit content operations is using the intent routing skill to manage cross-skill workflows. It handles state persistence, error recovery, and sequential task execution across authentication, exploration, interaction, and analysis sub-skills automatically.