/install cold-email-engine
Cold Email Engine
Automated outbound email pipeline: find leads → enrich contacts → send personalized emails → drip follow-ups.
Pipeline
- Source leads — from CSV, Google Sheets, API scraping, or manual input
- Enrich — find emails via website scraping, Hunter.io, or Apollo
- Personalize — variable substitution in templates ({name}, {company}, {pain_point})
- Send — via Resend, SendGrid, or raw SMTP with rate limiting
- Drip — automated follow-ups at day 3 and day 7
- Track — log all sends, bounces, replies to CSV/Sheets
Requirements
- Email provider API key — Resend (
RESEND_API_KEY), SendGrid, or SMTP credentials - Verified sending domain — with SPF, DKIM, DMARC configured
- Lead source — CSV file, Google Sheet ID, or API endpoint
Quick Start
# Set environment
export RESEND_API_KEY=your_key
# Send from CSV
node scripts/cold-email-engine.js --source leads.csv --template templates/default.txt --from "Name \[email protected]>"
# Dry run (no emails sent)
node scripts/cold-email-engine.js --source leads.csv --template templates/default.txt --dry-run
# Run drip follow-ups
node scripts/cold-email-engine.js --drip --days 3
Configuration
Edit scripts/config.json:
maxPerDay: Daily send limit per domain (default: 25)delayBetweenMs: Delay between emails in ms (default: 3000)dripDays: Follow-up schedule [3, 7] days after initial sendsuppressionFile: Path to suppression/unsubscribe listtrackingFile: Path to send log
Templates
Templates use {variable} syntax. Available variables:
{first_name},{last_name},{email}{company},{website},{city},{state}{pain_point}— auto-generated from website analysis{sender_name},{sender_title}
Template Example
Subject: {company} — quick question
Hi {first_name},
I noticed {company} {pain_point}. We help businesses like yours
fix that in under a week.
Would it make sense to chat for 10 minutes this week?
{sender_name}
{sender_title}
Compliance
- CAN-SPAM: physical address in footer, unsubscribe mechanism
- GDPR: only email businesses (B2B exemption), honor removal requests
- Rate limits: 25/day per domain, 3-second delay between sends
- Suppression list checked before every send
Scripts
scripts/cold-email-engine.js— Main send enginescripts/enrich-leads.js— Email finder from websites/domainsscripts/config.json— Configuration
References
- See
references/deliverability.mdfor domain warmup and inbox placement - See
references/templates.mdfor proven email templates by industry
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cold-email-engine - After installation, invoke the skill by name or use
/cold-email-engine - Provide required inputs per the skill's parameter spec and get structured output
What is Cold Email Engine?
Automated cold email outreach system with lead enrichment, personalized templates, drip sequences, and CAN-SPAM compliance. Use when building outbound sales... It is an AI Agent Skill for Claude Code / OpenClaw, with 330 downloads so far.
How do I install Cold Email Engine?
Run "/install cold-email-engine" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cold Email Engine free?
Yes, Cold Email Engine is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cold Email Engine support?
Cold Email Engine is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cold Email Engine?
It is built and maintained by merjua14 (@merjua14); the current version is v1.0.0.