mit einem Klick
cold-email-personalize
// Write signal-driven first lines for cold outreach. Leads with a recent hire, product launch, podcast quote, or funding round. Avoids generic 'I noticed your company...' openers.
// Write signal-driven first lines for cold outreach. Leads with a recent hire, product launch, podcast quote, or funding round. Avoids generic 'I noticed your company...' openers.
| name | cold-email-personalize |
| description | Write signal-driven first lines for cold outreach. Leads with a recent hire, product launch, podcast quote, or funding round. Avoids generic 'I noticed your company...' openers. |
| version | 1.0.0 |
| metadata | {"hermes":{"tags":["sales","outreach","cold-email","personalization","founder"]}} |
Write the opening line of a cold email that doesn't sound like a cold email. The skill takes a prospect (LinkedIn URL, company domain, or just name + role) and writes a 4-line first message that hooks on a specific signal — a recent hire, a product launch, a podcast quote, a funding round, a public tweet — then asks one clear question.
For each prospect:
Single prospect:
/cold-email-personalize https://linkedin.com/in/jane-prospect
Or with structured input:
/cold-email-personalize --name "Jane Prospect" --role "Head of RevOps" --company "AcmeCorp" --domain "acme.com"
Batch (CSV input):
/cold-email-personalize --csv prospects.csv --output drafts.md
your_pitch:
product: "CrewClaw"
one_liner: "pre-built multi-agent crews for solo founders and 2-person sales teams"
result_proof:
- "team of 4 closed $42K pipeline in 60 days from cold outbound, no SDR"
- "reply rate jumped from 1.2% to 6.8% after switching from templated to signal-driven"
signal_priority:
- "funding_round" # last 30 days
- "product_launch" # last 14 days
- "leadership_hire" # last 14 days
- "podcast_appearance" # last 30 days, them speaking
- "public_commitment" # tweets / blog posts about the problem
- "github_activity" # for technical roles
banned_phrases:
- "I noticed your company"
- "I came across"
- "Hope you're doing well"
- "I'd love to"
- "quick question"
- "circle back"
- "touch base"
weak_signal_handling: "refuse" # alternative: "warn"
tone: "direct" # alternative: "warm"
Cold email quality directly affects reply rate. Junior models produce flat copy.
PROSPECT: Jane Prospect, Head of RevOps at AcmeCorp
SIGNAL (strongest): Promoted to Head of RevOps 11 days ago (LinkedIn);
AcmeCorp closed Series A $12M last month (Crunchbase).
DRAFT (Subject: "First 90 days at Acme — quick thought"):
Saw your move into the Head of RevOps seat last week — congrats. With
fresh Series A capital and a sales team scaling, the bottleneck most
new RevOps leads tell me about in their first 90 days is outbound
infrastructure that doesn't exist yet.
We package the four agents that handle the boring half of outbound
(lead scoring, sequence orchestration, signal-driven first lines, CRM
logging) so you can spin it up before the first hire instead of after
the third one.
Two CrewClaw users your size went from 1.2% reply rates on templated
outbound to 6.8% in 60 days, same lead volume. No new SDRs needed.
Worth 12 minutes of your week to walk through the stack on Friday?
— Mustafa
CrewClaw
Pairs naturally with the closer personality. For full pipeline (lead scoring + sequence orchestration + first-line writing + CRM), see the Sales Outreach Team bundle: crewclaw.com/use-cases/sales-outreach-team.
Also pairs with competitor-landing-watch — when a competitor changes pricing or positioning, that's a fresh signal for your outbound the same day.
refuse (no draft). Set weak_signal_handling: warn to get a draft anyway with a warning, but reply rates on weak-signal drafts are typically 2-3x lower.your_pitch.result_proof for tone. If your voice is different (more casual, more technical), provide 5-10 examples of your own past winning emails in the SKILL.md metadata block and the skill will calibrate.This skill is configured to comply with CAN-SPAM (US) and GDPR (EU/B2B legitimate interest) by default: it reminds you in the output to include a physical address, unsubscribe path, accurate from-name, and to honor opt-outs. CASL (Canada) requires more care — flag Canadian domains separately if you target them.
Daily diff of competitor landing pages — pricing changes, hero copy swaps, new features mentioned. Flags meaningful changes only.
Triage GitHub issues: label by type/priority, ask for repro on bugs, close obvious duplicates with a link to the canonical thread.
First-pass GitHub PR review: OWASP Top 10, style violations, scope creep, breaking changes. Comments before the maintainer looks.
Pull Stripe + Mixpanel + GA4 once a week, compute MRR / churn / ARPU / activation, send a digest to Slack with anomalies flagged.