Install
openclaw skills install openclaw-skill-contact-finderFind professional emails and contacts from a name + company/domain using SerpAPI + OpenAI GPT-4o-mini.
openclaw skills install openclaw-skill-contact-finderFind professional emails and contacts from a name + company/domain. Combines SerpAPI (Google Search) and OpenAI GPT-4o-mini to search, extract, and validate contacts.
python3 scripts/find_contacts.py --company "Acme Corp" --domain "acme.com" --name "John Doe"
python3 scripts/find_contacts.py --company "Stripe" --domain "stripe.com"
python3 scripts/find_contacts.py --company "OpenAI" --domain "openai.com" --name "Sam Altman" --output json
| Flag | Description | Required |
|---|---|---|
--company | Company name | ✅ |
--domain | Email domain (e.g. acme.com) | ✅ |
--name | Full name to search (optional) | ❌ |
--output | Output format: table (default) or json | ❌ |
Returns a list of contacts with:
high / medium / lowpip3 install openai requests
Set credentials in environment or edit scripts/find_contacts.py:
SERPAPI_KEYOPENAI_API_KEY"name" site:domain email, LinkedIn profilesSee references/patterns.md for email pattern documentation and sources.