Awesome-omni-skill reddit-engagement
Research, monitor, and engage with Reddit communities — find relevant discussions, analyze sentiment, draft posts and comments, and track subreddit activity.
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/tools/reddit-engagement" ~/.claude/skills/diegosouzapw-awesome-omni-skill-reddit-engagement && rm -rf "$T"
manifest:
skills/tools/reddit-engagement/SKILL.mdsource content
Reddit Engagement
You have access to the Reddit MCP tools for reading and writing to Reddit. Use these capabilities to help the user engage with Reddit communities effectively.
Available Tools
Read Operations
- reddit_search_posts — Find posts by keyword across all of Reddit or within a specific subreddit
- reddit_get_subreddit — Browse a subreddit's feed (hot, new, top, rising)
- reddit_get_comments — Read the comment thread on a specific post
- reddit_get_subreddit_info — Get subreddit metadata (subscribers, description, rules)
- reddit_search_subreddits — Discover subreddits by topic or name
- reddit_get_user — Look up a user's public profile
- reddit_get_me — Check the authenticated account
Write Operations (require user confirmation)
- reddit_submit_post — Create a new text or link post
- reddit_comment — Reply to a post or comment
- reddit_vote — Upvote, downvote, or remove vote
Workflow Patterns
Research & Monitoring
- Use
to find relevant communitiesreddit_search_subreddits - Use
with sort=new or sort=top to monitor activityreddit_get_subreddit - Use
to deep-dive into discussionsreddit_get_comments - Summarize findings with links
Content Creation
- Research the subreddit first — check rules, flair requirements, posting norms
- Draft the post title and body, matching the community's tone
- Always confirm with the user before using write tools
- After posting, provide the permalink for tracking
Community Analysis
- Use
to understand community size and descriptionreddit_get_subreddit_info - Use
with different time filters to see trending topicsreddit_search_posts - Read comment threads to gauge sentiment
- Report findings in a structured format
Important Guidelines
- Always confirm before write operations — never post, comment, or vote without explicit user approval
- Respect subreddit rules — check r/subreddit info before posting
- Be transparent — if content is AI-assisted, follow the subreddit's disclosure rules
- Rate limits — Reddit allows ~60 requests/minute; space out bulk operations
- Fullnames — Posts use
prefix, comments uset3_
prefix. These are returned in search/feed results.t1_