From hunter
Finds all publicly available email addresses and contacts at a company domain. Use when the user asks who works at a company or needs contacts for an organization.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hunter:domain-search stripe.comstripe.comThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Find all contacts and email addresses associated with a company domain.
Find all contacts and email addresses associated with a company domain.
/hunter:domain-search stripe.com/hunter:domain-search Notion"Who works at figma.com?""Find me contacts at Salesforce""Show me the marketing team at hubspot.com""List executives at acme.com"Parse the input. Extract the domain.
Call Domain-Search with the domain. Use server-side filters when the user specifies criteria:
type: personal or genericseniority: comma-separated from junior, senior, executivedepartment: comma-separated from executive, it, finance, management, sales, legal, support, hr, marketing, communication, education, design, health, operationsrequired_field: full_name, position, or phone_number — only return results where this field has a valuelimit: 1-100 (default 10)offset: for paginationMapping user requests to filters:
department: "marketing"seniority: "executive"department: "it"seniority: "senior,executive"Present the results:
# Contacts at Stripe (stripe.com)
**Found:** 247 contacts | **Showing:** 10
| Name | Position | Email | Confidence |
|------|----------|-------|------------|
| Patrick Collison | CEO | [email protected] | 97% |
| John Collison | President | [email protected] | 95% |
| David Singleton | CTO | [email protected] | 88% |
| ... | ... | ... | ... |
## Next Actions
1. Show more contacts (use offset to paginate)
2. Filter by department (e.g., "show me the marketing team")
3. Verify email addresses (1 verification credit each)
4. Save contacts as leads (Upsert-Lead or Create-Lead)
5. Enrich Stripe with company details (Company-Enrichment)
If the user asks for more, present the next batch of results.
If zero results, suggest:
Discover to find similar companiesCosts 1 search credit per 10 emails returned (rounded up) — only charged if emails are found.
At least one contact returned with name, email, and confidence score.
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