template · core tier
Outreach Machine
Cold outreach that runs itself: enrichment → sequence → reply triage.
An agent-powered outreach pipeline in a box. Lead enrichment agents that research prospects before writing a word, sequence templates calibrated to actually get replies, and a reply classifier that triages responses so you only touch warm conversations.
outreach-machine/ ├── README.md · LICENSE ├── enrichment/ │ ├── enrichment-agent/SKILL.md ← the "no dossier, no send" gate │ └── dossier-template.md ├── sequences/ ← 12 sequences, 4 offer types ├── responses/objection-library.md (15 entries) ├── reply-classifier/SKILL.md └── deliverability/ ← checklist + 4-week warmup
Why it's different
- ▸ Personalization from real research, not {first_name} tokens
- ▸ Works with any ESP or sequencer — templates are tool-agnostic
- ▸ Includes objection-handling response library
Runs unattended
The recurring skills in this kit ship with a scheduling procedure — not a guide for you to follow, but a file your agent reads and executes. Paste one line; it installs to the right directory for your platform, creates the schedule, and proves the first run actually wrote something.
Read RUN-UNATTENDED.md in this folder and put this kit's recurring skills on a schedule for my platform, verifying each step.
| Platform | Runs with your laptop closed | How |
|---|---|---|
| Claude Code | Yes — Anthropic's cloud | Routines, hourly or slower |
| Hermes | Only while its host stays up | cron, any interval |
| Codex | Needs a scheduler you own | codex exec + launchd or CI |
Every scheduled run has to name the file it must write, and records a result either way. A run that finishes cleanly having produced nothing is recorded as a failure — which is the difference between automation you can leave alone and automation that has quietly stopped working.
Questions, answered
Will this get my domain burned?+
The deliverability checklist exists precisely so it won't: separate sending domains, warmup schedules, volume caps, and spam-trigger audits are all covered before a single email sends.
Do I need a lead database subscription?+
No. The enrichment agents work from public signals. If you already pay for Apollo or similar, there are drop-in connectors.
RUNS THESE PLAYBOOKS
Add tool connectors
Workflow kits teach the job. Integration kits handle the tools. They stack.
Zyte Scraper Kit
Scraping that notices when it silently failed — JS rendering, pagination, and the 200-with-zero-rows trap.
$39$29
VIEW
Xata Database Kit
Database work your agent won't get wrong — schema design, full-text search, and the queries that quietly return nothing.
$34$24
VIEW
Wachete Monitor Kit
Change detection that doesn't cry wolf — real diffs, not layout noise. Works with no API key.
$29$19
VIEW