From hunter
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.
npx claudepluginhub hunter-io/claude-pluginjane@stripe.comThis skill uses the workspace's default tool permissions.
Get a detailed profile of a person from their email address.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Share bugs, ideas, or general feedback.
Get a detailed profile of a person from their email address.
/hunter:person-enrichment jane@stripe.com"What do you know about john@acme.com?""Who is sarah@notion.so?""Enrich this contact: marc@salesforce.com""Get me details on hello@figma.com"Parse the input. Extract the email address.
Call Person-Enrichment with the email.
Present the person profile:
# Person: Jane Smith (jane@stripe.com)
| 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`)
Costs 1 enrichment credit — only charged if data is found.
Person's name and position returned from the email address.