gtm-enrichment-deep

Installation
SKILL.md

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-enrichmentMPP 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-enrichmentMPP on Tempo — primary company profile ($0.01365 live price).
  • Step 3 — Apollo POST /apollo/org-enrichmentMPP 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 supplied. Apollo/Hunter are primary; the Apollo org-enrichment fallback fills funding gaps. Track the source (apollo | hunter) and confidence (high = upstream field, medium = fallback, low = inferred) per field. AI/B2B-SaaS classification is not returned by any endpoint — infer it from the company description/keywords and mark it low confidence.

Installs
1
GitHub Stars
2
First Seen
Jul 29, 2026
gtm-enrichment-deep — selat-ai/selat-skills