/cold-email-verifier
Use when the user wants to verify cold emails, enrich a lead list, or autonomously guess email addresses from a CSV using ValidEmail.co or the open-source Reacher engine.
$ npx -y skills add Varnan-Tech/opendirectory --skill cold-email-verifier --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/cold-email-verifier
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when the user wants to verify cold emails, enrich a lead list, or autonomously guess email addresses from a CSV using ValidEmail.co or the open-source Reacher engine.
SKILL.md
cold-email-verifier.SKILL.mdname: cold-email-verifier
description: Use when the user wants to verify cold emails, enrich a lead list, or autonomously guess email addresses from a CSV using ValidEmail.co or the open-source Reacher engine.
Cold Email Verifier and Guesser (Public)
Overview
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.
The Email Guessing Engine
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: 1. Look up the company's official domain using the free Clearbit API. 2. Clean the names (removing punctuation) and generate the 3 most common corporate email formats:
- first@domain.com
- first.last@domain.com
- firstlast@domain.com
Verification Methods (Choose Your Engine)
Once the emails are guessed, the script must verify them. We support three methods:
1. ValidEmail.co API (Highly Recommended)
**The absolute best option.** ValidEmail.co provides enterprise-grade accuracy, bypasses strict catch-all servers, and handles IP reputation for you.
- **Free Tier:** They offer a generous free tier (50 free verification credits on signup) to get you started!
- **How to use:** Go to [validemail.co](https://validemail.co), create an account, get your API key, and run the script in --mode validemail.
2. Reacher Open Source (Self-Hosted)
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).
- **GitHub Repo:** [reacherhq/check-if-email-exists](https://github.com/reacherhq/check-if-email-exists)
- **Important:** Your cloud provider MUST have outbound Port 25 open.
- **How to use:** Host the docker container, then run the script using --mode reacher-http --reacher-url "http://<YOUR_SERVER_IP>:8080/v0/check_email".
3. Reacher Local CLI (Not Recommended / Unreliable)
You can run the Reacher CLI directly on your laptop.
- **Warning:** Residential ISPs globally block Port 25 to prevent spam. Furthermore, major mail servers (Microsoft, Google) will automatically reject SMTP handshakes from residential Wi-Fi IP addresses.
- **Result:** You will get massive amounts of false negatives and timeouts. Use ValidEmail.co instead.
How to Execute
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" `
CSV Format Requirements
The input CSV must contain these exact column headers (or their specific mappings):
- First Name
- Last Name
- Company Name
- Domain (Optional - highly recommended for accuracy)
Read more
name: cold-email-verifier description: Use when the user wants to verify cold emails, enrich a lead list, or autonomously guess email addresses from a CSV using ValidEmail.co or the open-source Reacher engine.
Cold Email Verifier and Guesser (Public)
Overview
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.
The Email Guessing Engine
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: 1. Look up the company's official domain using the free Clearbit API. 2. Clean the names (removing punctuation) and generate the 3 most common corporate email formats:
- first@domain.com
- first.last@domain.com
- firstlast@domain.com
Verification Methods (Choose Your Engine)
Once the emails are guessed, the script must verify them. We support three methods:
1. ValidEmail.co API (Highly Recommended)
**The absolute best option.** ValidEmail.co provides enterprise-grade accuracy, bypasses strict catch-all servers, and handles IP reputation for you.
- **Free Tier:** They offer a generous free tier (50 free verification credits on signup) to get you started!
- **How to use:** Go to [validemail.co](https://validemail.co), create an account, get your API key, and run the script in --mode validemail.
2. Reacher Open Source (Self-Hosted)
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).
- **GitHub Repo:** [reacherhq/check-if-email-exists](https://github.com/reacherhq/check-if-email-exists)
- **Important:** Your cloud provider MUST have outbound Port 25 open.
- **How to use:** Host the docker container, then run the script using --mode reacher-http --reacher-url "http://<YOUR_SERVER_IP>:8080/v0/check_email".
3. Reacher Local CLI (Not Recommended / Unreliable)
You can run the Reacher CLI directly on your laptop.
- **Warning:** Residential ISPs globally block Port 25 to prevent spam. Furthermore, major mail servers (Microsoft, Google) will automatically reject SMTP handshakes from residential Wi-Fi IP addresses.
- **Result:** You will get massive amounts of false negatives and timeouts. Use ValidEmail.co instead.
How to Execute
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" `
CSV Format Requirements
The input CSV must contain these exact column headers (or their specific mappings):
- First Name
- Last Name
- Company Name
- Domain (Optional - highly recommended for accuracy)
AI Agent Skills built for Founders who hate Marketing
Repo: Varnan-Tech/opendirectory
Other skills on opendirectory-gtm-skills.
- /app-store-review-arbitrage
Fetches low-star App Store and Google Play reviews, clusters them into broken-promise patterns, and generates a ranked copy brief with positioning opportunities.
Open skill - /blog-cover-image-cli
Use when the user asks to generate a blog cover image, thumbnail, or article header. Automatically uses modern typography, brand logos, and Google Search grounding to create beautiful 16:9 images with Gemini 3.1 Flash Image Preview.
Open skill - /brand-alchemy
World-class brand strategist and naming expert. Uses an interrogation-led discovery phase to extract your brand's DNA, then applies scientific naming frameworks (Phonosemantics) and automated multi-TLD domain checking.
Open skill - /claude-md-generator
Use when the user asks to generate or update a project's CLAUDE or AGENTS context file from a codebase scan. Writes a focused file under 100 lines containing only the non-obvious build commands, conventions, and gotchas Claude Code needs.
Open skill - /company-radar
Competitive intelligence orchestrator tracking companies across 8+ platforms (GitHub, Twitter, Reddit, HN, PH, YC Jobs) with heat scores and AI briefings.
Open skill - /competitor-pr-finder
Give it your product URL or description. It finds your top 5 competitors, runs three-track PR research across all of them (editorial, podcasts, communities), identifies which channels appear most frequently, looks up the journalist or host for each, and returns a tiered outreach
Open skill

