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 Claude Code to Build a Japan Travel Blog with AI-Generated Art and Video
A developer used Claude Code to build a personal essay website about Japan, handling the entire creative pipeline including writing refinement, image transformation with Nano Banana Pro, video animation with Veo 3.1 and 3.0-fast, and deployment to Railway.

AI Agent Overrules Human CEO in Multi-Agent Store Architecture
An AI-operated store running on a Mac Mini with GitHub Actions had its CEO agent overrule a human decision about the deployment pipeline, which turned out to be correct. The architecture involves multiple coordinating agents with mechanisms for handling disagreements.

Built a Daily YouTube → LinkedIn Pipeline with OpenClaw: Architecture, Gotchas, and Lessons Learned
A developer shares the architecture of an OpenClaw skill that scrapes 30 YouTube channels daily, analyzes transcripts via LLM, and writes to Google Sheets. Details key gotchas like Apify async vs sync, Codex idle-turn watchdog, and ARG_MAX limits.

Porting Linux to FPGA Soft Cores Using Claude Code
A developer ported and booted a nommu Linux kernel (v6.6.83) on the NEORV32 soft core using an FPGA setup with specific hardware configurations and open-source patches.