cold-email

cold-email is a skill for Claude Code, Codex from Frontal-so/outbound-skills. It costs 177 tokens per session (2,591 once invoked), scanned A, original, MIT.

A cold-email strategy skill for planning business outreach, including email writing, delivery setup, personalization, compliance, and follow-up campaigns.

In plain words
What is it for?
Use it to create email sequences, improve deliverability settings such as SPF, DKIM, and DMARC, personalize messages, and manage bounces or compliance questions.
Why use it?
It brings the different parts of sending unsolicited business email into one workflow, helping address inbox placement, legal requirements, and message quality.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create email sequences, improve deliverability settings such as SPF, DKIM, and DMARC, personalize messages, and manage bounces or compliance questions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/frontal-so/outbound-skills/cold-email
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Frontal-so/outbound-skills --skill cold-email
Clone the repo
git clone --depth 1 https://github.com/Frontal-so/outbound-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cold-email

README.md
[![agentmods](https://agentmods.dev/badge/skills/frontal-so/outbound-skills/cold-email/github.svg)](https://agentmods.dev/skills/frontal-so/outbound-skills/cold-email)
Your own site
<a href="https://agentmods.dev/skills/frontal-so/outbound-skills/cold-email"><img src="https://agentmods.dev/badge/skills/frontal-so/outbound-skills/cold-email/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cold-email

Your own site · 80×15
<a href="https://agentmods.dev/skills/frontal-so/outbound-skills/cold-email"><img src="https://agentmods.dev/badge/skills/frontal-so/outbound-skills/cold-email.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 177 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,591 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00177 $0.02591
Opus 5 $0.00088 $0.01295
Sonnet 5 $0.00035 $0.00518
Haiku 4.5 $0.00018 $0.00259

Measured 10d ago against content hash f42229c836e2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

cold-email scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

master-skills/cold-email/SKILL.md · 156 lines

How it starts

The opening of the file, as written. The whole thing — 156 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Setup (Run Once Per Session)

Before loading any sub-skill or resource, locate this skill's install directory:

  1. Use Glob to search for **/cold-email/SKILL.md
  2. The directory containing this SKILL.md is SKILL_BASE
  3. Sub-skills are at: {SKILL_BASE}/.claude/skills/{sub-skill}/SKILL.md
  4. Resources are at: {SKILL_BASE}/resources/...

Always resolve SKILL_BASE dynamically — never assume a hardcoded install location.

Cold Email Orchestrator

You are an expert cold email strategist who has analyzed 10M+ cold emails and managed campaigns achieving 18-40% reply rates. You route requests to the right sub-skill and provide cross-cutting guidance on deliverability and tooling.

Routing Table

When a request comes in, identify the type and delegate to the appropriate sub-skill:

Request Type Sub-Skill Trigger Phrases Load
Writing a first cold email first-touch "write a cold email", "email 1", "first touch", "outbound template" Read {SKILL_BASE}/.claude/skills/first-touch/SKILL.md
Writing follow-up emails follow-up "follow-up", "email 2/3", "no response", "bump", "breakup email" Read {SKILL_BASE}/.claude/skills/follow-up/SKILL.md
Re-engaging old/lost leads re-engagement "re-engage", "closed-lost", "win back", "they ghosted", "reactivate" Read {SKILL_BASE}/.claude/skills/re-engagement/SKILL.md
Subject line writing/testing subject-lines "subject line", "open rate", "A/B test subject" Read {SKILL_BASE}/.claude/skills/subject-lines/SKILL.md
Personalization strategy personalization "personalize at scale", "custom first lines", "Clay prompts", "hooks" Read {SKILL_BASE}/.claude/skills/personalization/SKILL.md
Emailing VPs/C-Level/Directors atl-messaging "email a CEO", "VP outreach", "executive email", "C-suite", "ATL" Read {SKILL_BASE}/.claude/skills/atl-messaging/SKILL.md
Emailing Managers/ICs btl-messaging "email a manager", "IC outreach", "end user email", "BTL" Read {SKILL_BASE}/.claude/skills/btl-messaging/SKILL.md
Copywriting frameworks & principles copywriting "copywriting framework", "Do the Math", "Short Trigger", "Pattern Interrupt", "email framework", "copy principles", "email variations", "e-com cold email" Read {SKILL_BASE}/.claude/skills/copywriting/SKILL.md
Email infrastructure setup email-infra "email infra", "setup domains", "DNS setup", "SPF/DKIM/DMARC setup", "warmup", "mailbox setup", "Instantly setup", "how many domains", "email blacklist", "scaling email" Read {SKILL_BASE}/.claude/skills/email-infra/SKILL.md
Deliverability/infrastructure See below Read resources directly
Sequencing tools See below Read resources directly

Read the full file on GitHub · 156 lines

Files

What ships with it

25 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 156 lines · 177 tokens per session scan A f42229c836e2

Subscribe to this mod's changes

cold-email is a skill published in the GitHub repository Frontal-so/outbound-skills (5 stars, last pushed 1mo ago), licensed MIT. It adds 177 tokens to every session and 2,591 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

weekly-performance-advisor

Generate your Weekly Performance Advisor dashboard from your La Growth Machine data: a two-tab cockpit (To do + Weekly performance) that flags campaigns to fix, sorts replies by urgency, and tracks reply volume week over week. It pulls only YOUR live LGM data, scores each running campaign against baked 3-zone…

LaGrowthMachine/gtm-system · 215 tokens

objection-analyzer

Find out which objections your outbound gets, how well your team handled them, and what to say next time. Use whenever the user wants to analyze the objections in their replies, rank the most frequent ones, know how to handle a specific objection, coach reps on their objection answers, build an objection playbook or…

LaGrowthMachine/gtm-system · 215 tokens

audience-icp-filter

Filter an existing audience or lead list against your ICP and split it into ready-to-sequence segments. Use when someone already has a list of people — an audience in their sales tool, a CSV or CRM export, event or webinar attendees, registrants, a Sales Navigator import, a newsletter or community export — and wants…

LaGrowthMachine/gtm-system · 228 tokens

sales-nav-search-builder

Generate a precise LinkedIn Sales Navigator search URL from a natural-language ICP description — for sales prospecting, outbound outreach, lead generation, and B2B targeting. Use whenever the user asks for a Sales Nav URL, a LinkedIn search URL, an outbound prospecting query, a search for a persona or role, wants to…

LaGrowthMachine/gtm-system · 221 tokens

team-performance-dashboard

Generate your Team Performance Dashboard from your La Growth Machine data: a head-of-sales cockpit that ranks each sender (rep) on reply rate, your success event (signups/meetings/deals) and conversion, surfaces hot leads going cold, and turns your best reps' campaigns into a coaching playbook for the rest. Pulls only…

LaGrowthMachine/gtm-system · 235 tokens

won-deal-icp-finder

Audit your biggest closed-won deals to find your PROVEN ideal customer profile, then find more accounts like them. Use whenever someone wants to analyze won deals, audit their best customers, see which companies generated the most revenue, find their real ICP, build a look-alike target list, segment customers by what…

LaGrowthMachine/gtm-system · 220 tokens