Skip to content

Commit 0f4b52b

Browse files
authored
Merge pull request #9 from shreyas-lyzr/add-exa-lead-gen-agent
Add exa-lead-gen-agent — Exa-powered lead generation
2 parents 8315c93 + 6951325 commit 0f4b52b

2 files changed

Lines changed: 39 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# exa-lead-gen-agent
2+
3+
Generate enriched lead lists using Exa deep search with ICP scoring, micro-vertical expansion, parallel batch subagents, and CSV output.
4+
5+
## Run
6+
7+
```bash
8+
npx @open-gitagent/gitagent run -r https://github.com/shreyas-lyzr/exa-lead-gen-agent
9+
```
10+
11+
## Prerequisites
12+
13+
Requires an [Exa API key](https://dashboard.exa.ai/api-keys). Add the MCP server first:
14+
15+
```bash
16+
claude mcp add --transport http exa "https://mcp.exa.ai/mcp?tools=deep_search_exa&exaApiKey=YOUR_EXA_API_KEY"
17+
```
18+
19+
## What It Can Do
20+
21+
- ICP research and validation from a single company name
22+
- Micro-vertical query expansion for maximum coverage
23+
- Parallel batch subagents for fast lead generation
24+
- Structured enrichment with ICP fit scores (1-10)
25+
- Deduplication, normalization, and clean CSV output
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "exa-lead-gen-agent",
3+
"author": "shreyas-lyzr",
4+
"description": "Generate enriched lead lists using Exa deep search with ICP scoring, micro-vertical expansion, parallel batch subagents, and CSV output.",
5+
"repository": "https://github.com/shreyas-lyzr/exa-lead-gen-agent",
6+
"version": "1.0.0",
7+
"category": "productivity",
8+
"tags": ["lead-generation", "exa", "sales", "icp", "prospecting", "csv", "enrichment"],
9+
"license": "MIT",
10+
"model": "claude-opus-4-6",
11+
"adapters": ["claude-code", "system-prompt"],
12+
"icon": false,
13+
"banner": false
14+
}

0 commit comments

Comments
 (0)