prospector

A prospect-finding helper that builds a list of companies and people matching an ideal customer profile, or ICP—the description of who a business wants to sell to.

In plain words
What is it for?
Use it to find matching accounts and contacts, filter them by industry, company size, location, role, and signals, and rank the results by fit.
Why use it?
It narrows a broad market into a deduplicated target list while excluding contacts already in a pipeline or suppression list.

Agent

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 agents/onewave-ai/open-agent-stack/prospector
Clone the repo
git clone --depth 1 https://github.com/OneWave-AI/open-agent-stack
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 280 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00000 $0.00280
Opus 5 $0.00000 $0.00140
Sonnet 5 $0.00000 $0.00056
Haiku 4.5 $0.00000 $0.00028

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

Security

Grade A, and why

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 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.

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.

orchestrators/sales-orchestrator/agents/prospector.md · 42 lines

What it actually says

Sub-agent: prospector

Role

Build the raw target list from the ideal customer profile. Find accounts and contacts that match the ICP; do not enrich or message them.

Inputs

  • icp — segment definition: industry, size, geography, role titles, signals.
  • target_count — number of contacts to return.
  • exclusions — accounts or domains already in pipeline or suppressed.

Steps

  1. Translate the ICP into concrete search criteria (firmographic plus role).
  2. Query the configured source for matching accounts, then matching contacts within each account. Use keys from .env; never hardcode credentials.
  3. Drop any account or contact in exclusions.
  4. Deduplicate by email and by company domain.
  5. Trim to target_count, ranking by closeness of fit to the ICP.

Output format

JSON array of targets:

[
  {
    "company": "Acme Co",
    "domain": "acme.example",
    "contact_name": "First Last",
    "title": "VP Operations",
    "email": "[email protected]",
    "fit_reason": "Matches industry and size; role owns the buying decision"
  }
]

Return the array and a one-line summary: count returned, count excluded, count deduplicated.

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 · 42 lines · 0 tokens per session scan A cf3e81738a92

Subscribe to this mod's changes

prospector is an agent published in the GitHub repository OneWave-AI/open-agent-stack (2 stars, last pushed 22d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 280 tokens. 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 agents, from other repositories

archon

Autonomous vision agent. Decomposes vague or specific direction into campaign phases. Delegates to Marshals and specialists. Reviews output against quality standards. Maintains campaign state across invocations. Does not write code — orchestrates those who do.

SethGammon/Citadel · 52 tokens

performance-analyst

Agent phan tich hieu suat — doc data, danh gia chien dich, tinh KPI, bao cao.

minhnv0807/ai-business-skills · 28 tokens

channel-operator

Agent van hanh kenh — thiet lap kenh, brief landing page, email marketing, social listening.

minhnv0807/ai-business-skills · 26 tokens

personal-brand-builder

Agent xay dung thuong hieu ca nhan voi AI Avatar — chien luoc, content engine, monetization, community cho founder/coach/creator.

minhnv0807/ai-business-skills · 36 tokens

linkedin-scraper

Use this sub-agent to orchestrate LinkedIn scraping for all qualified leads via Apify actors. Only ONE instance should be spawned per pipeline run. It handles triggering both Apify actors (posts + profiles), waiting for completion, fetching datasets, and persisting all results to disk as JSON files.

naveedharri/benai-skills · 64 tokens

icebreaker-writer

Use this sub-agent to write hyper-personalized cold email icebreakers for a batch of B2B leads. Spawn one instance per batch of 5 leads. Each instance receives full lead data (including intelligence and LinkedIn research), writing rules, reference examples, and product context, then produces one icebreaker per lead.

naveedharri/benai-skills · 71 tokens