Install
$ npx skills add outreachmagic/lead-enrichREADME
# GitHub Repository: outreachmagic/lead-enrich
**URL:** https://github.com/outreachmagic/lead-enrich
**Author:** outreachmagic
**Description:** Person research for AI agents. Searches Serper for LinkedIn, company domain, and website. Pairs with Outreach Magic for credit-saving dedup.
**Homepage:** https://outreachmagic.io
**Language:** Python
## Stats
- Stars: 0
- Forks: 0
- Open Issues: 0
- Commits: 1
- Created: 2026-05-27T08:48:08Z
- Updated: 2026-06-25T13:10:39Z
- Pushed: 2026-06-25T13:09:47Z
## README
# Lead Enrich — Find LinkedIn, Job Titles, and Domains
[](LICENSE) [](https://docs.anthropic.com/en/docs/claude-code/skills) [](https://docs.cursor.com/skills) [](https://hermes-agent.nousresearch.com/docs/skills)
Research a person by name and company. Get their LinkedIn, bio, job title, company domain, and website through Serper.dev. Your agent's built-in model handles the extraction. No external LLM API needed.
Works standalone with just a Serper key. Pairs with Outreach Magic to check your pipeline first and skip leads you already have.
Part of the [Outreach Magic skill suite](https://github.com/outreachmagic/outreachmagic).
Serper searches cost about a tenth of a cent. With OM, you only pay for leads you don't already have.
## How it fits
Give it a name and company. It checks your pipeline first if Outreach Magic is connected. Already have LinkedIn and domain? Zero Serper credits spent. If not, it hits Serper.dev and your agent extracts the details.
```
┌────────────────────┐
name + company ──────►│ lead enrichment │
(single or list) └─────────┬──────────┘
│
┌────────────▼────────────┐
│ OM check (if enabled) │
└────────────┬────────────┘
│
┌───────────────┴───────────────┐
▼ ▼
┌──────────────────────┐ ┌──────────────────────┐
│ already have │ │ Serper search + │
│ LinkedIn + domain? │ │ agent extraction │
│ (0 credits) │ └──────────┬───────────┘
└──────────┬───────────┘ │
│ ▼
│ ┌──────────────────┐
│ │ enriched lead │
│ └────────┬─────────┘
└────────┬────────────────────┘
▼
┌──────────┐
│ results │
└────┬─────┘
│
┌──────────┴──────────┐
▼ ▼
┌──────────────────┐ ┌──────────────────┐
│ agent replies │ │ OM database │
│ (not saved) │ │ (if connected) │
└──────────────────┘ └──────────────────┘
```
| Mode | What happens | What you need |
|------|-------------|---------------|
| Standalone | Searches Serper, extracts LinkedIn + domain + website via agent model | Just a Serper key |
| With Outreach Magic | Checks pipeline first, skips leads you already have, saves results so you never lose them | OM account + Serper key |
Here's how the credit saving works. If a lead already has LinkedIn and domain at the same company, the check returns right away. Zero Serper credits spent. If they have LinkedIn but no domain, it skips Serper too -- that is a job for the email waterfall finder. If they only have an email, the search still runs to find their LinkedIn profile and domain.
## Quick start
Once it's installed, try prompts like these:
```
use the lead enrich skill to find the job title, linkedin and domain for jane doe at acme corp
```
```
use the lead enrich skill to find the job title, linkedin and domain for everyone in leads.csv
```
Not sure what it can do? Ask your agent:
```
tell me everything the lead enrich skill can do and how i can minimize credit use
```
## Install
You can install just the lead enrichment skill on its own. Or install the full Outreach Magic suite, which gives you the email waterfall finder, the local database, and lead enrichment all at once.
**Install just the lead enrichment:**
```bash
npx skills add outreachmagic/lead-enrich
```
**Install the full Outreach Magic suite (email finder + database + lead enrich):**
```bash
npx skills add outreachmagic/outreachmagic
```
Or follow the agent install guide: [AGENTS-INSTALL.md](https://github.com/outreachmagic/outreachmagic/blob/main/AGENTS-INSTALL.md)
## What you need
| Key | For | Required? |
|-----|-----|-----------|
| `SERPER_API_KEY` | Serper.dev Google Search | Yes |
| Outreach Magic login | Dedup and save enriched leads | Only with OM |
Set your API keys in your agent's environment config. If you use Outreach Magic, you can set them in the portal instead and they get passed through automatically.
## License
MIT. [Outreach Magic](https://outreachmagic.io)
Information
Repository
Language
Python
Created
2026/6/25
Updated
2026/6/26