subscope-onboard

A guided first-run setup for Subscope, a tool that finds and classifies promising Reddit posts for a business. It asks what you sell, who buys it, and what problem you solve, then uses that information for an initial scan.

In plain words
What is it for?
Use it to provide website URLs, create a targeting profile, connect optional services such as Notion or Slack, and run the first Reddit scan.
Why use it?
It removes the guesswork of configuring the tool and avoids making assumptions about your target customers. Optional connections to other services can be configured during setup.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/dancolta/subscope/onboard
Any agent
npx skills add dancolta/subscope --skill onboard
Clone the repo
git clone --depth 1 https://github.com/dancolta/subscope

Made for: Claude Code, Codex.

Per session 128 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,789 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00128 $0.05789
Opus 5 $0.00064 $0.02894
Sonnet 5 $0.00026 $0.01158
Haiku 4.5 $0.00013 $0.00579

Measured 2d ago against content hash ff9551658551, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

subscope-onboard scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

import base64, json, urllib.request, yaml
skills/onboard/SKILL.md · 530 lines

How it starts

The opening of the file, as written. The whole thing — 530 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/subscope-onboard

First-run setup. Seven turns, plain questions, one confirmation, optional integrations, first scan.

Operating principles

  1. Ask, do not infer-and-confirm. The user tells you what they sell, who buys it, what the pain is. Do not show an 8-field form for them to audit.
  2. One thing per turn. Each chat message asks for exactly one input or shows exactly one summary.
  3. WebFetch silently in the background. While the user answers turn 2, 3, 4 you are scraping their URLs. Never narrate this.
  4. Integrations are optional, not deferred. T6 offers DataForSEO, Firecrawl, Notion, Slack, Obsidian as a single menu. Skip is a first-class choice.
  5. Verify creds inline. If a paste fails, re-ask once. Twice failed, log and move on. The scan still runs.
  6. No filler. No "welcome", "let's get started", "great", "perfect". No exclamation marks. No em dashes anywhere.

Turn 1: collect URLs

Print verbatim:

SUBSCOPE ONBOARDING  ·  1 / 7
─────────────────────────────

I'll use these URLs to seed your Reddit targeting profile.
Paste the following:

→  Homepage URL
→  Case studies   (optional)
→  Blog / pricing (optional)

One per line.

Wait for input. Accept 1 to N URLs. Warn if more than 8.

Kick off WebFetch on all provided URLs in parallel and in the background. Extract:

  • H1 / sub-headline / positioning line
  • Linked case studies and pricing pages
  • Visible competitor names ("alternative to X", "replace Y")
  • Pain phrasing from problem statements
  • Buyer titles quoted in case studies

Save raw fetch output to ~/.config/subscope/.onboard-draft.json as you go.

Background warmup. As soon as the user pastes URLs, kick off the enrichment warmup in parallel with WebFetch so the DataForSEO competitor list + Firecrawl homepage scrape are cached by the time we reach T5 discovery. Silent no-op if DFS/Firecrawl keys are absent. Substitute $HOMEPAGE_URL with the first pasted URL:

cd "$CLAUDE_PLUGIN_ROOT" && PYTHONPATH=engine python3 -c "
from subscope.lib import enrich, store
with store.connect() as conn:
    enrich.warmup_for_onboarding('$HOMEPAGE_URL', conn)
" &

Read the full file on GitHub · 530 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 530 lines · 128 tokens per session scan A ff9551658551

Subscribe to this mod's changes

subscope-onboard is a skill published in the GitHub repository dancolta/subscope (25 stars, last pushed 21d ago), licensed MIT. It adds 128 tokens to every session and 5,789 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

social-sentiment

Sentiment analysis for brands and products across Twitter, Reddit, and Instagram. Monitor public opinion, track brand reputation, detect PR crises, surface complaints and praise at scale: analyze 70K+ posts with bulk CSV export and Python/pandas. Social listening and brand monitoring powered by billions of indexed…

XPOZpublic/xpoz-clawhub-skills · 66 tokens

reddit-leads

Discover B2B leads from Reddit using AI-powered lead scoring via reddapi.dev Leads API. Finds high-intent signals, scores them 0-100, and classifies by lead type (painpoint, solutionrequest, complaint, featurerequest, comparison). Perfect for competitor poaching, pain point discovery, and sales prospecting.

lignertys/reddit-research-skills · 71 tokens

reddit-post-writer

Write Reddit posts and comments that recommend affiliate products without getting banned or flagged as spam. Subreddit-native content that adds value first. Use this skill when the user asks about Reddit posts for affiliate marketing, writing Reddit comments that mention products, how to promote affiliate links on…

Affitor/affiliate-skills · 133 tokens

citedy-trend-scout

Find what your audience is searching for right now — scout X/Twitter and Reddit for trending topics, discover and deep-analyze competitors, and find content gaps. Combine social signals with SEO intelligence. Powered by Citedy.

citedy/adclaw · 53 tokens

reddit-research

Do market research, user research, and product validation on Reddit with semantic search across 50K+ subreddits, 20M+ posts, and 40M+ comments via reddapi.dev - search by meaning, not keywords, no Reddit OAuth or app registration needed. Use when the user wants to research what people say on Reddit, find user pain…

lignertys/reddit-research-skills · 186 tokens

zernio

Schedule posts, manage inbox, broadcasts, sequences, and automations across 14 platforms from the CLI.

zernio-dev/zernio-cli · 24 tokens