Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Build prospect lists with Exa — find target companies matching an ICP, then their decision-makers, then enrich with signals. Use for outbound sales lists, account mapping, and B2B prospecting. Multi-pass orchestration over the Exa API; no MCP server required.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | 13% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 34% | 0% |
| case-20 | ✗→✓ | ▲ Improved | -34% | 0% |
| case-21 | ✗→✓ | ▲ Improved | -19% | 0% |
| case-22 | ✗→✓ | ▲ Improved | -4% | 0% |
Turn an ICP into a prospect list: companies → decision-makers → enrichment. This is a multi-pass workflow built on exa-company-research and exa-people-research. Calls the Exa REST API through local scripts; no MCP server needed, only an EXA_API_KEY.
bashexport EXA_API_KEY=your-key # or EXA_API_KEY=... in a .env at the repo root
Get a key at https://dashboard.exa.ai/api-keys. Shared details: exa-native-base.
Pass 1 — Source companies (this skill's script):
bashpython scripts/lead_generation.py "Series A B2B SaaS companies in fintech" -n 20 python scripts/lead_generation.py "category:company developer tools startups hiring backend 2026" -n 20
Run 2-3 angles (category, stage, recent-launch) and dedupe to a clean company list.
Pass 2 — Find decision-makers at each company (use exa-people-research, batch 3-5 companies per subagent):
bashpython ../exa-people-research/scripts/people_research.py "VP Engineering at <Company>" -n 5 python ../exa-people-research/scripts/people_research.py "Head of Sales at <Company>" -n 5
Pass 3 — Enrich (funding, hiring, news signals → timing):
bashpython ../exa-company-research/scripts/company_research.py "<Company> funding round hiring news" -c news -n 5
This is a fan-out task. One subagent per batch of seeds (3-5 companies each), each running Passes 2-3 and returning a compact table. Then compile, dedupe by company + person, and rank. Never run the whole enrichment loop in your main context. See exa-native-base for the orchestration pattern.
references/filtering.md in exa-native-base.For "who are X's customers / partners", direct queries return articles, not connections. Use indirect signals:
bashpython ../exa-company-research/scripts/company_research.py "<Company> case study customer success story" -n 5 python ../exa-native-base/scripts/exa.py contents https://company.com/customers https://company.com/case-studies --text
Deliver a deduped table (company · fit · contact · role · profile · signal · source), lead with the highest-signal accounts, and note coverage gaps. Treat results as similarity, not validation — verify before outreach.
Other measured skills in the registry, with their headline benchmark lift.