← ClaudeAtlas

sales-prospectinglisted

Use this skill when the user wants to build a B2B prospect or lead list with verified contact info — e.g. "build a prospect list", "find decision makers at these companies", "get verified emails for this domain", "find the CTO's email and verify it", "sales prospecting", "lead enrichment for outreach". Runs a MPP on Tempo pipeline — company search (Fiber), people search (Fiber), domain email lookup (Hunter), specific-contact email (Hunter email finder), email verification (Hunter email verifier), and company enrichment (Abstract Company Enrichment), all paid through the SELAT Router.
SELAT-AI/selat-skills · ★ 2 · AI & Automation · score 65
Install: claude install-skill SELAT-AI/selat-skills
# sales-prospecting ## When To Use Use when the user wants to assemble a targeted prospect list for outbound sales: define an ICP, find companies and decision-makers, collect and verify emails, and enrich with company context for personalization. Every step is a **MPP on Tempo** call settled through the SELAT Router — there is no Circle-Gateway rail and no API keys to manage; payment is per-call in USDC on Base. ## Workflow 1. Install: `selat skill install sales-prospecting` 2. Run: `selat skill run sales-prospecting --domain stripe.com [--companyQuery "..."] [--jobTitles "CTO,VP Engineering"] [--companyNames "Stripe,Figma"] [--locations "San Francisco"] [--firstName Sarah --lastName Chen] [--email sarah@stripe.com]` 3. The CLI compiles each manifest step into a `selat-pay` call, routes it through the SELAT Router as an MPP payment, runs the steps in order, and prints a per-step ✓/✗ summary. Steps (in order): - **Step 1 — Fiber** `POST /v1/natural-language-search/companies` — find companies matching the ICP (`${companyQuery}`). - **Step 2 — Fiber** `POST /v1/people-search` — find decision-makers by `${jobTitles}` at `${companyNames}` in `${locations}`. - **Step 3 — Hunter** `POST /hunter/domain-search` — list all emails at `${domain}`. - **Step 4 — Hunter** `POST /hunter/email-finder` — find the email for a specific `${firstName} ${lastName}` at `${domain}`. - **Step 5 — Hunter** `POST /hunter/email-verifier` — verify `${email}` deliverability before outreach. - **Step