OpenClaw proof walkthrough

Local Service lead capture system

This is the proof walkthrough for one lead system made of six helpers. It catches leads, asks questions, drafts follow-up, prepares booking handoff, reports what happened, and blocks unsafe live actions until setup is approved.

Recording pending

The video slot stays empty until it shows the actual files, run proof, and setup path.

This placeholder stays here until the video shows the buyer what exists: the kit files, workflow templates, run proof, owner-review flow, and the safety gate inside the setup path.

Working sandbox run

This is no longer just a spec.

The no-send worker runs the full lead team on a test roof-leak lead and returns structured outputs, proof rows, and run history. It still blocks live calls, SMS, email, CRM, calendar, and payment actions until client tools and approvals are configured.

needs_owner_review6 agents ran6 proof rows
New urgent roof leak repair lead
Name: John Smith
Phone: 555-555-5555
Email: john@example.com
City: Sunrise
Problem: Water is coming through the ceiling tonight. Can someone call me?
Urgency: hot
Next step: call now

Safety gate

The runtime produced real outputs but stayed no-send. These actions were blocked:

  • send SMS
  • send email
  • place call
  • write CRM
  • write calendar
  • charge payment

Lead Intake output

{
  "leadRecord": {
    "lead_id": "sunrise-roof-pros-john-smith-roof-leak-repair",
    "name": "John Smith",
    "phone": "555-555-5555",
    "email": "john@example.com",
    "service_requested": "roof leak repair",
    "city": "Sunrise",
    "address": "123 Sample Street",
    "source": "website_form",
    "urgency": "hot",
    "status": "needs_owner_review",
    "received_at": "2026-05-08T00:30:00-04:00"
  },
  "ownerAlert": "New urgent roof leak repair lead\nName: John Smith\nPhone: 555-555-5555\nEmail: john@example.com\nCity: Sunrise\nProblem: Water is coming through the ceiling tonight. Can someone call me?\nUrgency: hot\nNext step: call now",
  "missingQuestions": []
}

Follow-up draft

{
  "draft": "Hi John Smith, this is Sunrise Roof Pros. We saw your request about roof leak repair. Do you still need help, and is now a good time for Maria to call? Reply STOP to opt out.",
  "consentRequired": true,
  "sent": false
}

Booking handoff

{
  "action": "owner_call_now",
  "assignee": "Maria",
  "phone": "954-555-0100",
  "reason": "hot lead"
}

Owner report

{
  "new_leads": 1,
  "hot_leads": 1,
  "blocked_leads": 0,
  "follow_up_drafts": 1,
  "booking_handoffs": 1,
  "open_owner_actions": 1,
  "revenue_leak_note": "This lead could be lost if not called fast."
}

Every worker

The six working agents

These are proof-run outputs, not production-authorized client agents. No live calls, SMS, emails, CRM writes, calendar writes, Stripe actions, or production database writes happened.

Recording pending

Use the working sandbox output and safety gate on this page as the current proof.

Missed Lead Helper

Lead Intake Agent

12 fixture leads processed; 11 created; duplicate, spam, out-of-area, support, emergency, booking-ready, and missing-info cases handled.

Recording pending

Use the working sandbox output and safety gate on this page as the current proof.

Website Lead Chat Helper

Website Chat Agent

5 chat sessions processed; 4 leads created; 3 handoffs logged across emergency, booking, and support.

Recording pending

Use the working sandbox output and safety gate on this page as the current proof.

Warm Lead Follow-Up Helper

Follow-Up Agent

8 leads processed; 8 drafts created; 8 sequences started; 2 owner reminders generated; no messages sent.

Recording pending

Use the working sandbox output and safety gate on this page as the current proof.

Book More Jobs Helper

Booking Handoff Agent

6 qualified leads processed; 6 booking fixtures; 6 owner tasks; 6 confirmation drafts; 6 CRM opportunity fixtures.

Recording pending

Use the working sandbox output and safety gate on this page as the current proof.

Lead Report Helper

Owner Report Agent

Daily summary, weekly revenue leak report, open opportunities, source performance, and $2,300-$5,750 sample risk surfaced.

Recording pending

Use the working sandbox output and safety gate on this page as the current proof.

AI Safety Check Helper

Safety Review Agent

Full six-agent audit completed with 18 risk notes, permission checklist, approval matrix, and no-send launch boundary.

What people buy

The $197 offer is the build-it-yourself path. The installed system is the setup service.

What we need to launch

Lead sources, service area, calendar or booking path, CRM or sheet, owner handoff, approval rules, and test leads.

Safety boundary

Nothing goes live until the client-specific safety gate passes.

Best next step

If calls, forms, chats, or old estimates are leaking jobs, start the free AI check. We will decide if you need setup, the DIY kit, or a vertical version for your trade.