Source profileQuality 98/100

davepoon/buildwithclaude/plugins/all-skills/skills/reddit-automation/SKILL.md

reddit-automation

Automate Reddit tasks via Rube MCP (Composio): search subreddits, create posts, manage comments, and browse top content. Always search tools first for current schemas.

Source repository stars
3,359
Declared platforms
0
Static risk flags
0
Last source update
2026-08-24
Source checked
2026-08-26

Decision brief

What it does: where it fits

Automate Reddit operations through Composio's Reddit toolkit via Rube MCP.

Best for

    Not for

    • Tasks that require unconfirmed production actions or broad system permissions.
    • Environments where the pinned source and install steps cannot be inspected.

    Compatibility matrix

    Platform support, with evidence labels

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeNot declaredNo explicit evidencePortability before use
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    Installation

    Inspect first. Install second.

    The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

    Source-detected install commandSource
    npx skills add https://github.com/davepoon/buildwithclaude --skill "plugins/all-skills/skills/reddit-automation"
    Safe inspection promptEditorial

    Inspect the Agent Skill "reddit-automation" from https://github.com/davepoon/buildwithclaude/blob/ebd20fe1d82fa74e9a2f94abfeff88090f6c758c/plugins/all-skills/skills/reddit-automation/SKILL.md at commit ebd20fe1d82fa74e9a2f94abfeff88090f6c758c. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

    Workflow

    What the source asks the agent to do

    1. 01

      Setup

      Get 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.

      Verify Rube MCP is available by confirming RUBESEARCHTOOLS respondsCall RUBEMANAGECONNECTIONS with toolkit redditIf connection is not ACTIVE, follow the returned auth link to complete Reddit OAuth
    2. 02

      Prerequisites

      Rube MCP must be connected (RUBESEARCHTOOLS available)

      Rube MCP must be connected (RUBESEARCHTOOLS available)Active Reddit connection via RUBEMANAGECONNECTIONS with toolkit redditAlways call RUBESEARCHTOOLS first to get current tool schemas
    3. 03

      Core Workflows

      When to use: User wants to find posts across subreddits

      REDDITSEARCHACROSSSUBREDDITS - Search for posts matching a query [Required]query: Search termssubreddit: Limit search to a specific subreddit (optional)
    4. 04

      1. Search Reddit

      When to use: User wants to find posts across subreddits

      REDDITSEARCHACROSSSUBREDDITS - Search for posts matching a query [Required]query: Search termssubreddit: Limit search to a specific subreddit (optional)
    5. 05

      2. Create Posts

      When to use: User wants to submit a new post to a subreddit

      REDDITLISTSUBREDDITPOSTFLAIRS - Get available post flairs [Optional]REDDITCREATEREDDITPOST - Submit the post [Required]subreddit: Target subreddit name (without 'r/' prefix)

    Permission review

    Static risk signals and limitations

    No configured static risk pattern was detected

    This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

    Evidence record

    Why each signal appears

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score98/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars3,359SourceRepository attention, not individual Skill quality
    Compatibility0 platformsSourceDeclared in the catalog source record
    Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

    Pinned source

    Provenance and original SKILL.md

    Repository
    davepoon/buildwithclaude
    Skill path
    plugins/all-skills/skills/reddit-automation/SKILL.md
    Commit
    ebd20fe1d82fa74e9a2f94abfeff88090f6c758c
    License
    MIT
    Collected
    2026-08-26
    Default branch
    main
    View the original SKILL.md

    Reddit Automation via Rube MCP

    Automate Reddit operations through Composio's Reddit toolkit via Rube MCP.

    Toolkit docs: composio.dev/toolkits/reddit

    Prerequisites

    • Rube MCP must be connected (RUBE_SEARCH_TOOLS available)
    • Active Reddit connection via RUBE_MANAGE_CONNECTIONS with toolkit reddit
    • Always call RUBE_SEARCH_TOOLS first to get current tool schemas

    Setup

    Get 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.

    1. Verify Rube MCP is available by confirming RUBE_SEARCH_TOOLS responds
    2. Call RUBE_MANAGE_CONNECTIONS with toolkit reddit
    3. If connection is not ACTIVE, follow the returned auth link to complete Reddit OAuth
    4. Confirm connection status shows ACTIVE before running any workflows

    Core Workflows

    1. Search Reddit

    When to use: User wants to find posts across subreddits

    Tool sequence:

    1. REDDIT_SEARCH_ACROSS_SUBREDDITS - Search for posts matching a query [Required]

    Key parameters:

    • query: Search terms
    • subreddit: 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 return

    Pitfalls:

    • Search results may not include very recent posts due to indexing delay
    • The time_filter parameter only works with certain sort options
    • Results are paginated; use after/before tokens for additional pages
    • NSFW content may be filtered based on account settings

    2. Create Posts

    When to use: User wants to submit a new post to a subreddit

    Tool sequence:

    1. REDDIT_LIST_SUBREDDIT_POST_FLAIRS - Get available post flairs [Optional]
    2. REDDIT_CREATE_REDDIT_POST - Submit the post [Required]

    Key parameters:

    • subreddit: Target subreddit name (without 'r/' prefix)
    • title: Post title
    • text: Post body text (for text posts)
    • url: Link URL (for link posts)
    • flair_id: Flair ID from the subreddit's flair list

    Pitfalls:

    • Some subreddits require flair; use LIST_SUBREDDIT_POST_FLAIRS first
    • Subreddit posting rules vary widely; karma/age restrictions may apply
    • Text and URL are mutually exclusive; a post is either text or link
    • Rate limits apply; avoid rapid successive post creation
    • The subreddit name should not include 'r/' prefix

    3. Manage Comments

    When to use: User wants to comment on posts or manage existing comments

    Tool sequence:

    1. REDDIT_RETRIEVE_POST_COMMENTS - Get comments on a post [Optional]
    2. REDDIT_POST_REDDIT_COMMENT - Add a comment to a post or reply to a comment [Required]
    3. REDDIT_EDIT_REDDIT_COMMENT_OR_POST - Edit an existing comment [Optional]
    4. 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 content
    • thing_id: Full name of the item to edit or delete

    Pitfalls:

    • Reddit uses 'fullname' format: 't1_' prefix for comments, 't3_' for posts
    • Editing replaces the entire comment body; include all desired content
    • Deleted comments show as '[deleted]' but the tree structure remains
    • Comment depth limits may apply in some subreddits

    4. Browse Subreddit Content

    When to use: User wants to view top or trending content from a subreddit

    Tool sequence:

    1. REDDIT_GET_R_TOP - Get top posts from a subreddit [Required]
    2. REDDIT_GET - Get posts from a subreddit endpoint [Alternative]
    3. REDDIT_RETRIEVE_REDDIT_POST - Get full details for a specific post [Optional]

    Key parameters:

    • subreddit: Subreddit name
    • time_filter: Time range for top posts ('hour', 'day', 'week', 'month', 'year', 'all')
    • limit: Number of posts to retrieve
    • post_id: Specific post ID for full details

    Pitfalls:

    • Top posts with time_filter='all' returns all-time top content
    • Post details include the body text but comments require a separate call
    • Some posts may be removed or hidden based on subreddit rules
    • NSFW posts are included unless filtered at the account level

    5. Manage Posts

    When to use: User wants to edit or delete their own posts

    Tool sequence:

    1. REDDIT_EDIT_REDDIT_COMMENT_OR_POST - Edit a post's text content [Optional]
    2. REDDIT_DELETE_REDDIT_POST - Delete a post [Optional]
    3. 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:

    • Only text posts can have their body edited; link posts cannot be modified
    • Post titles cannot be edited after submission
    • Deletion is permanent; deleted posts show as '[deleted]'
    • User flair is per-subreddit and may be restricted

    Common Patterns

    Reddit Fullname Format

    Prefixes:

    t1_ = Comment (e.g., 't1_abc123')
    t2_ = Account (e.g., 't2_xyz789')
    t3_ = Post/Link (e.g., 't3_def456')
    t4_ = Message
    t5_ = Subreddit
    

    Usage:

    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/deleting
    

    Pagination

    • Reddit uses cursor-based pagination with 'after' and 'before' tokens
    • Set limit for items per page (max 100)
    • Check response for after token
    • Pass after value in subsequent requests to get next page

    Flair Resolution

    1. 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 post
    

    Known Pitfalls

    Rate Limits:

    • Reddit enforces rate limits per account and per OAuth app
    • Posting is limited to approximately 1 post per 10 minutes for new accounts
    • Commenting has similar but less restrictive limits
    • 429 errors should trigger exponential backoff

    Content Rules:

    • Each subreddit has its own posting rules and requirements
    • Some subreddits are restricted or private
    • Karma requirements may prevent posting in certain subreddits
    • Auto-moderator rules may remove posts that match certain patterns

    ID Formats:

    • Always use fullname format (with prefix) for parent_id and thing_id
    • Raw IDs without prefix will cause 'Invalid ID' errors
    • Post IDs from search results may need 't3_' prefix added

    Text Formatting:

    • Reddit uses Markdown for post and comment formatting
    • Code blocks, tables, and headers are supported
    • Links use [text](url) format
    • Mention users with u/username, subreddits with r/subreddit

    Quick Reference

    TaskTool SlugKey Params
    Search RedditREDDIT_SEARCH_ACROSS_SUBREDDITSquery, subreddit, sort, time_filter
    Create postREDDIT_CREATE_REDDIT_POSTsubreddit, title, text/url
    Get post commentsREDDIT_RETRIEVE_POST_COMMENTSpost_id
    Add commentREDDIT_POST_REDDIT_COMMENTparent_id, body
    Edit comment/postREDDIT_EDIT_REDDIT_COMMENT_OR_POSTthing_id, body
    Delete commentREDDIT_DELETE_REDDIT_COMMENTthing_id
    Delete postREDDIT_DELETE_REDDIT_POSTthing_id
    Get top postsREDDIT_GET_R_TOPsubreddit, time_filter, limit
    Browse subredditREDDIT_GETsubreddit
    Get post detailsREDDIT_RETRIEVE_REDDIT_POSTpost_id
    Get specific commentREDDIT_RETRIEVE_SPECIFIC_COMMENTcomment_id
    List post flairsREDDIT_LIST_SUBREDDIT_POST_FLAIRSsubreddit
    Get user flairREDDIT_GET_USER_FLAIRsubreddit

    Powered by Composio

    Frequently asked questions

    What to verify before installation and use

    What does the reddit-automation source document cover?

    Automate Reddit operations through Composio's Reddit toolkit via Rube MCP.

    How do I install reddit-automation?

    The source record exposes this install command: npx skills add https://github.com/davepoon/buildwithclaude --skill "plugins/all-skills/skills/reddit-automation". Inspect the command and pinned source before running it.

    Alternatives

    Compare before choosing

    Computed 9589

    aAAaqwq/AGI-Super-Team

    reddit-automation

    Automate Reddit tasks via Rube MCP (Composio): search subreddits, create posts, manage comments, and browse top content. Always search tools first for current schemas.

    Computed 10029,095

    garrytan/gbrain

    bulk-ingestion

    End-to-end discipline for turning any large data source (audio libraries, email takeouts, document corpora, chat exports, API dumps) into brain pages at scale. The lifecycle spine: SCHEMA → ACCESS → TRIAL → EVALUATE → IMPROVE → CODIFY → TEST → SKILLIFY → BULK → MONITOR. State is tracked in a durable JSON manifest (see MANIFEST-PATTERN.md) so any crash, session boundary, or subagent fan-out resumes from ground truth instead of memory.

    Computed 10024,975

    alirezarezvani/claude-skills

    app-store-optimization

    App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist

    Computed 10015,246

    wanshuiyin/Auto-claude-code-research-in-sleep

    citation-audit

    Use it for operations and research tasks; the detail page covers purpose, installation, and practical steps.