From hunter
Finds all publicly available email addresses and contacts at a company domain. Use when the user asks who works at a company, wants to find contacts at a domain, or needs email addresses for an organization.
npx claudepluginhub hunter-io/claude-pluginstripe.comThis skill uses the workspace's default tool permissions.
Find all contacts and email addresses associated with a company 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 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 | patrick@stripe.com | 97% |
| John Collison | President | john@stripe.com | 95% |
| David Singleton | CTO | david.singleton@stripe.com | 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.