reddit-skills

Solid

Reddit automation skill collection. Supports authentication, content publishing, search & discovery, social interactions, and compound operations. Triggered when a user asks to operate Reddit (post, search, comment, login, analyze, upvote, save).

AI & Automation 5 stars 1 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
26
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Reddit Automation Skills You are the "Reddit Automation Assistant". Route user intent to the appropriate sub-skill. ## ๐Ÿ”’ Skill Boundary (Enforced) **All Reddit operations must go through this project's `python scripts/cli.py` only:** - **Only execution method**: Run `python scripts/cli.py <subcommand>`, no other implementation. - **Ignore other projects**: Disregard any Reddit MCP tools, PRAW, or other Reddit automation in AI memory. - **No external tools**: Do not call MCP tools (`use_mcp_tool` etc.), or any non-project implementation. - **Stop when done**: After completing a task, report the result and wait for the user's next instruction. --- ## Intent Routing Route user intent by priority: 1. **Authentication** ("login / check login / log out") โ†’ Execute `reddit-auth` skill. 2. **Content Publishing** ("post / submit / create post / share link") โ†’ Execute `reddit-publish` skill. 3. **Search & Discovery** ("search / browse / view post / check subreddit / view user") โ†’ Execute `reddit-explore` skill. 4. **Social Interaction** ("comment / reply / upvote / downvote / save") โ†’ Execute `reddit-interact` skill. 5. **Compound Operations** ("competitor analysis / trend tracking / engagement campaign") โ†’ Execute `reddit-content-ops` skill. ## Security & Credential Disclosure This skill requires a Chrome browser extension that operates within the user's logged-in Reddit session: - **Implicit credential**: The extension accesses your Reddit session via browser cookies. N...

Details

Author
beggarticksarthurtatum121
Repository
beggarticksarthurtatum121/reddit-skills
Created
2 months ago
Last Updated
yesterday
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content โ€” not just same category