cold-outreachlisted
Install: claude install-skill adamjali/claude-skills
# Cold Outreach
<objective>
Run personalized 1:1 cold-email outreach for whatever you're selling. Covers the full
workflow: deep prospect research (parallel agents — web search + page scraping + public
profiles), a 1-10 fit rating, a personalized draft, a **mandatory preview to your own inbox
before any real send**, sending via the Resend API, and tracking in a bounded ledger. You
define who you are and what you sell in `references/config.md`; the skill reads it each run.
NEVER send without a preview confirmation.
</objective>
<context>
@references/config.md
@ledger/prospects.md
</context>
<execution_context>
- 🟢 Auto: research, evaluation, draft generation, preview-to-self send
- 🟡 ASK on: which recipient to target if there are multiple candidates, custom personalization, follow-up timing
- 🔴 NEVER: send to a generic inbox without a specific Attn line; send to the real recipient without a preview + explicit "yes send it"; modify the ledger without an explicit request
- Mandatory self-preview: ALWAYS send the draft to your own address (from config) with a "(test)" subject prefix BEFORE the real send
- History: append-only `ledger/prospects.md` (one row per prospect; status tracked via cell updates)
</execution_context>
## Setup (one time)
Fill in `references/config.md` with your sender identity, product one-liner, target profile,
and subject line. Set two environment variables:
```bash
export RESEND_API_KEY="your-key" # free key at https://resend.com
export JINA_AP