Cold Email Generator
/install cold-email-generator
cold-email-generator
Purpose: Generate personalized cold emails pitching Gracie AI Receptionist to local businesses.
Takes a business name + website URL, scrapes their site to extract real context (services, staff, location), then uses Ollama (llama3.2) to write a short, specific cold email — not a template.
Usage
Single business
python3 ~/StudioBrain/00_SYSTEM/skills/cold-email-generator/generator.py \
--name "Victory Auto Repair" \
--url "https://victoryautosi.com" \
--phone "718-698-9896"
Single business + save to file
python3 ~/StudioBrain/00_SYSTEM/skills/cold-email-generator/generator.py \
--name "P.A.C. Plumbing" \
--url "https://pac-plumbing.com" \
--save
Batch: all leads with websites from MASTER_LEAD_LIST.md
python3 ~/StudioBrain/00_SYSTEM/skills/cold-email-generator/generator.py --list
python3 ~/StudioBrain/00_SYSTEM/skills/cold-email-generator/generator.py --list --save
Output
- Prints email to terminal
--savewrites to:~/StudioBrain/30_INTERNAL/WLC-Services/OUTREACH/[business-name].txt
What It Does
- Scrapes homepage (+ about/contact pages if linked)
- Extracts: business name, owner, services, location, staff mentions
- Sends context to
ollama run llama3.2with a structured prompt - Returns a 3-paragraph email under 150 words
Dependencies
- Scrapling:
~/StudioBrain/00_SYSTEM/skills/scrapling/scrape.py - Ollama with llama3.2:
ollama listto verify - LEADS file:
~/StudioBrain/30_INTERNAL/WLC-Services/LEADS/MASTER_LEAD_LIST.md
Gracie Pitch Details
- Setup: $299
- Monthly: $399/mo
- Demo line: (347) 851-1505
- Pitched by: Jay Jimenez, White Lighter Club Studios
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cold-email-generator - After installation, invoke the skill by name or use
/cold-email-generator - Provide required inputs per the skill's parameter spec and get structured output
What is Cold Email Generator?
Generates personalized, concise cold emails pitching Gracie AI Receptionist by scraping business websites for relevant details. It is an AI Agent Skill for Claude Code / OpenClaw, with 319 downloads so far.
How do I install Cold Email Generator?
Run "/install cold-email-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cold Email Generator free?
Yes, Cold Email Generator is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Cold Email Generator support?
Cold Email Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cold Email Generator?
It is built and maintained by JayJJimenez (@jayjjimenez); the current version is v1.0.0.