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.
npx agentmods add skills/spinabot/brigade/lead-scoutnpx skills add spinabot/brigade --skill lead-scoutgit clone --depth 1 https://github.com/spinabot/brigadeWrote 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.
[](https://agentmods.dev/skills/spinabot/brigade/lead-scout)<a href="https://agentmods.dev/skills/spinabot/brigade/lead-scout"><img src="https://agentmods.dev/badge/skills/spinabot/brigade/lead-scout.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00084 | $0.00934 |
| Opus 5 | $0.00042 | $0.00467 |
| Sonnet 5 | $0.00017 | $0.00187 |
| Haiku 4.5 | $0.00008 | $0.00093 |
Grade A, and why
lead-scout 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 4d 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.
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.
How it starts
The opening of the file, as written. The whole thing — 47 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Lead Scout
Goal: a verified lead = a business that has NO website of its own, confirmed by searching for it — the use case is selling websites to businesses that don't have one. Keyless: web_search + the browser do all the work, no API key.
The rule — what counts as "having a website"
A business has a website only if it has its own site: an official domain (e.g. cafeborkar.com, artjuna.in). These do NOT count as a website:
- Social pages — instagram.com, facebook.com
- Aggregators / directories — zomato, swiggy, justdial, tripadvisor, magicpin, dineout
- Its Google Maps / Google Business listing
So if searching for the business surfaces only those, it has no website → it's a lead.
Method — decide by SEARCH, never by a map button
- Get candidate names —
web_searchFIRST (don't drive Maps unless search is unavailable):web_search "<niche> in <city>"returns businesses + their domains. Often this single search already answers it — a business appearing only on aggregators/social with no own domain is your lead.- ONLY if
web_searchis down/rate-limited: browsernavigatetohttps://www.google.com/maps/search/<niche>+in+<city>, then onesnapshot(snapshotFormat:"text")/evaluateto read the whole list at once (never screenshot or click each listing).scroll(to:"bottom") + snapshot again for more.
- Decide per business with a search — THIS is the step that determines "no website":
web_search "<business name> <city>". (Ifweb_searchis rate-limited, run the same query in the browser: navigate to a Bing / DuckDuckGo-html / Google results URL, thensnapshot.)- Scan the results: is any result the business's own domain (per the rule above)?
- Yes → it HAS a website — skip it, not a lead.
- Only social / aggregator / Maps results → no website → it's a lead.
- Not sure which result is theirs? Open the top non-social hit and
snapshotto confirm whose site it is.
- Report each lead with the evidence: name, area/address + phone if found, and why it's a lead — e.g. "searched 'Cafe Borkar Panaji' — only an Instagram page and a Zomato listing came up, no own website."
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.
- 4d ago First seen · 47 lines · 84 tokens per session scan A d836d6fc2251
lead-scout is a skill published in the GitHub repository spinabot/brigade (3,391 stars, last pushed 2d ago), licensed MIT. It adds 84 tokens to every session and 934 once invoked, about $0.0004 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-30.
Other skills, from other repositories
extension-authoring
Step-by-step guide to building, installing, and testing a SynapsCLI extension — manifest, handshake, tool, hook, install, and test.
loopplane
Initialize and run a durable, plan-driven agent workflow inside any project using external CLI coding agents.
browser-edge-cases
SOP for debugging browser automation failures on complex websites. Use when browser tools fail on specific sites like LinkedIn, Twitter/X, SPAs, or sites with Shadow DOM.
regex-mastery
Use this skill when writing regular expressions, debugging pattern matching,optimizing regex performance, or implementing text validation. Triggers on regex, regular expressions, pattern matching, lookahead, lookbehind, named groups, capture groups, backreferences, and any task requiring text pattern matching.
ws-ckpt
工作区快照管理。用户说"保存一下"、"存个快照"时创建 checkpoint,仅限 Linux; 说"回滚"、"撤销"、"恢复到之前"时 rollback;说"删掉快照"时 delete; 说"对比快照"、"快照改了什么"时 diff; 说"看看快照"、"有哪些快照"时 list;说"查看快照状态"、"查看快照剩余空间"时 status。.
perf-code-paths
Use when mapping code paths, entrypoints, and likely hot files before profiling.