Marketing & SalesDocumentedScanned

reddit

Browse, search, post.

Share:

Installation

npx clawhub@latest install reddit

View the full skill documentation and source below.

Documentation

Reddit

Browse, search, post to, and moderate subreddits. Read-only actions work without auth; posting/moderation requires OAuth setup.

Setup (for posting/moderation)

  • Go to

  • Click "create another app..."

  • Select "script" type

  • Set redirect URI to 5. Note your client ID (under app name) and client secret 6. Set environment variables: __CODE_BLOCK_0__ ## Read Posts (no auth required) __CODE_BLOCK_1__ ## Search Posts __CODE_BLOCK_2__ ## Get Comments on a Post __CODE_BLOCK_3__ ## Submit a Post (requires auth) __CODE_BLOCK_4__ ## Reply to a Post/Comment (requires auth) __CODE_BLOCK_5__ ## Moderation (requires auth + mod permissions) __CODE_BLOCK_6__ ## Notes - Read actions use Reddit's public JSON API (no auth needed) - Post/mod actions require OAuth - run login command once to authorize - Token stored at ~/.reddit-token.json` (auto-refreshes)

    • Rate limits: ~60 requests/minute for OAuth, ~10/minute for unauthenticated