From hunter
Finds a professional email address from a person's name and company domain. Use when the user asks to find someone's email, look up a contact's email address, or needs to reach a specific person at a company.
npx claudepluginhub hunter-io/claude-pluginJane Smith at stripe.comThis skill uses the workspace's default tool permissions.
Find the most likely email address for a person at a company using their name and domain.
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.
Find the most likely email address for a person at a company using their name and domain.
/hunter:email-finder Jane Smith at stripe.com/hunter:email-finder the CEO of notion.so"What's John Doe's email at acme.com?""Find the email for Sarah Chen at Figma""How can I reach Marc Benioff at Salesforce?"Parse the input. Extract the person's full_name and the company domain.
full_name: "Jane Smith", domain: "stripe.com"Email-Finder requires a name. Suggest using Domain-Search on the domain first to find the person's name, then come back to find their email.Call Email-Finder with full_name and domain.
Present the result:
# Email Found: Jane Smith @ Stripe
| Field | Value |
|-------|-------|
| **Email** | jane.smith@stripe.com |
| **Score** | 92 |
| **Domain** | stripe.com |
| **Verification** | valid |
## Sources
- stripe.com/team (last seen: 2026-02-15)
- LinkedIn profile (last seen: 2026-01-20)
## Next Actions
1. Verify this email address (Email-Verifier)
2. Save as a lead (Upsert-Lead)
3. Enrich this contact with more details (Person-Enrichment)
4. Find more contacts at stripe.com (Domain-Search)
Costs 1 search credit — only charged if an email is found.
Email address returned with score and at least one source.