Packaged playbooks built on the ThreadSnoop API — a finished workflow, not just raw endpoints. Free, downloadable, and drop-in for Claude, Codex, ChatGPT, or any agent that can make HTTP calls. More are on the way.
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.
Which do you use?
mkdir -p ~/.claude/skills/reddit-lead-finder && curl -o ~/.claude/skills/reddit-lead-finder/SKILL.md https://threadsnoop.com/skills/reddit-lead-finder/SKILL.mdThis installs it for every project, not just the one your terminal happens to be in. Want it scoped to a single project instead? Run the same command from inside that project's folder, without the ~. Prefer to place the file yourself? Download SKILL.md and save it as ~/.claude/skills/reddit-lead-finder/SKILL.md — it needs its own folder; a loose file won't be picked up.
Building your own on top of the API instead? Start with the API docs or the OpenAPI spec.