Skills tomba-contact-intelligence
Use Tomba MCP tools for contact discovery, verification, enrichment, and company research.
git clone https://github.com/openclaw/skills
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/benemohamed/tomba-contact-intelligence" ~/.claude/skills/clawdbot-skills-tomba-contact-intelligence && rm -rf "$T"
skills/benemohamed/tomba-contact-intelligence/SKILL.mdTomba Contact Intelligence
Use this skill when the user needs contact discovery, email verification, lead enrichment, phone lookup, domain research, company research, or technology/competitor analysis.
This skill assumes the Tomba MCP server is already connected and the following tools are available in the session:
domain_searchemail_finderemail_verifieremail_enrichmentauthor_finderlinkedin_finderphone_finderphone_validatoremail_countsimilar_findertechnology_findercompanies_search
When To Use
Use this skill for requests like:
- find the best person to contact at a company
- guess and verify an email address
- enrich a lead with company and contact data
- find phone numbers tied to an email, domain, or LinkedIn profile
- research a domain's scale, technology, or similar competitors
- build target company lists with industry, size, location, or revenue filters
Do not use this skill for general web research that does not need Tomba data, or when the user is asking for unsupported actions such as sending emails.
Tool Selection
Choose tools based on the user's objective:
- Use
when you have a person name plus company or domain.email_finder - Use
afteremail_verifier
when the user needs a validated result.email_finder - Use
when the user already has an email and wants more profile data.email_enrichment - Use
when the user wants contacts for a company or domain without a specific person.domain_search - Use
when the user wants phone numbers from an email, domain, or LinkedIn profile.phone_finder - Use
when the user provides a phone number and wants validation or carrier details.phone_validator - Use
when the user has a LinkedIn URL and wants an email.linkedin_finder - Use
when the user provides an article URL and wants the author's contact.author_finder - Use
to estimate the reachable contact surface for a domain.email_count - Use
to inspect a company's website stack.technology_finder - Use
to find comparable or competing domains.similar_finder - Use
when the user wants a company list filtered by market, geography, size, revenue, type, or industry.companies_search
Workflow Guidance
Prefer short multi-step workflows that improve confidence:
- If the user names a person, start with
.email_finder - Verify the result with
before presenting it as high-confidence.email_verifier - If the user wants broader prospecting, use
orcompanies_search
first.domain_search - Add
,email_enrichment
,phone_finder
, ortechnology_finder
only when they answer the user's actual goal.similar_finder
When several plausible contacts exist, rank them by relevance to the requested department or role and say why the top result was selected.
If the user does not provide enough information, ask only for the missing fields that materially improve the result, such as company domain, full name, article URL, LinkedIn URL, or target department.
Output Expectations
When returning results:
- distinguish clearly between confirmed data and inferred data
- mention whether an email was verified
- include the source input used for each lookup
- keep summaries concise and decision-oriented
- if no high-confidence result is found, say that directly and suggest the next best lookup path
Common Playbooks
Find A Person's Best Email
- Use
with the person's name and company.email_finder - Use
on the strongest candidate.email_verifier - If requested, use
andemail_enrichment
.phone_finder
Research A Company For Outreach
- Use
to identify existing contacts.domain_search - Use
to estimate contact coverage.email_count - Use
andtechnology_finder
for company context.similar_finder
Build A Target Account List
- Use
with the user's market filters.companies_search - For top matches, use
ordomain_search
for contact discovery.email_finder - Verify candidate emails before presenting them as final.