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

✍️ OpenClawRadar📅 Published: May 6, 2026🔗 Source
One prompt that finds, emails, and logs 200 investor contacts via Claude Code
Ad

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.

Ad

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

Ad

👀 See Also

How a Developer Used Claude Code with Linear and Discord for a Solo 30-Day Build
Use Cases

How a Developer Used Claude Code with Linear and Discord for a Solo 30-Day Build

A developer built a full-stack Pokémon VGC team report tool in 30 days using Claude Code as a pair programmer, integrated with Linear for ticket tracking and Discord for build notifications. The workflow involved automated ticket handling, type-checking gates, and a CLAUDE.md file for consistent AI instructions.

OpenClawRadar
Qwen3-VL-32B-Instruct excels at multimodal flashcard grading
Use Cases

Qwen3-VL-32B-Instruct excels at multimodal flashcard grading

A developer tested Qwen3-VL-32B-Instruct for grading image-occluded Anki flashcards and found it outperformed models like Gemini 2.5 Flash, GPT 5 Nano/Mini, XAI 4.1 Fast, GLM, and Mistral models, with only ChatGPT 5.2 and Gemini 3/3.1/Claude 4+ coming close.

OpenClawRadar
How Letting OpenClaw Improve Its Own Environment Creates Sustainable Workspaces
Use Cases

How Letting OpenClaw Improve Its Own Environment Creates Sustainable Workspaces

An experienced OpenClaw user found the biggest productivity gain came from allowing the agent to update its own internal docs, edit operating files, refine prompts, build custom tools, write scripts, and document lessons. Their workspace structure includes key markdown files like SOUL.md for behavioral style, AGENTS.md for operational conventions, and MEMORY.md as a lightweight index.

OpenClawRadar
Claude Opus 4.6 Analyzes Buffett Letters to Pick Stocks Blindly
Use Cases

Claude Opus 4.6 Analyzes Buffett Letters to Pick Stocks Blindly

A developer used Claude Code with subagents to extract Warren Buffett's investing principles from 48 years of shareholder letters (561,849 words), then applied them to score 50 anonymized stocks. Opus 4.6 correctly identified 60% of Berkshire's actual holdings in its top 10 picks while rejecting anti-Buffett controls.

OpenClawRadar