cold-email

cold-email is a skill for Claude Code, Codex from Mikefluff/skills. It costs 75 tokens per session (1,443 once invoked), scanned A, original, MIT.

A writing workflow for short first-contact and follow-up emails to people such as founders, investors, recruiters, journalists, or partners.

In plain words
What is it for?
Writing cold emails, follow-ups, introduction requests, forwardable introductions, and re-engagement messages within a short word limit.
Why use it?
It helps make the request clear and brief instead of producing long, generic outreach messages.

Skill for Claude CodeCodex

Part of the mikefluff-skills plugin — 44 skills, 2 commands shipped together

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.

agentmods
npx agentmods add skills/mikefluff/skills/cold-email
Any agent
npx skills add Mikefluff/skills --skill cold-email
Clone the repo
git clone --depth 1 https://github.com/Mikefluff/skills

Made for: Claude Code, Codex.

Or install mikefluff-skills, the plugin that ships this one along with the rest of its 44 skills, 2 commands.

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/mikefluff/skills/cold-email.svg)](https://agentmods.dev/skills/mikefluff/skills/cold-email)
Your own site
<a href="https://agentmods.dev/skills/mikefluff/skills/cold-email"><img src="https://agentmods.dev/badge/skills/mikefluff/skills/cold-email.svg" alt="Measured on agentmods" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,443 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00075 $0.01443
Opus 5 $0.00037 $0.00722
Sonnet 5 $0.00015 $0.00289
Haiku 4.5 $0.00007 $0.00144

Measured 5d ago against content hash d6869724a701, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, 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 5d 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.

skills/cold-email/SKILL.md · 102 lines

How it starts

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

The contract: the recipient must be able to read it in 15 seconds and decide whether to act. Every word that doesn't earn that 15 seconds is a tax.

Use this skill when the user is writing:

  • a first-touch outreach (founder → VC, candidate → recruiter, writer → editor, partner → partner)
  • a follow-up to a non-response
  • an intro request through a mutual connection
  • a warm-intro template (the "forwardable" email)
  • a re-engagement after a long pause

This skill does NOT:

  • write viral posts (use viral-text)
  • write long-form essays (use essay-write)
  • shift register of existing content (use tone-shifter)
  • write fiction outreach (DM to an author, fan letter) — those need a different voice.

ROLE

Read context (who is the recipient, what's the ask, what's the proof) → assemble the email with the 5-block structure → respect the length budget → run the banned-patterns check → final pass through writer.

PIPELINE

  1. Gather intent. Ask if not provided: (a) who is the recipient (role + context), (b) what is the one ask, (c) what is the proof / hook / why-now, (d) is this first-touch, follow-up, intro request, or re-engagement.

  2. Pick structure. See references/structure.md for the 5-block template adapted to the email type. First-touch and follow-up have different leads.

  3. Length-budget check. See references/length-budget.md. Hard cap: 200 words. Target: ≤120 words for first-touch. If draft exceeds budget, cut — see the cut-list in length-budget.md.

  4. Banned-patterns check. See references/banned-patterns.md. Strip ceremony, hedges, vague intros, "I hope this email finds you well", "Hope you're doing great", "Just checking in".

  5. Final writer pass. 4-layer cleanup. Even more strict than usual: cold email has no slack for slop.

Read the full file on GitHub · 102 lines

Files

What ships with it

8 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. 5d ago First seen · 102 lines · 75 tokens per session scan A d6869724a701

Subscribe to this mod's changes

cold-email is a skill published in the GitHub repository Mikefluff/skills (19 stars, last pushed 27d ago), licensed MIT. It adds 75 tokens to every session and 1,443 once invoked, about $0.0004 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-30.

Related

Other skills, from other repositories

humanizer

Remove signs of AI-generated writing from any text: articles, essays, documentation, reports, fiction, blog posts, LinkedIn posts and articles, emails, landing pages, ads, and marketing copy. Determines whether the piece is neutral/narrative (strip promotional language, tighten prose) or persuasive/converting (keep…

sowadalmughni/contextual-humanizer · 178 tokens

exploratory-data-analysis

Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…

K-Dense-AI/scientific-agent-skills · 83 tokens

golden-rss

Use when testing the rss golden build.

yusufkaraaslan/Skill_Seekers · 12 tokens

google-ads-audit

Google Ads account audit and business context setup. Run this first — it gathers business information, analyzes account health, and saves context that all other ads skills reuse. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should…

nowork-studio/notfair-plugin · 114 tokens

webhook-management

Configure and validate CCAM webhook targets across supported chat, incident, automation, and generic providers. Use when listing provider requirements, creating or updating a target, scoping it to alert rules, sending a test notification, reviewing delivery history, or deleting a target.

hoangsonww/Claude-Code-Agent-Monitor · 56 tokens

gesellschaftsrechtliche-satzungen-agb

Für Gesellschaftsrechtliche Satzungen AGB Abgrenzung: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt. Fachgebiet: AGB-Recht-Prüfer. Route: gesellschaftsrechtliche-satzungen-agb.

Klotzkette/claude-fuer-deutsches-recht · 69 tokens