# Outreach

> Manage the job outreach pipeline — list, draft, track, and review outreach messages.

- Skill: `etanhey/outreach` (Agent Skill)
- Install (CLI): `npx skillmds@latest add etanhey/outreach`
- Raw SKILL.md: https://api.skillmd.com/api/skills/etanhey/outreach/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: EtanHey (https://skillmd.com/u/etanhey)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/etanhey/outreach

---


# Outreach Pipeline

Manage outreach messages to hiring contacts.

**Arguments**: $ARGUMENTS — action (list | draft | stats)

## Actions

### list (default)
Show pending outreach messages with status:
- **draft** — not yet sent
- **sent** — delivered, awaiting response
- **replied** — contact responded
- **no-response** — past follow-up window

### draft
Generate a new outreach message for a company/contact:
1. Research company context (`@golems/recruiter/company-research`)
2. Adapt style to recipient profile (`@golems/recruiter/style-adapter`)
3. Draft personalized message
4. Present for review and editing

### stats
Show outreach funnel metrics:
- Total contacts found
- Messages sent
- Reply rate
- Interviews scheduled
- Time-to-response averages

