From hunter
Finds a professional email address from a person's name and company domain. Useful for reaching specific people at companies.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hunter:email-finder Jane Smith at stripe.comJane Smith at stripe.comThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Find the most likely email address for a person at a company using their name and domain.
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** | [email protected] |
| **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.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
npx claudepluginhub anthropics/claude-plugins-official --plugin hunter