enrich-lead

enrich-lead is a skill for Claude Code from w95/awesome-claude-corporate-skills. It costs 41 tokens per session (765 once invoked), scanned A, a copy of enrich-lead, MIT.

A contact-enrichment assistant that turns a name, company, LinkedIn URL, or email address into a fuller contact record with professional and company information.

In plain words
What is it for?
Use it to look up a person's role, contact details, company context, and suggested next actions during sales research.
Why use it?
It removes the need to gather basic prospect details from several places before deciding how to follow up.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it to look up a person's role, contact details, company context, and suggested next actions during sales research.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/w95/awesome-claude-corporate-skills/enrich-lead
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 w95/awesome-claude-corporate-skills --skill enrich-lead
Clone the repo
git clone --depth 1 https://github.com/w95/awesome-claude-corporate-skills

Made for: Claude Code.

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 enrich-lead

README.md
[![agentmods](https://agentmods.dev/badge/skills/w95/awesome-claude-corporate-skills/enrich-lead/github.svg)](https://agentmods.dev/skills/w95/awesome-claude-corporate-skills/enrich-lead)
Your own site
<a href="https://agentmods.dev/skills/w95/awesome-claude-corporate-skills/enrich-lead"><img src="https://agentmods.dev/badge/skills/w95/awesome-claude-corporate-skills/enrich-lead/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 enrich-lead

Your own site · 80×15
<a href="https://agentmods.dev/skills/w95/awesome-claude-corporate-skills/enrich-lead"><img src="https://agentmods.dev/badge/skills/w95/awesome-claude-corporate-skills/enrich-lead.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 765 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 100% copy Near-identical to another mod 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.00041 $0.00765
Opus 5 $0.00020 $0.00382
Sonnet 5 $0.00008 $0.00153
Haiku 4.5 $0.00004 $0.00076

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

Security

Grade A, and why

enrich-lead 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 9d 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.

Origin

This is a copy

100% identical to enrich-lead — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

05-sales/enrich-lead/SKILL.md · 81 lines

How it starts

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

Enrich Lead

Turn any identifier into a full contact dossier. The user provides identifying info via "$ARGUMENTS".

Examples

  • /apollo:enrich-lead Tim Zheng at Apollo
  • /apollo:enrich-lead https://www.linkedin.com/in/timzheng
  • /apollo:enrich-lead [email protected]
  • /apollo:enrich-lead Jane Smith, VP Engineering, Notion
  • /apollo:enrich-lead CEO of Figma

Step 1 — Parse Input

From "$ARGUMENTS", extract every identifier available:

  • First name, last name
  • Company name or domain
  • LinkedIn URL
  • Email address
  • Job title (use as a matching hint)

If the input is ambiguous (e.g. just "CEO of Figma"), first use mcp__claude_ai_Apollo_MCP__apollo_mixed_people_api_search with relevant title and domain filters to identify the person, then proceed to enrichment.

Step 2 — Enrich the Person

Credit warning: Tell the user enrichment consumes 1 Apollo credit before calling.

Use mcp__claude_ai_Apollo_MCP__apollo_people_match with all available identifiers:

  • first_name, last_name if name is known
  • domain or organization_name if company is known
  • linkedin_url if LinkedIn is provided
  • email if email is provided
  • Set reveal_personal_emails to true

If the match fails, try mcp__claude_ai_Apollo_MCP__apollo_mixed_people_api_search with looser filters and present the top 3 candidates. Ask the user to pick one, then re-enrich.

Step 3 — Enrich Their Company

Use mcp__claude_ai_Apollo_MCP__apollo_organizations_enrich with the person's company domain to pull firmographic context.

Step 4 — Present the Contact Card

Format the output exactly like this:


[Full Name] | [Title] [Company Name] · [Industry] · [Employee Count] employees

Field Detail
Email (work) ...
Email (personal) ... (if revealed)
Phone (direct) ...
Phone (mobile) ...
Phone (corporate) ...
Location City, State, Country
LinkedIn URL
Company Domain ...
Company Revenue Range
Company Funding Total raised
Company HQ Location

Read the full file on GitHub · 81 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. 9d ago First seen · 81 lines · 41 tokens per session scan A 3966057f0a8f

Subscribe to this mod's changes

enrich-lead is a skill published in the GitHub repository w95/awesome-claude-corporate-skills (198 stars, last pushed 6mo ago), licensed MIT. It adds 41 tokens to every session and 765 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to enrich-lead, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories