email-enrichment

Enriches email lists into verified names, titles, companies, and profile URLs via waterfall workflow.

7|3|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/crustdata/skills --skill email-enrichment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email-enrichment
Source: https://github.com/crustdata/skills/tree/main/email-enrichment
Command: npx skills add https://github.com/crustdata/skills --skill email-enrichment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enriching contact information from lists of emails and names is time-consuming and error-prone; this skill automates discovery of verified person details across work, edu, and personal domains.

Core Features & Use Cases

  • Seven-phase waterfall workflow including domain identify, direct enrich, name+company search, email_contains search, name search, web search, and scoring gate for high-precision matches.
  • Post-verification checks for work/edu results to ensure employer-domain alignment and name-prefix match.
  • Personal emails supported via the personal_email path with recoveries via phase 4-6 fallbacks.
  • Output includes email, name, title, company, and profile URL suitable for outreach.

Quick Start

Provide a CSV or list of emails to enrich, and run the enrichment workflow to obtain verified names, headlines, companies, and profile URLs.

Frequently Asked Questions about email-enrichment

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

FAQPage Schema
How do I enrich a list of emails with verified contact details?

Email enrichment automates contact discovery by running a seven-phase waterfall workflow on a list of emails. It returns verified contact details including name, headline, company, and profile URL for work, edu, and personal emails.

Can I enrich personal email addresses or does it only work with work and edu domains?

Personal emails are fully supported via a dedicated path. If initial enrichment fails, the workflow recovers contact details using name search, email_contains search, and web search fallback phases.

How does email enrichment ensure data quality and accuracy for lead generation?

Data quality is enforced through post-verification checks for employer-domain alignment and a final scoring gate. Only high-confidence matches with verified name prefixes are accepted into the final output.

Do I need the Crustdata MCP tools to run the contact enrichment workflow?

Yes, the workflow requires Crustdata MCP tools including crustdata_company_identify, crustdata_people_enrich, crustdata_people_search_db, and crustdata_web_search to execute its multi-phase discovery process.

What is the best way to verify employer-domain alignment when enriching work emails?

The workflow executes post-verification checks specifically for work and edu results. It validates employer-domain alignment and name-prefix matches before returning the enriched contact profile.

What format should I provide for prospecting email lists to enrich?

You should provide a CSV or a simple list of emails. The workflow processes this input to identify domains and execute the enrichment phases to output verified names, headlines, companies, and profile URLs.