find-email

Locates and verifies a specific person's email address through a tiered free-to-paid escalation ladder.

Updated Jul 14, 2026
One-click install
npx skills add https://github.com/raian-pollock/operator-skills --skill find-email-raian-pollock
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: find-email
Source: https://github.com/raian-pollock/operator-skills/tree/main/find-email
Command: npx skills add https://github.com/raian-pollock/operator-skills --skill find-email-raian-pollock

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Finding a specific person's email address for prospecting often ends prematurely after a few pattern guesses, or worse, sends to an unverified guess. This Skill enforces a disciplined escalation ladder so agents exhaust free lookup methods, verify every candidate address, and only escalate to paid tools with explicit user approval. ## Core Features & Use Cases - Tiered escalation ladder: Runs six tiers in order — finder API pattern verification, search-engine dork sweeps, specialized sources (GitHub commit logs, Wayback Machine, academic papers, speaker bios), a second finder API, profile-URL enrichment, and paid unlocks — stopping at the first verified result. - Verification discipline: Never sends to unverified addresses, tags every result with its provenance (e.g. finder status, Hunter confidence score), and flags catch-all or pattern-generated results as risky. - Fallback handling: Routes to LinkedIn/X DM or warm intro when the email is genuinely hidden, and caches discovered domain patterns for future lookups. - Use Case: You need an investor's email for cold outreach. The agent runs pattern verification across their firm and personal domains, mines their GitHub commits, checks archived team pages, and returns a verified address with its source — or confirms the email is intentionally hidden and drafts a DM instead. ## Quick Start Find and verify the email address for Jane Doe at acmecorp.com, escalating through free lookup tiers before considering any paid option.

Frequently Asked Questions about find-email

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

FAQPage Schema
How do I find someone's email address for cold outreach?▼

Start with a free-tier email finder API to verify common name patterns at the person's domain, then escalate to search-engine dorks, GitHub commit logs, and archived web pages. Only send to addresses that return a valid or risky verification status.

What email finder tools work best for prospecting?▼

Anymail Finder and Hunter.io both offer free tiers for find and verify calls, while enrichment APIs like Surfe support lookup by LinkedIn profile URL. Paid tools like RocketReach or Lead411 are reserved for hard targets with explicit user approval.

Can I trust a verified result from an email finder?▼

Not always. Check the source classification: results scraped from a real page are trustworthy, but pattern-generated results on catch-all domains are unreliable because any address would verify there. Tag every result with its provenance before sending.

How do I find an email from a GitHub profile?▼

Clone one of the user's public non-fork repositories and run git log to list author emails, or query the GitHub public events API. This works unless the user has enabled noreply email masking.

What should I do when no email can be found?▼

After exhausting all free tiers and an offered paid unlock, treat the email as intentionally hidden and fall back to a LinkedIn DM, X DM, or warm introduction. Record the DM-only status so future sessions do not repeat the search.