log in sign up now
Email to Full Person Profile back to library
~ / library / Identity Resolution / email-to-full-person-profile

Email to Full Person Profile

Resolve a business email to a complete identity - LinkedIn profile, job title, company, personal email, and mobile phone.
  • Take this email and give me the full identity - name, title, company, and LinkedIn
  • Reverse-lookup this email address into a complete profile

What this skill does

Takes a business email address and resolves it to a complete identity record. The primary path is one call - reverse_email_lookup returns the full business profile, firmographics, business + personal email, and additional emails on file. A step-by-step chain is available as the detailed enrichment route when a field comes back empty, or whenever mobile is wanted - mobile comes only from linkedin_to_mobile_phone in the chain.

If the email isn't in the identity graph, there's nothing to show - no credits wasted on follow-up calls.

Chain

Primary (one call):

business email
  to reverse_email_lookup          (email to full profile + firmographics + business/personal/additional emails)

Detailed / enrichment route:

business email
  to email_to_linkedin             (email to LinkedIn URL)
  to reverse_linkedin_lookup       (LinkedIn to name, title, company, firmographics)
  to linkedin_to_personal_email         (LinkedIn to personal email)     ─┐ parallel
  to linkedin_to_mobile_phone                  (LinkedIn to mobile)             ─┘

Inputs

  • Business email - single address or a batch list

Output - single email

Resolved: jane@acmecorp.com

Jane Smith - Head of Marketing, Acme Corp
LinkedIn:  https://www.linkedin.com/in/janesmith
Location:  San Francisco, US
Industry:  Information Technology · 201–500 employees

Personal email:  jane.smith@gmail.com (validated 2024-09-17)
Mobile:          +1 415 555 0192

Batch mode

Every endpoint takes a single input, so for a list the skill calls reverse_email_lookup once per email, fired in parallel - one call apiece covers the full identity. If the detailed route is needed, the per-email LinkedIn enrichment runs the same way (one call per URL; linkedin_to_mobile_phone is the one endpoint that accepts a linkedin_urls array up to 100).

Tips

  • Estimated up to 4 credits per email on full hits - personal email and phone misses are free
  • If the email isn't found in the identity graph, the skill stops and reports - doesn't waste credits on follow-up calls
  • Business email domain ≠ guaranteed company domain - relies on profile data, not domain inference
01 Download the .moltsets skill file below
02 Open Claude and go to Settings to Skills
03 Click Add skill and select the downloaded file
04 Open a new chat in Claude
05 Prompt Claude using one of the example prompts or use your own
// difficultyIntermediate
// connectionCSV, Google Sheets, Excel
// got a skill of your own? Submit it to the library