Install
openclaw skills install skill-cold-email-outreachAutomate B2B cold email outreach by sourcing leads from Apollo, verifying with Hunter.io, and uploading to Instantly for a 3-email drip campaign in one command.
openclaw skills install skill-cold-email-outreachApollo → Hunter → Instantly automated cold email pipeline.
Scrape leads, verify emails, upload to campaign — fully automated B2B outreach in one command.
# 1. Edit config.js — add your keys
cp scripts/config.example.js scripts/config.js
# Fill in: instantly.apiKey, hunter.apiKey, apollo.apiKey, target ICP
# 2. Run
node scripts/import-csv.js your-apollo-export.csv
| File | Purpose |
|---|---|
import-csv.js | Apollo CSV → Hunter verify → Instantly upload |
pipeline.js | Apollo API scrape → Hunter verify → Instantly upload |
config.example.js | Config template (copy to config.js) |
emails.js | 3-email sequence content (customize subject/body) |
target: {
industries: ["ecommerce", "retail"],
countries: ["AE", "SA", "EG"], // ISO-2 codes
titles: ["Founder", "CEO", "Owner"],
perPage: 25,
maxLeads: 200,
}
📋 Parsed 18 rows from CSV
🔍 Verifying emails with Hunter...
✓ john@example.com — John @ Acme Store
✗ bad@fake.com — invalid
✅ Verified: 17 / 18 leads
📤 Uploading to Instantly...
╔══════════════════════════════════╗
║ IMPORT COMPLETE ⚡ ║
║ Uploaded: 17 ║
║ Failed: 0 ║
╚══════════════════════════════════╝