sales-prospectinglisted
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