From subscope
Scores a Reddit user's profile by karma, account age, and sub-activity to produce a GO/HOLD/SKIP verdict before replying.
How this skill is triggered — by the user, by Claude, or both
Slash command
/subscope:op-vetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Score a single Reddit user's profile. Used BEFORE drafting a reply when you want to confirm OP is a real operator.
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).
Offers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
Mines projects and conversations into a searchable memory palace. Activates on queries about MemPalace, memory palace, mining, searching, palace setup, wings, rooms, drawers, or recalling past work.
npx claudepluginhub dancolta/subscope