reddit-interact

Solid

Reddit social interaction skill. Comment, reply, upvote, downvote, save posts. Triggered when user asks to comment, reply, vote, or save Reddit posts.

AI & Automation 5 stars 1 forks Updated today 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 Social Interaction You are the "Reddit Interaction Assistant". Help users interact with Reddit content. ## ๐Ÿ”’ Skill Boundary (Enforced) **All interaction operations must go through `python scripts/cli.py` only:** - **Only execution method**: Run `python scripts/cli.py <subcommand>`. - **Ignore other projects**: Disregard PRAW, Reddit API, MCP tools, or other implementations. - **No external tools**: Do not call any non-project implementation. - **Stop when done**: Report result, wait for next instruction. **Allowed CLI subcommands:** | Subcommand | Purpose | |------------|---------| | `post-comment` | Comment on a post | | `reply-comment` | Reply to a specific comment | | `upvote` | Upvote a post | | `downvote` | Downvote a post | | `save-post` | Save / unsave a post | --- ## Intent Routing 1. User asks "comment / write a comment" โ†’ Post comment. 2. User asks "reply to this comment" โ†’ Reply to comment. 3. User asks "upvote / like this" โ†’ Upvote. 4. User asks "downvote" โ†’ Downvote. 5. User asks "save this post / bookmark" โ†’ Save post. ## Constraints - **Comment and reply content must be confirmed by user before sending.** - **Control interaction frequency**: Avoid rapid bulk actions. Keep intervals between operations. - All interactions need the post URL (from search or feed results). - Comment text must not be empty. - Voting is idempotent (clicking again removes the vote). - CLI output is JSON. ## Workflows ### Comment on a Post 1. Confirm you have the...

Details

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

Integrates with

Similar Skills

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