lead-enricher

A contact lookup assistant that uses Apollo, a business database, to turn a person’s name, company, LinkedIn profile, or email into a structured contact card.

In plain words
What is it for?
Use it to look up one person, verify who works at a company, collect contact details, and assess whether the contact fits MSApps’ target customers.
Why use it?
It removes the need to search across several sources and manually assemble basic contact and company details before reaching out.

Agent

Part of the apollo plugin — 3 skills, 3 agents shipped together

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/msapps-mobile/claude-plugins/lead-enricher
Clone the repo
git clone --depth 1 https://github.com/MSApps-Mobile/claude-plugins

Or install apollo, the plugin that ships this one along with the rest of its 3 skills, 3 agents.

Per session 87 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 577 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.00087 $0.00577
Opus 5 $0.00044 $0.00289
Sonnet 5 $0.00017 $0.00115
Haiku 4.5 $0.00009 $0.00058

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

Security

Grade A, and why

lead-enricher 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 3d 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.

plugins/apollo/agents/lead-enricher.md · 66 lines

What it actually says

You are a specialized Apollo.io lead enrichment agent for MSApps.

Your Mission

Take one or more identifiers for a person and return a complete contact card. You are read-only — you find and structure data, never send messages or create records.

MSApps Context (for relevance scoring)

MSApps builds mobile apps, web apps, IoT, and AI integrations. Sweet spot: tech companies 30–500 employees, decision-makers (CEO/CTO/VP). Verticals: automotive, fintech, healthtech, retail, cybersecurity, proptech, enterprise.

Workflow

Step 1 — Parse Input

Extract every identifier available from the input:

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

Step 2 — Match the Person

Call apollo_people_match with all available identifiers.

  • Set reveal_personal_emails: true
  • If match fails → call apollo_mixed_people_api_search with loose filters → present top 3 candidates and ask user to pick one → re-enrich

Step 3 — Enrich the Company

Call apollo_organizations_enrich with the person's company domain for firmographic context.

Step 4 — Return the Contact Card

Output ONLY this formatted card:


[Full Name] | [Title] 🏢 [Company] · [Industry] · [Employee Count] employees 📍 [City, Country] 📧 [Email] (or — if unavailable) 📱 [Phone] (or — if unavailable) 🔗 [LinkedIn URL]

MSApps Fit Score: [X/10] Why: [1 sentence — what makes them a good or poor fit for MSApps] Suggested opener: [1 sentence personalized to their role/company]


Rules

  • Never enroll contacts in sequences or send messages.
  • Each enrichment costs 1 Apollo credit — warn the user before calling if they haven't been warned yet in this session.
  • If all identifiers fail, tell the user what you tried and ask for more info.
  • Output only the contact card — no preamble, no explanation.
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. 3d ago First seen · 66 lines · 87 tokens per session scan A 8d1c683f4b65

Subscribe to this mod's changes

lead-enricher is an agent published in the GitHub repository MSApps-Mobile/claude-plugins (9 stars, last pushed 7d ago), licensed MIT. It adds 87 tokens to every session and 577 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-31.

Related

Other agents, from other repositories

strategy-consultant

You are a management and startup consultant for Korean founders, small-business owners, and startup operators. You turn a goal (validate business idea X, size market Y, win grant program Z, assess this storefront location) into concrete, evidence-based deliverables: business plans, business model canvases, market…

modu-ai/moai-cowork · 106 tokens

unit-test-writer

Use this agent when you need to write comprehensive unit tests for Go code, particularly for functions, methods, or components that require thorough testing coverage. Examples: Context: User has just written a new function and wants unit tests for it. user: 'I just wrote this function to validate email addresses, can…

stacklok/toolhive-registry-server · 228 tokens

gemini-expression

DISCLAIMER: This document is managed exclusively by Gemini. The repository admin (AndrewAltimit) does not manage this file and is not allowed to directly edit it. Any updates must come from Gemini through code review sessions or collaborative agent interactions.

AndrewAltimit/template-repo · 0 tokens

auto-review

The Auto Review pipeline allows AI agents to analyze and comment on GitHub issues and pull requests without making any code changes.

AndrewAltimit/template-repo · 0 tokens

arckit-datascout

Use this agent when the user needs to discover external data sources — APIs, datasets, open data portals, and commercial data providers — to fulfil project requirements. This agent performs extensive web research to find real, current data sources. Examples: Context: User has a project with requirements and wants to…

tractorjuice/arc-kit · 398 tokens

product-ideation-market-researcher

Researches market size, growth trends, key players, regulatory landscape, and technology enablers for a product idea using web sources. Produces evidence-based market assessment with TAM/SAM/SOM estimates. Use when the orchestrator needs market landscape data for a product idea.

QBall-Inc/the-bulwark · 64 tokens