cold-email-verifier

Verify and enrich cold email addresses from CSV files.

581|60|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Varnan-Tech/opendirectory --skill cold-email-verifier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cold-email-verifier
Source: https://github.com/Varnan-Tech/opendirectory/tree/main/skills/cold-email-verifier
Command: npx skills add https://github.com/Varnan-Tech/opendirectory --skill cold-email-verifier

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, pandas, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of guessing, enriching, and verifying cold email addresses from a CSV file, saving you time and effort in lead validation.

Core Features & Use Cases

  • Email Verification: Uses ValidEmail.co or Reacher to verify the deliverability of email addresses.
  • Domain Lookup: Automatically discovers corporate domains using the Clearbit API.
  • Email Permutation: Generates standard email permutations based on lead data.
  • Use Case: If you have a list of leads with First Name, Last Name, and Company Name, this Skill can guess their email addresses and verify their deliverability, allowing you to reach out to potential clients more efficiently.

Quick Start

Use the cold-email-verifier skill to verify the emails in 'leads.csv'.

Frequently Asked Questions about cold-email-verifier

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify cold email deliverability from a CSV file?

This Skill automates email verification for cold leads in a CSV file by checking deliverability using ValidEmail.co and Reacher, processing the data with pandas to validate email addresses.

Can I guess email addresses using first name, last name, and company name?

Yes, you can guess email addresses using first name, last name, and company name by leveraging the Skill's email permutation generation and domain lookup features to automatically discover corporate domains and generate standard email formats.

How does domain lookup work for finding corporate email domains?

Domain lookup for finding corporate email domains works by automatically discovering the correct domains using the Clearbit API, which then feeds into the email permutation process to generate accurate candidate email addresses for verification.

Do I need an API key to use ValidEmail.co or Reacher for email verification?

Yes, verifying email deliverability with ValidEmail.co or Reacher requires valid API credentials for those services, along with Python dependencies like requests and pandas for data processing and executing the verification checks.

What is the best way to enrich leads and verify emails in bulk?

The best way to enrich leads and verify emails in bulk is to load a CSV file with names and company data, let the Skill perform domain lookup and email permutation, and then validate the generated addresses using ValidEmail.co or Reacher.

Why does email permutation require a CSV file for lead enrichment?

Email permutation requires a CSV file for lead enrichment because it uses pandas to read the structured lead data, generating standard email permutations based on the first name, last name, and company name columns to prepare addresses for verification.