From hunter
Runs end-to-end B2B prospecting by chaining company discovery, contact search, email verification, and enrichment. Use when the user wants to build a prospect list, find and qualify leads, or run a full prospecting pipeline.
npx claudepluginhub hunter-io/claude-pluginFind CTOs at fintech startups in EuropeThis skill uses the workspace's default tool permissions.
Chain Hunter tools into a complete prospecting workflow. Discover companies, find contacts, verify emails, and enrich -- all in one go.
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.
Chain Hunter tools into a complete prospecting workflow. Discover companies, find contacts, verify emails, and enrich -- all in one go.
/hunter:prospecting Find CTOs at fintech startups in France/hunter:prospecting decision-makers at Stripe, Notion, and Figma"Build me a list of marketing leads at SaaS companies in Germany""I need 20 VPs of Sales at mid-size tech companies""Find people to reach out to at companies using Salesforce in healthcare"Parse the user's request to determine the starting point:
Discover with the criteria as the query parameter.If Discover returns more than 10 companies, present the full list and ask:
"I found [N] companies matching your criteria. Here are the top results. Which ones should I search for contacts? You can select specific companies or say 'proceed with all' (note: each Domain Search uses 1 credit per 10 results returned)."
For each company, call Domain-Search with the company's domain. Use server-side filters:
department: "it", seniority: "executive"department: "marketing"seniority: "executive"seniority: "senior,executive"Report progress for multi-company searches: "Searching stripe.com... found 15 contacts. Moving to notion.so..."
Before verifying, confirm credit usage: "I found [N] contacts across [M] companies. Verifying all emails will use [N] verification credits. Proceed?"
Only verify after the user confirms. Call Email-Verifier for each contact's email.
If the user says "skip verification," present unverified results instead.
If the user asks for more company context, call Company-Enrichment for each company's domain. Only run this step if requested -- do not run by default.
After presenting results, offer to save contacts:
"Would you like me to save these contacts to your Hunter leads? I can create a new list for them."
If the user confirms:
Create-Leads-List with a descriptive name (e.g., "Fintech CTOs - France - 2026-04-08").Upsert-Lead with the contact's data and the new leads_list_id.Present a consolidated table grouped by company:
# Prospect List: [Description]
**Companies:** [count] | **Contacts:** [count] | **Verified:** [deliverable] deliverable, [risky] risky
## [Company Name] (domain.com)
**Industry** | **Size** | **Location**
| Name | Position | Email | Verified |
|------|----------|-------|----------|
| ... | ... | ... | valid / accept_all / invalid / unknown |
## Next Steps
1. Save contacts to a Hunter leads list (Upsert-Lead)
2. Add contacts to a campaign (Add-Campaign-Recipients)
3. Verify the risky addresses again later
4. Search for more companies with different criteria
Discover — Free (no credits)Domain-Search — 1 search credit per 10 emails returned (rounded up)Email-Verifier — 1 verification credit per emailCompany-Enrichment — 1 enrichment credit per domainUpsert-Lead, Create-Leads-List, Save-Company — Free (no credits)Upsert-Lead over Create-Lead to avoid duplicates