SteelWorks

How I Built a Free Clay-Style Public Prospecting Stack

Clay.com is genuinely impressive software. If you're a sales team doing B2B lead enrichment at scale, the product works. But for an entrepreneur building a lean operation, the pricing is brutal: $150/month at the entry tier, $800/month if you actually want the features that make it useful.

How I Built a Free Clay-Style Public Prospecting Stack

The Clay Problem

Clay.com is genuinely impressive software. If you're a sales team doing B2B lead enrichment at scale, the product works. But for an entrepreneur building a lean operation, the pricing is brutal: $150/month at the entry tier, $800/month if you actually want the features that make it useful.

Here's what Clay actually does: it enriches contact data (finds emails, job titles, LinkedIn profiles), builds automated workflows to act on that data, and integrates with your CRM. That's the core value proposition.

I needed the public-source version of that workflow. I also needed content creation, competitor monitoring, market research, and a dozen other automations. So instead of renting another tool before proving the process, I built free AI automation around the exact workflows I could verify and run locally.

  • Check GitHub commit emails (developer founders often push with personal emails)
  • SMTP pattern verification (construct first.last@domain.com variants, verify via MX lookup)
  • Hunter.io free tier (25 searches/month, reserved for high-priority leads)
  • Twitter bio parsing (many founders list contact info in bios)

What I Built Instead: OpenClaw

OpenClaw is a self-hosted multi-agent AI platform I've been building since 2025. It runs autonomous AI agents on my hardware, with no paid cloud model subscription required. The agents cover my public-source prospecting workflow plus the broader business operations around it.

My prospecting pipeline focuses on the parts I can run and verify with free public sources:

My prospecting pipeline focuses on the parts I can run and verify with free public sources:

  • Check GitHub commit emails (developer founders often push with personal emails)
  • SMTP pattern verification (construct first.last@domain.com variants, verify via MX lookup)
  • Hunter.io free tier (25 searches/month, reserved for high-priority leads)
  • Twitter bio parsing (many founders list contact info in bios)
  • Check GitHub commit emails (developer founders often push with personal emails)
  • SMTP pattern verification (construct first.last@domain.com variants, verify via MX lookup)

The Lead Generation Stack (Clay-Style Public Workflow)

My prospecting pipeline focuses on the parts I can run and verify with free public sources:

The key innovation in OpenClaw is the bridge architecture . Instead of paying for API access to GPT-4, Gemini, or DeepSeek, OpenClaw uses browser automation (Chrome DevTools Protocol) to access these AI models through their free web interfaces.

Here's the flow: an autonomous AI agent needs to write a personalized outreach email. It routes the request through the bridge server (port 18792) → the bridge opens Grok via Chrome automation → types the prompt → extracts the response → returns it to the agent. The entire process costs $0 because we're using the free tier of each AI service through their browser UI.

  • Check GitHub commit emails (developer founders often push with personal emails)
  • SMTP pattern verification (construct first.last@domain.com variants, verify via MX lookup)
  • Hunter.io free tier (25 searches/month, reserved for high-priority leads)
  • Twitter bio parsing (many founders list contact info in bios)
  • Check GitHub commit emails (developer founders often push with personal emails)
  • SMTP pattern verification (construct first.last@domain.com variants, verify via MX lookup)

How the Free AI Automation Works

The key innovation in OpenClaw is the bridge architecture . Instead of paying for API access to GPT-4, Gemini, or DeepSeek, OpenClaw uses browser automation (Chrome DevTools Protocol) to access these AI models through their free web interfaces.

Here's the flow: an autonomous AI agent needs to write a personalized outreach email. It routes the request through the bridge server (port 18792) → the bridge opens Grok via Chrome automation → types the prompt → extracts the response → returns it to the agent. The entire process costs $0 because we're using the free tier of each AI service through their browser UI.

For email finding (Clay's core feature), I built a waterfall enrichment system:

  • Check GitHub commit emails (developer founders often push with personal emails)
  • SMTP pattern verification (construct first.last@domain.com variants, verify via MX lookup)
  • Hunter.io free tier (25 searches/month, reserved for high-priority leads)
  • Twitter bio parsing (many founders list contact info in bios)
  • Check GitHub commit emails (developer founders often push with personal emails)
  • SMTP pattern verification (construct first.last@domain.com variants, verify via MX lookup)

The Lead Enrichment Waterfall

For email finding (Clay's core feature), I built a waterfall enrichment system:

This waterfall finds verified emails for ~40% of leads — comparable to Clay's enrichment rates for the startup/founder segment I'm targeting.

The entire prospecting pipeline runs automatically at 2 AM ET every day. Here's what runs:

  • Check GitHub commit emails (developer founders often push with personal emails)
  • SMTP pattern verification (construct first.last@domain.com variants, verify via MX lookup)
  • Hunter.io free tier (25 searches/month, reserved for high-priority leads)
  • Twitter bio parsing (many founders list contact info in bios)
  • Self-hosting: Your data stays on your machine. No vendor lock-in. No "sorry, we're raising prices."
  • 22 agents covering full business operations: Content creation, competitor monitoring, trading analysis, real estate intelligence, social posting, all coordinated.

The Autonomous Lead Generation Cron

The entire prospecting pipeline runs automatically at 2 AM ET every day. Here's what runs:

Here's what Clay can never do, no matter how much you pay:

  • Self-hosting: Your data stays on your machine. No vendor lock-in. No "sorry, we're raising prices."
  • 22 agents covering full business operations: Content creation, competitor monitoring, trading analysis, real estate intelligence, social posting, all coordinated.
  • Self-improvement: The Evolution Loop agent writes and tests new skills. The system gets smarter without me doing anything.
  • Zero marginal cost: Every additional lead, email, or automation costs exactly $0. Clay charges per enrichment credit.

Get the free stack.