/op-vet
Score a Reddit user's profile before replying. Returns karma, account age, sub-activity breakdown, and a GO / HOLD / SKIP verdict. Useful when you spot a thread that looks promising but want to confirm OP is a real operator (not a throwaway, karma farmer, or hustle-bro).
$ npx -y skills add dancolta/subscope --skill op-vet --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/op-vet
Context preview
The summary Claude sees to decide when to auto-load this skill.
Score a Reddit user's profile before replying. Returns karma, account age, sub-activity breakdown, and a GO / HOLD / SKIP verdict. Useful when you spot a thread that looks promising but want to confirm OP is a real operator (not a throwaway, karma farmer, or hustle-bro).
SKILL.md
op-vet.SKILL.mdname: subscope-op-vet
description: Score a Reddit user's profile before replying. Returns karma, account age, sub-activity breakdown, and a GO / HOLD / SKIP verdict. Useful when you spot a thread that looks promising but want to confirm OP is a real operator (not a throwaway, karma farmer, or hustle-bro). Triggers on "op vet", "/subscope-op-vet <username>", "vet this user", "is u/<name> legit", "check OP profile", "profile vet".
allowed-tools: Bash, Read
/subscope-op-vet (utility, one-shot)
Score a single Reddit user's profile. Used BEFORE drafting a reply when you want to confirm OP is a real operator.
cd "$CLAUDE_PLUGIN_ROOT" && PYTHONPATH=engine python3 -m subscope.cli op-vet "$USERNAME"
Engine returns JSON:
{
"verdict": "pass" | "fail",
"reason": null | "account_too_young" | "low_karma" | "wrong_audience" | "deleted_or_private" | "fetch_failed",
"comment_karma": 542,
"account_age_days": 730,
"wrong_audience_fraction": 0.12,
"from_cache": false
}Translate to a human-readable verdict in chat:
| Verdict | reason | Show | |---|---|---| | pass | (none) | **GO** — real operator profile | | pass | fetch_failed | **HOLD** — couldn't read profile, decide manually | | fail | account_too_young | **SKIP** — account <30d old | | fail | low_karma | **SKIP** — comment karma < 50 | | fail | wrong_audience | **SKIP** — >80% in hustle-bro subs | | fail | deleted_or_private | **SKIP** — account gone or shadowbanned |
The 7-day SQLite cache means repeat lookups of the same OP are free. No need to vet manually — the daily run already vets every OP it surfaces (per Phase 1.5).
Read more
name: subscope-op-vet description: Score a Reddit user's profile before replying. Returns karma, account age, sub-activity breakdown, and a GO / HOLD / SKIP verdict. Useful when you spot a thread that looks promising but want to confirm OP is a real operator (not a throwaway, karma farmer, or hustle-bro). Triggers on "op vet", "/subscope-op-vet <username>", "vet this user", "is u/<name> legit", "check OP profile", "profile vet". allowed-tools: Bash, Read
/subscope-op-vet (utility, one-shot)
Score a single Reddit user's profile. Used BEFORE drafting a reply when you want to confirm OP is a real operator.
cd "$CLAUDE_PLUGIN_ROOT" && PYTHONPATH=engine python3 -m subscope.cli op-vet "$USERNAME"
Engine returns JSON:
{
"verdict": "pass" | "fail",
"reason": null | "account_too_young" | "low_karma" | "wrong_audience" | "deleted_or_private" | "fetch_failed",
"comment_karma": 542,
"account_age_days": 730,
"wrong_audience_fraction": 0.12,
"from_cache": false
}Translate to a human-readable verdict in chat:
| Verdict | reason | Show | |---|---|---| | pass | (none) | **GO** — real operator profile | | pass | fetch_failed | **HOLD** — couldn't read profile, decide manually | | fail | account_too_young | **SKIP** — account <30d old | | fail | low_karma | **SKIP** — comment karma < 50 | | fail | wrong_audience | **SKIP** — >80% in hustle-bro subs | | fail | deleted_or_private | **SKIP** — account gone or shadowbanned |
The 7-day SQLite cache means repeat lookups of the same OP are free. No need to vet manually — the daily run already vets every OP it surfaces (per Phase 1.5).
subscope reads Reddit for you and hands you the threads worth replying to: the people shopping for what you sell, and the questions you can answer to build authority. Run it whenever you want.
Other skills on subscope.
- /build-vs-buy
Surface explicit build-vs-buy debate threads with numeric arguments (engineering hours, TCO, payback). OP is rationalizing the decision publicly — your worldview is the answer. Triggers on "build vs buy", "/subscope-build-vs-buy", "find build-vs-buy debates", "in-house vs SaaS",
Open skill - /churn
Surface high-intent Reddit posts where someone explicitly says they are canceling, switching from, or fed up with a named SaaS vendor. Pure buying intent. Triggers on "churn signals", "/subscope-churn", "find churn posts", "who's canceling", "switching from posts",
Open skill - /judge
Interactive classifier for a single Reddit surface. Reads one post by surface ID (or pasted URL/title/body), runs the bulk-classifier prompt against it, and returns a verdict + reply angle. Uses your Claude Code subscription, NOT a separate API key — costs nothing extra beyond
Open skill - /onboard
Mandatory first-run setup for subscope. One conversation, three plain questions, one confirmation, optional integrations, first scan. Paste URLs, answer what-you-sell / who-buys-it / what's-the-pain, confirm the targeting card, pick integrations to connect (DataForSEO,
Open skill - /pricing-rage
Surface Reddit price-hike rage threads (Salesforce/HubSpot/Gong cyclical Q1/Q3 spikes). Time-sensitive — cooling queue auto-disabled. Triggers on "pricing rage", "/subscope-pricing-rage", "find price hike threads", "renewal complaints", "predatory pricing posts", "tier change
Open skill - /profile
Per-section deep dive for refining an existing subscope targeting profile. Not a full re-interview, just the section that's drifted. Pick one section (competitors, pain language, subreddit tiers, keywords, buyer titles, customers, content map, positioning), answer 1-3 focused
Open skill

