Install
openclaw skills install @jzargona/lead-enrichment-scannerAutomated B2B lead generation and enrichment. Input: company names or domains. Output: enriched contact records with decision-maker names, emails, LinkedIn p...
openclaw skills install @jzargona/lead-enrichment-scannerActivate when the user wants to:
v1.0 limitations: This is a basic scraper + optional LLM enrichment. Decision-maker names, LinkedIn profiles, verified contacts, CRM import, and outreach drafts are NOT implemented (v1.1).
Create a text file with company names (one per line):
cat > companies.txt <<EOF
Stripe
Notion
Linear
EOF
clawhub run lead-enrichment-scanner enrich \
--input companies.txt \
--output leads.csv
What v1.0 actually extracts:
clawhub run lead-enrichment-scanner enrich \
--input companies.txt \
--output leads.csv \
--dry-run
clawhub run lead-enrichment-scanner configure \
--respect-robots-txt true \
--rate-limit-seconds 5
name — company name as provideddomain — guessed domaindescription — from homepage scrape or LLM (if key set)email_patterns — guessed email formats (e.g. {firstname}@domain.com)social_links — LinkedIn/Twitter/GitHub links found on homepageImportant: Email patterns are guesses, not verified deliverable addresses. Do not send outreach without verifying addresses first.
Empty description for a company?
Email patterns look wrong?
Want LinkedIn enrichment, CRM import, or outreach drafts?