← 返回
沟通协作 中文

Cold Email Generator

Generates personalized, concise cold emails pitching Gracie AI Receptionist by scraping business websites for relevant details.
通过抓取商业网站的相关信息,生成个性化、简洁的Gracie AI接待员推销邮件。
jayjjimenez
沟通协作 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 572
下载
💾 10
安装
1
版本
#latest

概述

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
  • --save writes to: ~/StudioBrain/30_INTERNAL/WLC-Services/OUTREACH/[business-name].txt

What It Does

  1. Scrapes homepage (+ about/contact pages if linked)
  2. Extracts: business name, owner, services, location, staff mentions
  3. Sends context to ollama run llama3.2 with a structured prompt
  4. Returns a 3-paragraph email under 150 words

Dependencies

  • Scrapling: ~/StudioBrain/00_SYSTEM/skills/scrapling/scrape.py
  • Ollama with llama3.2: ollama list to 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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 17:41 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

imap-smtp-email

gzlicanyi
使用IMAP/SMTP读取和发送邮件;检查新/未读邮件、获取内容、搜索邮箱、标记已读/未读、发送带附件的邮件。支持...
★ 114 📥 52,443
ai-intelligence

Craigslist Monitor

jayjjimenez
抓取Craigslist纽约服务类广告,筛选斯塔顿岛、布鲁克林和布朗克斯地区需要增加客户来电的小型自营企业,适用于潜在客户开发。
★ 0 📥 528
communication-collaboration

Slack

steipete
当需要通过 slack 工具从 Clawdbot 控制 Slack 时使用,包括在频道或私信中回复消息或置顶/取消置顶项目。
★ 157 📥 47,688