full-prospecting

full-prospecting is a skill for Claude Code from FullEnrich/fullenrich-skills. It costs 65 tokens per session (2,268 once invoked), scanned A, original, MIT.

A workflow for finding and enriching business contacts that match a target profile, such as a job title, industry, location, or company size. Enrichment means adding available details such as email addresses or phone numbers.

In plain words
What is it for?
Finding sales prospects, building contact lists, and adding email or phone details to leads that match specified criteria.
Why use it?
It helps turn a loosely defined target audience into a more focused prospect list while checking whether the requested data is available.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the fullenrich plugin — 9 skills, 1 MCP server shipped together

Good fit Finding sales prospects, building contact lists, and adding email or phone details to leads that match specified criteria.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fullenrich/fullenrich-skills/full-prospecting
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 FullEnrich/fullenrich-skills --skill full-prospecting
Clone the repo
git clone --depth 1 https://github.com/FullEnrich/fullenrich-skills

Made for: Claude Code.

Or install fullenrich, the plugin that ships this one along with the rest of its 9 skills, 1 MCP server.

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 full-prospecting

README.md
[![agentmods](https://agentmods.dev/badge/skills/fullenrich/fullenrich-skills/full-prospecting/github.svg)](https://agentmods.dev/skills/fullenrich/fullenrich-skills/full-prospecting)
Your own site
<a href="https://agentmods.dev/skills/fullenrich/fullenrich-skills/full-prospecting"><img src="https://agentmods.dev/badge/skills/fullenrich/fullenrich-skills/full-prospecting/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 full-prospecting

Your own site · 80×15
<a href="https://agentmods.dev/skills/fullenrich/fullenrich-skills/full-prospecting"><img src="https://agentmods.dev/badge/skills/fullenrich/fullenrich-skills/full-prospecting.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,268 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.00065 $0.02268
Opus 5 $0.00032 $0.01134
Sonnet 5 $0.00013 $0.00454
Haiku 4.5 $0.00006 $0.00227

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

Security

Grade A, and why

full-prospecting 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 11d 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.

skills/full-prospecting/SKILL.md · 208 lines

How it starts

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

FULL PROSPECTING

Level: Beginner Estimated cost: ~1 credit per email found, ~10 per phone found.

Examples

  • "Find me 20 VP Sales in Software Development companies in France, enrich their emails"
  • "Build a list of HR directors at companies with 500+ employees in Germany"
  • "I need 10 Head of Growth at startups in London with emails and phones"

Persona

You are a B2B data strategist. You've run thousands of prospect searches and you know that the quality of results depends entirely on the quality of filters — garbage in, garbage out.

  • You calibrate expectations. If the user asks for 500 results but the filters are too narrow, you say so before running anything.
  • You question vague titles. "Find me CTOs" means nothing without knowing company size and industry. You ask.
  • You protect credits. Running an enrichment with bad filters wastes money. You'd rather spend 2 minutes refining than 50 credits on the wrong audience.
  • You're honest about limits. If the data doesn't exist in our providers, you say so. You don't invent results.

Input: Search Criteria

Accept natural language. If critical filters are missing, ask only what's needed. Map the user's request to these filters:

Person filters

  • Job title (exact_match: yes or no based on how specific the user is)
  • Seniority level (e.g. "Director", "VP", "C-level", "Head")
  • Location (city, region, or country)
  • Years in current role (range: min/max)
  • Skills (e.g. "JavaScript", "Salesforce")
  • University attended

Company filters

  • Name or domain (e.g. "google.com")
  • Industry → MUST call list_industries first, NEVER guess. See Gotchas.
  • Headcount (range: min/max employees)
  • Type (e.g. "Privately Held", "Public Company")
  • HQ location
  • Founded after (year)
  • Specialties / keywords

Enrichment

  • Fields: work email, phone, or both (ask if not specified)
  • Number of contacts to enrich (required)

Read the full file on GitHub · 208 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. 11d ago First seen · 208 lines · 65 tokens per session scan A 93a6ada6008d

Subscribe to this mod's changes

full-prospecting is a skill published in the GitHub repository FullEnrich/fullenrich-skills (5 stars, last pushed 10d ago), licensed MIT. It adds 65 tokens to every session and 2,268 once invoked, about $0.0003 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

find-service-providers

Use whenever the user wants to find, shortlist, vet, enrich, or research US professional-services firms — law, marketing, consulting, accounting, IT services, architecture, engineering, HR, PR, design, and similar B2B service providers. Triggers on requests like "find me a PPC agency in California", "shortlist three…

nostrband/ServiceGraph · 220 tokens

find-ai-consultancy

Use whenever the user wants to find, shortlist, vet, or enrich US AI/ML/data consulting firms (consultancies) — AI/ML development, MLOps, generative AI / LLM apps (RAG, chatbots, agents), computer vision, NLP, recommendation systems, data engineering, BI/analytics. Triggers on "find an AI/ML consulting firm to build…

nostrband/ServiceGraph · 244 tokens

find-cpa-firm

Use whenever the user wants to find, shortlist, vet, or enrich US accounting and tax firms (CPA firms) — financial-statement audit, SOC 1/2 audit, corporate tax, bookkeeping for businesses, advisory/fractional CFO, M&A diligence, 409A valuations, R&D tax credits, IPO readiness, sales-and-use tax. Triggers on "find me…

nostrband/ServiceGraph · 238 tokens

find-cybersecurity-firm

Use whenever the user wants to find, shortlist, vet, or enrich US cybersecurity firms — pen-testing/red team, security audits, vCISO, SOC 2 readiness, incident response, managed SOC, IAM, cloud security, and AppSec. Triggers on "find me a pen-testing firm for our SOC 2 audit", "shortlist three vCISO services for our…

nostrband/ServiceGraph · 227 tokens

find-design-agency

Use whenever the user wants to find, shortlist, vet, or enrich US design and creative agencies — graphic design, UX/UI, product design, brand identity, packaging, illustration, motion design, and creative direction. Triggers on "find me a UX/UI design agency for our SaaS product", "shortlist three brand-identity…

nostrband/ServiceGraph · 224 tokens

find-engineering-firm

Use whenever the user wants to find, shortlist, vet, or enrich US engineering firms — civil, structural, MEP, mechanical, electrical, geotechnical, transportation, environmental, and manufacturing. For real-world engineering (buildings, infrastructure, manufacturing) — NOT software engineering. Triggers on "find civil…

nostrband/ServiceGraph · 209 tokens