ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

reddit-prospecting

Find buying-intent leads on Reddit via Brave Search — no Reddit account or OAuth needed. Score posts and generate value-first comments.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/3rdbrain/reddit-prospecting
Or

Reddit Lead Prospecting Skill

Find high-intent leads on Reddit using Brave Search (site:reddit.com) — no Reddit account, no OAuth, no credentials except a free Brave API key.

How It Works

Instead of Reddit's OAuth API (which requires app registration and credentials), this skill queries site:reddit.com via the Brave Search API. You get real Reddit posts and comments with buying intent — without touching Reddit's API at all.

Commands

Run with Node.js: node {baseDir}/reddit-prospecting.js <command> [args]

  • search <keyword> — Find high-intent Reddit posts via Brave Search
  • score — Score a Reddit prospect for lead quality
  • comment — Generate a value-first comment structure for a post

Usage

node {baseDir}/reddit-prospecting.js search "looking for AI agent tool"
node {baseDir}/reddit-prospecting.js search "alternative to Zapier" --subreddit startups
node {baseDir}/reddit-prospecting.js score --username u/founder123 --post "frustrated with my current tool"
node {baseDir}/reddit-prospecting.js comment --title "Best AI tools for lead gen?" --subreddit AIMarketing

Environment Variables

  • BRAVE_API_KEY — Brave Search API key. Free tier: 2,000 queries/month. Sign up at api.search.brave.com

What It Does NOT Use

  • No Reddit client ID or secret
  • No Reddit username or password
  • No Reddit OAuth flow
  • No direct calls to reddit.com API endpoints

Metadata

Author@3rdbrain
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-3rdbrain-reddit-prospecting": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.