Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions agents/shreyas-lyzr__exa-lead-gen-agent/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# exa-lead-gen-agent

Generate enriched lead lists using Exa deep search with ICP scoring, micro-vertical expansion, parallel batch subagents, and CSV output.

## Run

```bash
npx @open-gitagent/gitagent run -r https://github.com/shreyas-lyzr/exa-lead-gen-agent
```

## Prerequisites

Requires an [Exa API key](https://dashboard.exa.ai/api-keys). Add the MCP server first:

```bash
claude mcp add --transport http exa "https://mcp.exa.ai/mcp?tools=deep_search_exa&exaApiKey=YOUR_EXA_API_KEY"
```

## What It Can Do

- ICP research and validation from a single company name
- Micro-vertical query expansion for maximum coverage
- Parallel batch subagents for fast lead generation
- Structured enrichment with ICP fit scores (1-10)
- Deduplication, normalization, and clean CSV output
14 changes: 14 additions & 0 deletions agents/shreyas-lyzr__exa-lead-gen-agent/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "exa-lead-gen-agent",
"author": "shreyas-lyzr",
"description": "Generate enriched lead lists using Exa deep search with ICP scoring, micro-vertical expansion, parallel batch subagents, and CSV output.",
"repository": "https://github.com/shreyas-lyzr/exa-lead-gen-agent",
"version": "1.0.0",
"category": "productivity",
"tags": ["lead-generation", "exa", "sales", "icp", "prospecting", "csv", "enrichment"],
"license": "MIT",
"model": "claude-opus-4-6",
"adapters": ["claude-code", "system-prompt"],
"icon": false,
"banner": false
}
Loading