← ClaudeAtlas

gtm-enrichment-deeplisted

Use this skill when the user wants deep GTM lead enrichment from an email address — e.g. "enrich this lead", "who is jane@acme.com", "get me funding and company data for this contact", "enrich jane@acme.com with LinkedIn and funding", "deep enrichment for a prospect". Runs Apollo people enrichment as the primary person source (identity, title, LinkedIn), Hunter for company data, with Apollo organization enrichment as the fallback for funding. All calls are MPP on Tempo payments via the SELAT Router. Cost ≈ $0.02–$0.03 per lead.
SELAT-AI/selat-skills · ★ 2 · AI & Automation · score 65
Install: claude install-skill SELAT-AI/selat-skills
# gtm-enrichment-deep ## When To Use Use when the user has a lead's email address (optionally a name) and wants a comprehensive GTM enrichment: person identity + LinkedIn, company profile, and funding history. Apollo people enrichment is the primary person source, Hunter is the company source, and Apollo organization enrichment fills funding gaps via fallback. Every step is a **MPP on Tempo payment** through the SELAT Router — every step settles through the SELAT Router. ## Workflow 1. Install: `selat skill install gtm-enrichment-deep` 2. Run: `selat skill run gtm-enrichment-deep --email jane@acme.com [--firstName Jane] [--lastName Doe] [--company Acme] [--domain acme.com]` 3. The CLI compiles each manifest step into a `selat-pay` payment, runs them in order, and prints a per-step ✓/✗ summary. Steps (in order): - **Step 1 — Apollo** `POST /apollo/people-enrichment` — **MPP on Tempo** — primary person data: identity, title, LinkedIn URL ($0.0084 live price). This single call also covers what was previously a separate LinkedIn-match fallback — same endpoint, so the two steps are merged. - **Step 2 — Hunter** `POST /hunter/company-enrichment` — **MPP on Tempo** — primary company profile ($0.01365 live price). - **Step 3 — Apollo** `POST /apollo/org-enrichment` — **MPP on Tempo** fallback — run only if Step 2 returned no funding data ($0.0084 live price; also returns `technology_names` and headcount fields). Derive `domain` from the `email` (text after `@`) when not suppli