Skills reddit-prospecting

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

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/3rdbrain/reddit-prospecting" ~/.claude/skills/openclaw-skills-reddit-prospecting && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/3rdbrain/reddit-prospecting" ~/.openclaw/skills/openclaw-skills-reddit-prospecting && rm -rf "$T"
manifest: skills/3rdbrain/reddit-prospecting/SKILL.md
source content

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