cold-email-personalizer

Generate personalized cold email subjects and bodies from CSV or JSON lead data.

39|9|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/yangliu2060/smith--skills --skill cold-email-personalizer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cold-email-personalizer
Source: https://github.com/yangliu2060/smith--skills/tree/main/cold-email-personalizer
Command: npx skills add https://github.com/yangliu2060/smith--skills --skill cold-email-personalizer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

本技能根据潜在客户信息自动生成高度个性化的冷邮件,包含定制化的主题行和邮件正文,帮助提升邮件打开率和回复率。

Core Features & Use Cases

  • 从潜在客户数据(姓名、公司、职位、行业等)自动生成主题行和邮件正文
  • 支持 leads.csv/ leads.json 批量导入并对未处理的潜在客户逐一生成邮件
  • 输出结构化结果(JSON),可选导出 CSV 以导入邮件工具
  • 方便将冷邮件生成嵌入现有销售工作流,提升投递效率

Quick Start

  • 准备 leads.csv 或 leads.json,字段包含 name, email, company, position, industry, status
  • 运行技能,系统将对 status 不是 "sent" 的记录逐一生成主题和正文
  • 查看输出结果(emails.json),或查看辅助的 Markdown 预览

Frequently Asked Questions about cold-email-personalizer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate personalized cold emails from a lead list?

Personalized cold email generation automates creating customized subject lines and body text for each lead in your CSV or JSON file. Prepare a leads file with fields like name, email, company, position, and industry, run the Skill to process unsent records, and receive structured JSON output with individualized emails ready for outreach.

What lead data fields do I need to generate effective cold emails?

Cold email personalization requires lead data including name, email, company, position, industry, and status fields. The Skill uses these fields to tailor subject lines and body content for each prospect, ensuring relevance and improving open and reply rates in B2B sales workflows.

Can I batch process multiple leads at once for cold email outreach?

Batch cold email generation supports both CSV and JSON lead lists. The Skill processes multiple records in one run, generating personalized emails for all unsent leads and outputting results as structured JSON with optional CSV export for importing into email tools.

How do I track which leads have already received cold emails?

The Skill uses a status field to identify which leads have been contacted. Only records with status not equal to "sent" are processed, allowing you to safely re-run the workflow without duplicating outreach to existing prospects.

What output formats do I get after generating cold emails?

Cold email generation produces structured JSON output containing subject lines and body text for each lead, with an optional Markdown preview for review. You can export results as CSV for direct import into email platforms or sales automation tools.

Is prior sales experience required to use cold email personalization?

No prior experience required. Prepare a leads file with standard prospect information and run the Skill to automate email creation. The system handles personalization logic, making it accessible for sales teams and automation workflows of any skill level.