One prompt that finds, emails, and logs 200 investor contacts via Claude Code

A solo founder shared an open-source prompt that turns any AI coding agent into a fully automated personalized outreach system. The prompt instructs the agent to:
- Search the web for relevant investors, partners, or customers
- Check Gmail and Notion to ensure no one is contacted twice
- Write a personalized email for each target (no templates)
- Send each email individually via SMTP
- Log every outreach to Notion with thread IDs
- Auto-correct on failure
The user reported that the system found and emailed 200 targets while they made lunch — with zero duplicates and a full audit trail in Notion. The same approach works for customers, B2B partners, job applications, etc.
The entire skill file is open-source at github.com/samihalawa/swarm-massive-outreach-skill. To use it: drop the file into Claude Code, Cursor, Windsurf, or any AI agent; plug in SMTP + Notion credentials; edit the 5 lines describing your startup; then run it.
This is a practical demonstration of AI agents handling multi-step workflows that previously required hours of manual scraping, deduplication, email personalization, sending, and logging.
📖 Read the full source: r/ClaudeAI
👀 See Also

Using AI to Port a Wi-Fi Driver from Linux to FreeBSD: A Case Study
A developer used Claude Code and Pi agent to attempt porting the Linux brcmfmac driver for Broadcom BCM4350 Wi-Fi chips to FreeBSD, first through direct code translation and then by generating a detailed 11-chapter specification for clean-room implementation.

Using Claude as a Critical Product Manager for Landing Page Optimization
A developer used Claude to critique and rewrite their landing page by treating it as a harsh, contrarian product manager, resulting in improved messaging and SEO performance.

How I Used OpenClaw to Build a Secret Party Calendar Invite from Messy Notes
A Reddit user shows how OpenClaw parsed unreliable notes, email, and group chat to generate a clean .ics invite for a surprise party, automatically ignoring a decoy calendar entry and keeping the guest of honor off the invite.

OpenClaw user struggles with AI agent automation after successful Claude Code pipeline
A marketing agency owner successfully created an image recreation pipeline using Claude Code in one hour, but encountered problems when trying to teach the same process to an AI agent in OpenClaw running on Gemini 3.1 Pro, with issues including bad reasoning, slow responses, and incorrect outputs.