Leadklick
Skill by big-roman123
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/big-roman123/leadklickWhat This Skill Does
Leadklick is a powerful automation skill designed for OpenClaw agents to manage lead capture, qualification, and communication workflows. By acting as an interface between your AI agent and a Supabase database, it creates a centralized repository for potential client information. Beyond storage, it integrates seamlessly with Make.com to trigger automated follow-up sequences, ensuring that no lead is left waiting. The skill tracks the entire lifecycle of a lead, allowing agents to move prospects from initial discovery through to conversion while maintaining a detailed conversation history.
Installation
To integrate Leadklick into your agent environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/big-roman123/leadklick
After installation, you must configure the environment with your specific Supabase credentials. Ensure you utilize the Service Role Key rather than the Anon Key to provide the skill with the necessary write and administration permissions required for database operations.
Use Cases
- Automated Sales Pipelines: Automatically log website visitors into your database and trigger welcome emails through Make.com.
- Lead Qualification: Use the agent to filter incoming leads based on priority and update their status in real-time as they move through the sales funnel.
- Customer Support Threading: Maintain a unified conversation history by manually adding notes or follow-up messages directly to specific lead records via the agent.
Example Prompts
- "I just spoke with a potential client at [email protected]. Can you save them to our system with high priority and trigger the standard follow-up?"
- "Search for all leads with a 'new' status and tell me how many we have currently sitting in the inbox."
- "Update the lead for John Doe to 'qualified' status and add a note that he is interested in the enterprise pricing tier."
Tips & Limitations
- Security: Since this skill interacts with your database using a service key, ensure your Supabase instance has Row Level Security (RLS) policies configured correctly to prevent unauthorized data exposure.
- Automation Latency: The integration with Make.com is asynchronous. Use the
getAutomationStatusaction if you need to confirm that an email was successfully dispatched. - Data Integrity: Always provide a clear source string to help your team track which marketing channels are generating the most valuable leads.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-big-roman123-leadklick": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api