SkillHub

hunter

v1.0.0

Hunter.io — email finder, email verifier, domain search, author finder, and lead management.

Sourced from ClawHub, Authored by aiwithabidi

Installation

Please help me install the skill `hunter` from SkillHub official store. npx skills add aiwithabidi/hunter

🔍 Hunter.io

Hunter.io — email finder, email verifier, domain search, author finder, and lead management.

Requirements

Variable Required Description
HUNTER_API_KEY Hunter.io API key

Quick Start

# Find emails for a domain
python3 {{baseDir}}/scripts/hunter.py domain-search --domain <value> --limit "10" --type <value>

# Find specific person's email
python3 {{baseDir}}/scripts/hunter.py email-finder --domain <value> --first-name <value> --last-name <value>

# Verify an email address
python3 {{baseDir}}/scripts/hunter.py email-verifier --email <value>

# Count emails for domain
python3 {{baseDir}}/scripts/hunter.py email-count --domain <value>

# List saved leads
python3 {{baseDir}}/scripts/hunter.py list-leads --limit "20" --offset "0"

# Create a lead
python3 {{baseDir}}/scripts/hunter.py create-lead --email <value> --first-name <value> --last-name <value> --company <value>

# Update a lead
python3 {{baseDir}}/scripts/hunter.py update-lead <id> --email <value> --first-name <value> --last-name <value>

# Delete a lead
python3 {{baseDir}}/scripts/hunter.py delete-lead <id>

# List lead lists
python3 {{baseDir}}/scripts/hunter.py list-leads-lists

# Get account info & usage
python3 {{baseDir}}/scripts/hunter.py get-account

# Find author of article
python3 {{baseDir}}/scripts/hunter.py author-finder --url <value>

Output Format

All commands output JSON by default.

Script Reference

Script Description
{baseDir}/scripts/hunter.py Main CLI — all commands in one tool

Credits

Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.

📅 Need help setting up OpenClaw for your business? Book a free consultation