Hunter
/install 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 \x3Cvalue> --limit "10" --type \x3Cvalue>
# Find specific person's email
python3 {{baseDir}}/scripts/hunter.py email-finder --domain \x3Cvalue> --first-name \x3Cvalue> --last-name \x3Cvalue>
# Verify an email address
python3 {{baseDir}}/scripts/hunter.py email-verifier --email \x3Cvalue>
# Count emails for domain
python3 {{baseDir}}/scripts/hunter.py email-count --domain \x3Cvalue>
# 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 \x3Cvalue> --first-name \x3Cvalue> --last-name \x3Cvalue> --company \x3Cvalue>
# Update a lead
python3 {{baseDir}}/scripts/hunter.py update-lead \x3Cid> --email \x3Cvalue> --first-name \x3Cvalue> --last-name \x3Cvalue>
# Delete a lead
python3 {{baseDir}}/scripts/hunter.py delete-lead \x3Cid>
# 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 \x3Cvalue>
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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install hunter - After installation, invoke the skill by name or use
/hunter - Provide required inputs per the skill's parameter spec and get structured output
What is Hunter?
Hunter.io — email finder, email verifier, domain search, author finder, and lead management. It is an AI Agent Skill for Claude Code / OpenClaw, with 435 downloads so far.
How do I install Hunter?
Run "/install hunter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Hunter free?
Yes, Hunter is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Hunter support?
Hunter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Hunter?
It is built and maintained by aiwithabidi (@aiwithabidi); the current version is v1.0.0.