Skip to main content

Skills

Packaged playbooks built on the ThreadSnoop API — a finished workflow, not just raw endpoints. Free and drop-in for Claude Code and Claude Desktop today, with more agents coming as we confirm they work end to end. Every skill we publish, including the ones still to come, lives as source in one open GitHub repo.

Not sure which one you need?

reddit-lead-finder

Find Reddit leads for a product

Given a product — a URL is enough — this skill searches the right subreddits by both category and pain vocabulary, judges every candidate on Customer Fit, Problem Severity, and Purchase Intent, checks each subreddit's self-promotion rules, and produces a short ranked report. It only finds and scores — it doesn't draft replies (ask separately if you want one written) — and it never posts, comments, or DMs on Reddit itself.

  • URL-or-paragraph product intake, with a confirm-back step before searching
  • Category + pain-vocabulary subreddit search over the ThreadSnoop API
  • Customer Fit / Problem Severity / Purchase Intent scoring rubric
  • Subreddit self-promotion rules check before recommending anywhere to post
  • Produces a ranked report — no reply drafting, no auto-posting, commenting, or DMs
See a real example

Asked: Tested against ThreadSnoop's own product (a Reddit read API for AI agents) in r/webscraping

How to search multiple Reddit Communities at once?

r/webscraping

the top reply pointed at Reddit's own unauthenticated multi-sub .json endpoint, then immediately noted it "fails to work unless you're logged in"

Strong Customer Fit, moderate Problem Severity, low Purchase Intent — real signal without inflating it into a five-alarm lead.

See the full real run on GitHub

Which do you use?

  1. Copy this command — the easiest, most reliable setup:
    Terminal
    npx skills add threadsnoop/reddit-skills --skill reddit-lead-finder -a claude-code -g
  2. Open Terminal (or whichever command line you use).
  3. Paste the command and press Enter.
  4. Open Claude Code and just ask — no further setup needed.
  5. Try it — ask something like: "Find Reddit leads for my product: <your product's URL or a short description>."

You'll see an install summary and a quick security review before anything is written — nothing installs silently. This installs it globally, available in every project; want it scoped to just the one you're in instead? Drop -g from the command. Prefer not to run a command at all? Download SKILL.md and save it as ~/.claude/skills/reddit-lead-finder/SKILL.md yourself — it needs its own folder; a loose file won't be picked up.

Read more about this skill · View SKILL.md on GitHub

Building your own on top of the API instead? Start with the API docs or the OpenAPI spec.