skills/hunter-automation/SKILL.md
Automate Hunter.io email intelligence -- search domains for email addresses, find specific contacts, verify email deliverability, manage leads, and monitor account usage -- using natural language thro
npx skillsauth add ranbot-ai/awesome-skills Hunter AutomationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Power your outreach with Hunter.io -- discover email addresses by domain, find specific people's emails, verify deliverability, save leads, and track your API usage -- all through natural language commands.
Toolkit docs: composio.dev/toolkits/hunter
https://rube.app/mcp
Discover all publicly available email addresses for a given domain or company, with filtering by department, seniority, and type.
Tool: HUNTER_DOMAIN_SEARCH
Example prompt:
"Find all executive email addresses at stripe.com using Hunter"
Key parameters:
domain -- Domain to search (e.g., "stripe.com"). Required if company not provided.company -- Company name to search (e.g., "Stripe"). Required if domain not provided.type -- Filter by "personal" or "generic" emailsseniority -- Filter by levels: "junior", "senior", "executive" (array)department -- Filter by departments: "executive", "it", "finance", "sales", etc. (array)required_field -- Require specific fields: "full_name", "position", "phone_number" (array)limit -- Max results per request (1-100, default 10; free/basic plans limited to 10)offset -- Skip results for pagination (default 0)Infer the most likely email address for a person given their name and domain or company.
Tool: HUNTER_EMAIL_FINDER
Example prompt:
"Find the email for Alexis Ohanian at reddit.com using Hunter"
Key parameters:
domain -- Target domain (e.g., "reddit.com"). Takes precedence over company.company -- Company name (e.g., "Reddit"). Used if domain not provided.first_name + last_name (e.g., "Alexis" + "Ohanian")full_name (e.g., "Alexis Ohanian")max_duration -- Max request duration in seconds (3-20, default 10). Longer durations yield more accurate results.Check whether an email address is valid, deliverable, and safe to send to.
Tool: HUNTER_EMAIL_VERIFIER
Example prompt:
"Verify if [email protected] is a valid email address"
Key parameters:
email (required) -- The email address to verify (e.g., "[email protected]")Response includes: verification status, deliverability score, MX record validation, and risk assessment.
Check how many email addresses Hunter has for a domain or company -- this call is free and does not consume API credits.
Tool: HUNTER_EMAIL_COUNT
Example prompt:
"How many email addresses does Hunter have for stripe.com?"
Key parameters:
domain -- Domain to query (e.g., "stripe.com"). Required if company not provided.company -- Company name (min 3 characters). Required if domain not provided.type -- Filter count by "personal" or "generic" emailsReturns: Total count with breakdowns by type, department, and seniority level.
Create or update leads by email in a single upsert call -- no need to check existence first.
Tool: HUNTER_UPSERT_LEAD
Example prompt:
"Save [email protected] as a lead in Hunter with name John Doe, position CTO"
Key parameters:
email -- Lead's email address (primary identifier for upsert)Review your Hunter account plan details, remaining searches, and verification quotas before running bulk operations.
Tool: HUNTER_ACCOUNT_INFORMATION
Example prompt:
"How many Hunter API searches do I have left this month?"
Key parameters: None required.
authentication_failed errors indicate an invalid or expired API key. Fix before attempting bulk operations.HUNTER_EMAIL_COUNT returns approximate numbers for sizing and prioritization, not guaranteed retrievable email counts.HUNTER_DOMAIN_SEARCH paginates via limit/offset. Do not assume the first page is complete -- continue fetching until results are empty or you hit a cap.HUNTER_DOMAIN_SEARCH can return emails: [] with no error. Treat as "no data found" and continue, rather than retrying as a failure.accept_all or risky statuses from HUNTER_EMAIL_VERIFIER indicate uncertainty. Exclude these from strict deliverability workflows or handle them separately.testing
Fix SEO indexing issues, crawl budget problems, and Search Console coverage errors for Next.js apps. Covers canonical tags, noindex audits, sitemap health, static rendering, and internal linking.
data-ai
Analyze AI disruption pressure across a business, map competitive exposure, and produce a 90-day defensive action plan.
tools
--- name: longbridge description: 125+ agent skills for Longbridge Securities — real-time quotes, charts, fundamentals, portfolio analysis, options, and more for HK/US/A-share/SG markets. Trilingual: Simplified Chinese, Traditional category: AI & Agents source: antigravity tags: [api, mcp, claude, ai, agent, security, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/longbridge --- # Longbridge ## Overview Longbridge is the official skill collection for Longbr
tools
Design, debug, and harden GitHub Actions CI/CD workflows, including reusable workflows, matrix builds, self-hosted runners, OIDC authentication, caching, environments, secrets, and release automation.