site-prospector

site-prospector is a skill for Claude Code from adamjali/claude-skills. It costs 129 tokens per session (2,501 once invoked), scanned A, original, MIT.

A workflow for finding local businesses that may benefit from a demo website. It verifies business information, builds and deploys selected demos, drafts outreach, and records the work in a limited ledger.

In plain words
What is it for?
Finding and evaluating prospects, preparing fact-checked briefs, creating demo sites, deploying them when approved, drafting outreach, and tracking progress.
Why use it?
It organizes prospect research and demo creation while keeping user approval for which businesses to pursue and for external publishing or messages.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: names the AskUserQuestion tool.

Part of the site-prospector plugin — 1 skill shipped together

Good fit Finding and evaluating prospects, preparing fact-checked briefs, creating demo sites, deploying them when approved, drafting outreach, and tracking progress.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/adamjali/claude-skills/site-prospector
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.

Any agent
npx skills add adamjali/claude-skills --skill site-prospector
Clone the repo
git clone --depth 1 https://github.com/adamjali/claude-skills

Made for: Claude Code.

Or install site-prospector, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for site-prospector

README.md
[![agentmods](https://agentmods.dev/badge/skills/adamjali/claude-skills/site-prospector/github.svg)](https://agentmods.dev/skills/adamjali/claude-skills/site-prospector)
Your own site
<a href="https://agentmods.dev/skills/adamjali/claude-skills/site-prospector"><img src="https://agentmods.dev/badge/skills/adamjali/claude-skills/site-prospector/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for site-prospector

Your own site · 80×15
<a href="https://agentmods.dev/skills/adamjali/claude-skills/site-prospector"><img src="https://agentmods.dev/badge/skills/adamjali/claude-skills/site-prospector.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 129 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,501 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00129 $0.02501
Opus 5 $0.00064 $0.01251
Sonnet 5 $0.00026 $0.00500
Haiku 4.5 $0.00013 $0.00250

Measured 12d ago against content hash fb471d5fde7e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

site-prospector scanned grade A with 0 findings 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/outreach-page.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/site-prospector/SKILL.md · 150 lines

How it starts

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

Site Prospector

<execution_context> Autonomous by default — a hands-off finder→builder. Required stops: (1) the user picks which candidates to pursue (Phase 2), and (2) anything that sends or publishes externally.

  • 🟢 Auto: search, evaluate, fact-verify, write the brief, invoke site-forge (in auto), deploy the demo, draft outreach, update the ledger.
  • 🟡 Ask: which candidates to build (always); every deploy, immediately before it (default is local preview; deploy only for a paying client or a scheduled demo); repointing form leads; custom domains.
  • 🔴 Never: send/publish outreach without explicit go (drafts only); publish a flagged-unverified claim without the demo disclaimer; pay for anything. Quality note: each demo is built as well as is autonomously reachable, then a per-site "upgrade to full" flag is surfaced so a winner can be re-run with site-forge full for Gemini/Veo media. </execution_context>

Read the full file on GitHub · 150 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. 12d ago First seen · 150 lines · 129 tokens per session scan A fb471d5fde7e

Subscribe to this mod's changes

site-prospector is a skill published in the GitHub repository adamjali/claude-skills (1 stars, last pushed 1mo ago), licensed MIT. It adds 129 tokens to every session and 2,501 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

colors

Color systems for web interfaces — OKLCH conversion and palette generation, contrast measurement (APCA/WCAG), gamut and P3 fallbacks, theming, one meaning per color. INVOKE PROACTIVELY when converting color values, building or extending a palette or token set, checking or reporting contrast, or theming light and dark…

PrabhdeepSingh/claude-plugins · 99 tokens

branch-recap

Takes stock of what a branch actually changed, before it gets pushed — works out the scope itself, then lays the change out group by group in one pass: files touched, what was done and why, how, and what deserves a second look, quoting code only where a remark needs it rather than reprinting the diffs. Closes on a…

Malo-T/claude-toolbelt · 338 tokens

audit-context

Measures where a project's Claude context is going before applying any of clean-context's levers. Reports what Glob discovers with and without ignore files applied, the twenty largest files in the repo and which are generated, the cumulative size of every CLAUDE.md loaded for this working directory, and how many MCP…

Malo-T/claude-toolbelt · 218 tokens

accessibility

Accessibility engineering for product interfaces — keyboard support, focus states, ARIA, forms, screen readers, hit areas, motion and zoom. INVOKE PROACTIVELY when building or reviewing any UI component, modal, menu, form, or custom widget, and on any keyboard or screen-reader complaint — even when nobody says "a11y".…

PrabhdeepSingh/claude-plugins · 107 tokens

ui-polish

Design-engineering details that make an interface feel polished — border radius, optical alignment, shadows and elevation, animations and micro-interactions, press feedback, icons. INVOKE PROACTIVELY when building or reviewing UI components, adding motion or hover/active states, or when the user says "make it feel…

PrabhdeepSingh/claude-plugins · 109 tokens

layout

Layout structure for web interfaces — grouping, alignment, negative space, reading order, progressive disclosure, breakpoints, direction-aware (RTL) structure. INVOKE PROACTIVELY when structuring a page or component, spacing or aligning controls, deciding what collapses at small sizes, or reviewing frontend structure.…

PrabhdeepSingh/claude-plugins · 104 tokens