Claude
Skills
Sign in
Back

person-enrichment

Included with Lifetime
$97 forever

Retrieves detailed information about a person from their email address, including name, position, company, and social profiles. Use when the user asks about a person, wants to enrich a contact, or needs more details about someone whose email they have.

Productivity

What this skill does


# Person Enrichment

Get a detailed profile of a person from their email address.

## Examples

- `/hunter:person-enrichment [email protected]`
- `"What do you know about [email protected]?"`
- `"Who is [email protected]?"`
- `"Enrich this contact: [email protected]"`
- `"Get me details on [email protected]"`

## Steps

1. **Parse the input.** Extract the `email` address.

2. **Call `Person-Enrichment`** with the `email`.

3. **Present the person profile:**

```
# Person: Jane Smith ([email protected])

| Field | Value |
|-------|-------|
| **Name** | Jane Smith |
| **Position** | VP of Engineering |
| **Company** | Stripe |
| **Location** | San Francisco, CA |
| **LinkedIn** | linkedin.com/in/janesmith |
| **Twitter** | @janesmith |

## Next Actions
1. Verify this email address (`Email-Verifier`)
2. Save as a lead (`Upsert-Lead`)
3. Find more contacts at stripe.com (`Domain-Search`)
4. Enrich Stripe with company details (`Company-Enrichment`)
```

4. **If no data is found,** respond: "No data available for [email]. Try enriching their company domain instead, or use Domain Search to find other contacts at this company."

## Credit Cost

Costs 1 enrichment credit — only charged if data is found.

## Success Criteria

Person's name and position returned from the email address.

Related in Productivity