A professional lead management skill that connects Supabase and Make.com to automate lead capture and email follow-ups for AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install leadklick
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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.
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.
Loading
A reliable framework for AI agents to execute, validate, and troubleshoot terminal commands safely.

A secure agent protocol for credential intake and environment injection using local GPG-encrypted storage and one-time web forms.

Transform Microsoft Word documents into clean, semantic HTML optimized for web display and AI-driven data processing.

An automated email management tool that detects incoming messages and triggers context-aware replies using customizable templates.

A robust lead management skill for AI agents that integrates Supabase storage with Make.com email automation.

A high-fidelity data skill providing real-time snapshots of alertworthy crypto tokens and market structure signals for analysis agents.








































