Lead Discovery
by @ipythoning
AI-driven lead discovery for B2B export. Searches web for potential buyers matching ICP, evaluates fit, and creates CRM records for follow-up.
clawhub install lead-discoveryπ About This Skill
name: lead-discovery description: "AI-driven lead discovery for B2B export. Searches web for potential buyers matching ICP, evaluates fit, and creates CRM records for follow-up."
Lead Discovery β AI-Powered Prospecting
Automatically search, filter, and evaluate potential buyers based on your ICP profile.
Triggers
Search Strategy
Search Dimensions (rotate daily, pick 1-2)
1. Target Market Procurement - "{{product}} buyers [target country] 2026" - "[target country] fleet expansion logistics company" - "[target country] construction equipment procurement"2. Trade Shows & Procurement Signals - "{{product}} buyers exhibition Africa Middle East 2026" - "transport logistics tender [region]"
3. Company Research (read website) - After discovering a target company, read their website for detailed info
4. Customs / Trade Data - "[target country] {{product}} import statistics" - "{{product}} import demand [region] 2026"
Search Execution
Jina Search (find potential buyers)
curl -s 'https://s.jina.ai/QUERY_URL_ENCODED' \
-H 'Authorization: Bearer $JINA_API_KEY' \
-H 'Accept: application/json'
Jina Reader (read company website)
curl -s 'https://r.jina.ai/https://target-company.com' \
-H 'Authorization: Bearer $JINA_API_KEY' \
-H 'Accept: application/json'
JINA_API_KEY in .secrets/env. Get one free at https://jina.ai/
3-Layer Enrichment Pipeline
Layer 1: Website Extraction
Read company website via Jina Reader β extract:Layer 2: Purchase Signal Search
Jina Search for:Layer 3: Information Integration
Evaluation Flow
For each discovered prospect: 1. Extract: company name, country, industry, size, contact info (email/WhatsApp/phone) 2. Read company website via Jina Reader for deep understanding 3. Score per USER.md ICP criteria (1-10) 4. ICP >= 5: Write to CRM (source=web_discovery, status=new)
5. ICP >= 7: Also mark as hot_lead, create research note
6. Email found: Mark next_action=email_outreach
7. WhatsApp found: Mark next_action=whatsapp_outreachOutput Format (report to owner)
Today discovered X potential leads:1. [Company] - [Country] - ICP [X]/10
Industry: [industry] | Size: [size]
Source: [search query]
Contact: [email/website/whatsapp]
Recommendation: [Send cold email / WhatsApp contact / More research / Enter nurture pool]
Added to CRM: X | Pending email outreach: X | Pending WhatsApp: X