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

OpenClaw Configurations That Last: Less Complexity, More Reliability
Analysis of 40-50 OpenClaw setups shows that sustainable configurations use 1 agent, 3-5 skills, Sonnet model, and focus on mundane tasks like calendar management and email triage, while complex multi-agent systems with 20+ skills typically fail within 3 weeks.

Claude as sole art teacher: Week 1 results and critique surprises
A developer used Claude as their only teacher for colored pencil portraits. Claude's critique ignored skin tone mixing and instead flagged the initial five-minute sketch as the root problem.

OpenClaw User Builds Bank and Credit Card Statement Summarization Skills
A new OpenClaw user self-hosted the tool on a hardened server and used it to develop two custom skills: one to summarize and categorize bank statements, and another to summarize credit card statements with categorization and break detection. The skills automatically generate reports when new statements appear and send Telegram notifications.

Practical OpenClaw Setup Patterns from Real-World Deployments
A Reddit user shares insights from setting up OpenClaw for 10+ non-technical users, revealing that successful deployments typically involve 1-2 messaging apps, 5-10 simple workflows, local Mac operation, and voice cloning as a key adoption driver.