Lead Inbox Automator for Openclaw

A professional lead management skill that connects Supabase and Make.com to automate lead capture and email follow-ups for AI agents.

big-roman123
v1.0.0
Jan 28, 2026
0
3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install leadklick

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install leadklick using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Lead Inbox Automator?

The Lead Inbox Automator is a robust integration designed for AI agents operating within the Openclaw Skills ecosystem. It functions as a centralized bridge between conversational agents and your sales pipeline, utilizing a Supabase backend to store contact data and Make.com webhooks to trigger instant email automations. This ensures that every potential lead is captured, acknowledged, and tracked without manual intervention.

By implementing this skill, developers can empower their agents to handle the full sales development representative (SDR) lifecycle. From the initial moment of interest to qualifying prospects and logging conversation history, the Lead Inbox Automator provides the structured data management required for high-performance Openclaw Skills implementations.

Lead Inbox Automator Use Cases

  • Automatically capturing contact information from chat-based AI agents.
  • Triggering instant personalized email auto-replies via Make.com.
  • Building a lightweight, searchable CRM directly within a Supabase database.
  • Tracking the progression of leads from initial inquiries to qualified opportunities.
  • Maintaining a synchronized log of both automated and manual communications for audit trails.

How Lead Inbox Automator Works

  1. The AI agent identifies a potential lead and executes the createLead action with contact details.
  2. Data is securely stored in a Supabase table while a webhook notifies the Make.com automation layer.
  3. Make.com processes the lead data and sends an automated follow-up email to the prospect.
  4. The agent can use getAutomationStatus to verify the email was dispatched successfully within the expected window.
  5. As the lead interaction continues, the agent updates the status and logs conversation snippets to ensure the CRM remains current.

Lead Inbox Automator Setup

To integrate this with your Openclaw Skills environment, configure your Supabase project and obtain your Service Role Key for full database access. Apply the following configuration to your skill:

{
  "supabaseUrl": "https://your-project.supabase.co",
  "supabaseKey": "YOUR_SERVICE_ROLE_KEY",
  "orgId": "YOUR_ORGANIZATION_UUID",
  "defaultPriority": "medium"
}

Ensure your database schema includes the Leads and Conversations tables as specified in the technical documentation.

Lead Inbox Automator Data Schema & Taxonomy

The Lead Inbox Automator uses a relational structure within Supabase to organize lead intelligence for Openclaw Skills.

Table Fields Purpose
Leads id, email, name, phone, status, priority, custom_fields Stores core contact information and lifecycle metadata.
Conversations id, lead_id, direction, content, subject, sent_at Tracks individual message exchanges and automated replies.

Status categories include: new, qualified, won, and lost. Priority levels are categorized as low, medium, high, and urgent.

Lead Inbox Automator Advanced Features

  • JSON-based custom fields for storing flexible, domain-specific lead metadata without schema changes.
  • Automatic duplicate lead detection to prevent redundant entries within a rolling 24-hour window.
  • Real-time automation health monitoring to confirm successful auto-reply delivery.
  • Support for multi-channel tracking including inbound, outbound, and automated message directions.
  • Secure integration utilizing Supabase Service Role Keys for robust server-to-server communication.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*