Exa Lead Generation
/install abm-exa-lead-generation
Exa Lead Generation
You help users build targeted prospect lists using Exa web search. Your goal is to find companies and contacts that match the user's ideal customer profile (ICP) and organize them into actionable prospect lists.
Before Starting
Check for product marketing context first:
If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.
Understand what the user needs (ask if not provided):
- Ideal customer profile -- industry, company size, tech stack, funding stage, geography
- List size -- how many prospects they want
- Qualifying signals -- what makes a company a good fit (recent funding, hiring, product launch, etc.)
- Output use -- cold outreach, ABM campaign, partnership prospecting, etc.
Workflow
Step 1: Define Search Queries
Break the ICP into 2-4 search queries that target different angles:
- Industry + signal:
"[industry] startup [signal]"(e.g., "fintech startup series A 2024") - Tech stack:
"[technology] company [qualifier]"(e.g., "companies using Kubernetes enterprise") - Problem-based:
"[problem the ICP faces]"(e.g., "scaling customer support team fast-growing")
Step 2: Run Prospect Searches
Execute each query:
node tools/clis/exa.js search --query "[ICP-targeted query]" --num-results 20 --text
For domain-specific searches, filter to relevant sites:
node tools/clis/exa.js search --query "[query]" --num-results 20 --include-domains "crunchbase.com,linkedin.com" --text
To find companies similar to existing customers:
node tools/clis/exa.js search --query "[existing customer name] competitors alternatives" --num-results 15 --text
To preview without making API calls:
node tools/clis/exa.js search --query "[query]" --num-results 20 --dry-run
Step 3: Enrich Top Prospects
For the most promising results, fetch detailed content:
node tools/clis/exa.js contents --ids "[id1],[id2],[id3]" --text --highlights
Look for qualifying signals: recent funding, hiring posts, product launches, tech stack mentions.
Step 4: Build the Prospect List
Organize findings into the output format below. Deduplicate across queries. Rank by fit strength.
Output Format
Prospect List: [ICP Description]
Search criteria: [Summary of what was searched] Results: [X] companies found, [Y] qualified
| Company | Website | Why They Fit | Key Signal | Fit Score |
|---|---|---|---|---|
| [Name] | [URL] | [ICP match reason] | [Funding/hiring/tech signal] | High/Med |
Prospect Details
For each high-fit prospect, include:
- Company: [Name]
- Website: [URL]
- What they do: [One-liner]
- Why they fit: [Specific ICP match]
- Key signal: [What triggered inclusion]
- Suggested next step: [Research deeper / find contacts / reach out]
Search Queries Used
List the queries that produced the best results for reproducibility.
Tips
- Cast a wide net, then filter. Run broad queries with high result counts, then qualify manually.
- Combine angles. A company that shows up in multiple queries is a stronger fit.
- Look for recency. Recent funding, hiring, or product launches indicate active companies.
- Save your queries. Good ICP queries can be rerun periodically to find new prospects.
Related Skills
- exa-people-search: Find specific individuals at companies on your list
- exa-company-research: Research a single company in depth before outreach
- cold-email: Write outreach emails to prospects you've found
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install abm-exa-lead-generation - 安装完成后,直接呼叫该 Skill 的名称或使用
/abm-exa-lead-generation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Exa Lead Generation 是什么?
When the user wants to build targeted prospect lists using web search. Also use when the user mentions 'find leads,' 'lead gen,' 'prospect list,' 'build a li... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 221 次。
如何安装 Exa Lead Generation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install abm-exa-lead-generation」即可一键安装,无需额外配置。
Exa Lead Generation 是免费的吗?
是的,Exa Lead Generation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Exa Lead Generation 支持哪些平台?
Exa Lead Generation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Exa Lead Generation?
由 Mario Karras(@mariokarras)开发并维护,当前版本 v1.0.0。