lead-enrichment
Installation
SKILL.md
lead-enrichment
When To Use
Use when the user has a partial lead (name + company + domain, optionally a LinkedIn URL or known email) and wants complete contact data: a found-and-verified work email, lead-level enrichment, a phone number and contact details, and company details. Every step is a MPP on Tempo payment translated by the SELAT Router into an outbound payment on the merchant's rail — every step settles through the SELAT Router.
Workflow
- Install:
selat skill install lead-enrichment - Run:
selat skill run lead-enrichment --firstName John --lastName Doe --company Stripe --domain stripe.com [--email john@stripe.com] [--linkedinUrl https://linkedin.com/in/johndoe] - The CLI compiles each step into a
selat-paycall (each a MPP on Tempo payment via the SELAT Router), runs them in order, and prints a per-step status (status=200 / ✓ or ✗) summary.
Steps, in order:
- Step 1 — Hunter
POST /hunter/email-finder— find the work email from domain + name. - Step 2 — Hunter
POST /hunter/email-verifier— verify the email is deliverable (pass--email, or the email from step 1). - Step 3 — Apollo
POST /apollo/people-enrichment— lead-level enrichment (person record: email, title, social/company details). - Step 4 — Clado
POST /clado/contacts— contact enrichment (including phone numbers) from the lead's LinkedIn URL. - Step 5 — Hunter
POST /hunter/company-enrichment— enrich the company from its domain.