v0 - six skills, one /cold command, FoxReach-backed

Your cold outreach,
in one Claude Code plugin.

Not another cold-email skill. A full suite: ICP builder, lead sourcing, drafter, sender, reply triage, reporter. All wired together. Reads a portable cold.md file. Runs on FoxReach infrastructure.

cold.md - One markdown file that runs your cold outreach
the loop

Six steps. One command each.

Every step reads and writes files your team can review. No black box, no vendor lock-in. Swap FoxReach for any backend that implements the contract - the skills keep working.

terminal
01/cold icp https://your-site.com
02/cold leads --count 100
03/cold draft Jane, CEO at Acme
04/cold send ./leads.csv
05/cold triage
06/cold report weekly
the six skills

Each skill owns one file.

01

cold-icp

live

Build your ICP from a URL (scrape homepage, case studies) or interactive Q&A. Writes icp.md.

02

cold-leads

v0.2

Source leads matching icp.md. Enriches, scores, dedupes, writes leads.csv.

requires FOXREACH_API_KEY
03

cold-draft

live

Draft openers, bumps, breakups from cold.md. Refuses banned phrases, cites only from ## Proof.

04

cold-send

v0.2

Queue a FoxReach campaign with pre-flight safety: lint, audience check, warmup, sending-limit math.

requires FOXREACH_API_KEY
05

cold-triage

v0.2

Sort replies into interested / not-now / OOO / bounced. Drafts responses against ## Objections.

requires FOXREACH_API_KEY
06

cold-report

live

Daily or weekly digest: deliverability, replies, booked calls. Runs on cron. Posts to Slack or terminal.

requires FOXREACH_API_KEY

Every skill reads cold.md or icp.md from your repo. Files travel with your team, not with your vendor.

install

One command. Six skills.
One loop.

terminal
$ curl -fsSL https://cold.md/install | bash
01
Installs the full plugin
All six skills, the /cold router, into ~/.claude/plugins/cold-md/
02
Scaffolds cold.md + icp.md
Pass --scaffold to drop starter templates in your current repo
03
Ready to draft
In Claude Code: /cold icp https://your-site.com - then iterate
The FoxReach-backed skills (leads, send, triage, report) activate when you set FOXREACH_API_KEY. Free tier signup →
Prefer skills-only, no plugin? curl -fsSL https://cold.md/install | bash -s -- --skills-only
the cold.md file

The portable brief every skill reads.

One markdown file in your repo. Eight sections. Any conforming agent reads it before generating a single email.

  • Banned phrases are a hard filter, not a guideline.
  • Voice rules are enforced verbatim - not "inspired by."
  • Only facts from ## Proof can be cited. No fabricated numbers.
  • Audience disqualifiers are respected - won't contact leads who fail your ICP.
./cold.md
# My Product - cold.md
 
## Identity - who's sending
## Audience - ICP + disqualifiers
## Value - the offer, in one sentence
## Voice - dos and don'ts, obeyed verbatim
## Proof - facts the agent may cite
## Sequence - opener, bump, breakup slots
## Objections - preferred replies to pushbacks
## Banned - phrases that never appear
why a suite, not a skill

Other Claude Code cold-email skills draft. That's one step in a six-step loop.

single skill
  • - Writes copy when asked
  • - No ICP, no lead sourcing, no sending
  • - No reply triage, no reporting
  • - Every project starts from scratch
  • - Config lives in the prompt, not the repo
cold.md suite
  • → Every step of the loop has its own skill
  • → ICP, voice, proof, sequences committed to your repo
  • /cold report runs on cron - you never open a dashboard
  • → Swap sending infra without rewriting anything
  • → Works for you, your team, your agents