Verifies and guesses cold email addresses from a CSV using ValidEmail.co or Reacher engine. Processes leads with First Name, Last Name, Company Name to discover domains and generate email permutations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/opendirectory-gtm-skills:cold-email-verifierThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill autonomously processes a CSV of leads (containing First Name, Last Name, and Company Name), discovers their corporate domain, generates professional email permutations, and strictly verifies their deliverability.
This skill autonomously processes a CSV of leads (containing First Name, Last Name, and Company Name), discovers their corporate domain, generates professional email permutations, and strictly verifies their deliverability.
It is designed to solve the problem of missing contact info by guessing core email angles and then checking which one is real.
You don't need to provide emails in your CSV! If the CSV only contains First Name, Last Name, and Company Name, the script will automatically:
Once the emails are guessed, the script must verify them. We support three methods:
The absolute best option. ValidEmail.co provides enterprise-grade accuracy, bypasses strict catch-all servers, and handles IP reputation for you.
If you want a 100% free, open-source solution, you can host the Reacher backend yourself on a cloud provider (like AWS, GCP, or Hetzner).
You can run the Reacher CLI directly on your laptop.
First, ensure dependencies are installed: pip install -r requirements.txt
To use ValidEmail.co (Recommended):
ash export VALIDEMAIL_API_KEY="your_api_key_here" python scripts/email_verifier.py --input leads.csv --output verified_leads.csv --mode validemail
To use Self-Hosted Reacher:
ash python scripts/email_verifier.py --input leads.csv --output verified_leads.csv --mode reacher-http --reacher-url "http://your-server-ip:8080/v0/check_email"
The input CSV must contain these exact column headers (or their specific mappings):
npx claudepluginhub your-voldemort/opendirectory2plugins reuse this skill
First indexed Jun 2, 2026
Verifies and guesses cold email addresses from a CSV using ValidEmail.co or Reacher engine. Processes leads with First Name, Last Name, Company Name to discover domains and generate email permutations.
Automates Hunter.io email intelligence: search domains for emails, find specific contacts, verify deliverability, manage leads, and monitor usage via natural language commands through Composio MCP.
Finds verified work email addresses for B2B contacts using multi-provider waterfall discovery. Activates on email find, lookup, enrichment requests.