Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Automate Reddit tasks via Rube MCP (Composio): search subreddits, create posts, manage comments, and browse top content. Always search tools first for current schemas.
.claude/skills/davepoon-reddit-automation/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | 78% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 272% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 59% | 0% |
| case-16 | ✗→✓ | ▲ Improved | 207% | 0% |
| case-15 | ✗→✓ | ▲ Improved | 536% | 0% |
Automate Reddit operations through Composio's Reddit toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/reddit
RUBE_MANAGE_CONNECTIONS with toolkit redditRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit redditWhen to use: User wants to find posts across subreddits
Tool sequence:
REDDIT_SEARCH_ACROSS_SUBREDDITS - Search for posts matching a query Required]Key parameters:
query: Search termssubreddit: Limit search to a specific subreddit (optional)sort: Sort results by 'relevance', 'hot', 'top', 'new', 'comments'time_filter: Time range ('hour', 'day', 'week', 'month', 'year', 'all')limit: Number of results to returnPitfalls:
time_filter parameter only works with certain sort optionsWhen to use: User wants to submit a new post to a subreddit
Tool sequence:
REDDIT_LIST_SUBREDDIT_POST_FLAIRS - Get available post flairs Optional]REDDIT_CREATE_REDDIT_POST - Submit the post Required]Key parameters:
subreddit: Target subreddit name (without 'r/' prefix)title: Post titletext: Post body text (for text posts)url: Link URL (for link posts)flair_id: Flair ID from the subreddit's flair listPitfalls:
When to use: User wants to comment on posts or manage existing comments
Tool sequence:
REDDIT_RETRIEVE_POST_COMMENTS - Get comments on a post Optional]REDDIT_POST_REDDIT_COMMENT - Add a comment to a post or reply to a comment Required]REDDIT_EDIT_REDDIT_COMMENT_OR_POST - Edit an existing comment Optional]REDDIT_DELETE_REDDIT_COMMENT - Delete a comment Optional]Key parameters:
post_id: ID of the post (for retrieving or commenting on)parent_id: Full name of the parent (e.g., 't3_abc123' for post, 't1_xyz789' for comment)body: Comment text contentthing_id: Full name of the item to edit or deletePitfalls:
When to use: User wants to view top or trending content from a subreddit
Tool sequence:
REDDIT_GET_R_TOP - Get top posts from a subreddit Required]REDDIT_GET - Get posts from a subreddit endpoint Alternative]REDDIT_RETRIEVE_REDDIT_POST - Get full details for a specific post Optional]Key parameters:
subreddit: Subreddit nametime_filter: Time range for top posts ('hour', 'day', 'week', 'month', 'year', 'all')limit: Number of posts to retrievepost_id: Specific post ID for full detailsPitfalls:
When to use: User wants to edit or delete their own posts
Tool sequence:
REDDIT_EDIT_REDDIT_COMMENT_OR_POST - Edit a post's text content Optional]REDDIT_DELETE_REDDIT_POST - Delete a post Optional]REDDIT_GET_USER_FLAIR - Get user's flair in a subreddit Optional]Key parameters:
thing_id: Full name of the post (e.g., 't3_abc123')body: New text content (for editing)subreddit: Subreddit name (for flair)Pitfalls:
Prefixes:
t1_ = Comment (e.g., 't1_abc123')
t2_ = Account (e.g., 't2_xyz789')
t3_ = Post/Link (e.g., 't3_def456')
t4_ = Message
t5_ = SubredditUsage:
1. Retrieve a post to get its fullname (t3_XXXXX)
2. Use fullname as parent_id when commenting
3. Use fullname as thing_id when editing/deletinglimit for items per page (max 100)after tokenafter value in subsequent requests to get next page1. Call REDDIT_LIST_SUBREDDIT_POST_FLAIRS with subreddit name
2. Find matching flair by text or category
3. Extract flair_id
4. Include flair_id when creating the postRate Limits:
Content Rules:
ID Formats:
Text Formatting:
[text](url) formatu/username, subreddits with r/subreddit| Task | Tool Slug | Key Params | |------|-----------|------------| | Search Reddit | REDDIT_SEARCH_ACROSS_SUBREDDITS | query, subreddit, sort, time_filter | | Create post | REDDIT_CREATE_REDDIT_POST | subreddit, title, text/url | | Get post comments | REDDIT_RETRIEVE_POST_COMMENTS | post_id | | Add comment | REDDIT_POST_REDDIT_COMMENT | parent_id, body | | Edit comment/post | REDDIT_EDIT_REDDIT_COMMENT_OR_POST | thing_id, body | | Delete comment | REDDIT_DELETE_REDDIT_COMMENT | thing_id | | Delete post | REDDIT_DELETE_REDDIT_POST | thing_id | | Get top posts | REDDIT_GET_R_TOP | subreddit, time_filter, limit | | Browse subreddit | REDDIT_GET | subreddit | | Get post details | REDDIT_RETRIEVE_REDDIT_POST | post_id | | Get specific comment | REDDIT_RETRIEVE_SPECIFIC_COMMENT | comment_id | | List post flairs | REDDIT_LIST_SUBREDDIT_POST_FLAIRS | subreddit | | Get user flair | REDDIT_GET_USER_FLAIR | subreddit |
Powered by Composio
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-07 | fail→pass | 8,214 | 3,321 | -60% | 1 | 1 | 0% | 1,598 | 2,842 | +78% | 0 | 0 | — |
case-05 | pass→pass | 10,829 | 7,630 | -30% | 1 | 1 | 0% | 2,273 | 3,822 | +68% | 0 | 0 | — |
case-06 | pass→pass | 11,678 | 6,315 | -46% | 1 | 1 | 0% | 2,328 | 3,544 | +52% | 0 | 0 | — |
case-01 | fail→fail | 6,205 | 4,592 | -26% | 1 | 1 | 0% | 1,032 | 2,470 | +139% | 0 | 0 | — |
case-02 | fail→fail | 19,611 | 5,732 | -71% | 1 | 1 | 0% | 607 | 2,699 | +345% | 0 | 0 | — |
case-03 | fail→fail | 3,339 | 5,253 | +57% | 1 | 1 | 0% | 610 | 2,594 | +325% | 0 | 0 | — |
case-04 | pass→fail | 13,225 | 10,076 | -24% | 1 | 1 | 0% | 2,727 | 4,304 | +58% | 0 | 0 | — |
case-08 | pass→pass | 2,717 | 2,135 | -21% | 1 | 1 | 0% | 505 | 2,664 | +428% | 0 | 0 | — |
case-09 | fail→pass | 4,118 | 2,315 | -44% | 1 | 1 | 0% | 698 | 2,595 | +272% | 0 | 0 | — |
case-10 | fail→pass | 9,188 | 2,951 | -68% | 1 | 1 | 0% | 1,735 | 2,766 | +59% | 0 | 0 | — |
case-11 | pass→pass | 5,853 | 2,725 | -53% | 1 | 1 | 0% | 1,064 | 2,666 | +151% | 0 | 0 | — |
case-16 | fail→pass | 5,291 | 2,740 | -48% | 1 | 1 | 0% | 887 | 2,722 | +207% | 0 | 0 | — |
case-12 | pass→pass | 8,717 | 2,633 | -70% | 1 | 1 | 0% | 1,508 | 2,680 | +78% | 0 | 0 | — |
case-13 | pass→pass | 3,086 | 1,716 | -44% | 1 | 1 | 0% | 473 | 2,484 | +425% | 0 | 0 | — |
case-14 | fail→fail | 9,805 | 2,673 | -73% | 1 | 1 | 0% | 1,766 | 2,650 | +50% | 0 | 0 | — |
case-15 | fail→pass | 2,217 | 2,207 | -0% | 1 | 1 | 0% | 412 | 2,619 | +536% | 0 | 0 | — |
case-17 | fail→pass | 4,786 | 2,759 | -42% | 1 | 1 | 0% | 850 | 2,793 | +229% | 0 | 0 | — |
case-18 | fail→pass | 15,184 | 3,423 | -77% | 1 | 1 | 0% | 2,601 | 2,834 | +9% | 0 | 0 | — |
case-19 | pass→pass | 13,111 | 5,084 | -61% | 1 | 1 | 0% | 2,557 | 3,181 | +24% | 0 | 0 | — |
case-20 | pass→pass | 9,239 | 3,252 | -65% | 1 | 1 | 0% | 1,475 | 2,792 | +89% | 0 | 0 | — |
case-21 | fail→fail | 5,051 | 1,268 | -75% | 1 | 1 | 0% | 899 | 2,437 | +171% | 0 | 0 | — |
case-22 | fail→fail | 8,326 | 1,663 | -80% | 1 | 1 | 0% | 1,315 | 2,467 | +88% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 19 counted toward the lift figure. The other 3 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +27 percentage points is the difference between those two pass rates over the 19 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.