Sales Bot
Skill by big-roman123
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/big-roman123/sales-botWhat This Skill Does
The Sales Bot skill is a comprehensive lead lifecycle management system designed for Clawd agents. By integrating directly with Supabase, it provides a structured database to store incoming leads, coupled with Make.com webhook triggers that automate initial outreach. This skill enables your AI agent to capture customer data in real-time, initiate automated email sequences, and maintain a detailed conversation history for every contact, moving them seamlessly from an initial 'new' status to 'qualified' or 'won'.
Installation
To integrate the Sales Bot into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/big-roman123/sales-bot. After installation, configure the skill by providing your Supabase URL, Service Role Key (ensure you use the Service Role key for database write access), Organization ID, and a default lead priority level in your agent's configuration file.
Use Cases
This skill is ideal for businesses that generate leads across multiple channels (website forms, social media, or live chat). It acts as a bridge between the agent and your CRM infrastructure. Use it for automated email nurturing sequences, lead qualification pipelines where an agent collects information and updates status, or for maintaining a searchable, historical log of all customer interactions.
Example Prompts
- "Capture a new lead: Max Mustermann at [email protected] interested in our basic SaaS package, set priority to high."
- "Check the automation status for lead ID 550e8400-e29b-41d4-a716-446655440000 and let me know if the auto-reply was successful."
- "Update the status of lead 550e8400-e29b-41d4-a716-446655440000 to 'qualified' and add a note saying they are interested in the enterprise tier."
Tips & Limitations
Always ensure your Supabase row-level security (RLS) policies are configured correctly to match the service role key privileges. Keep in mind that while the skill supports custom fields for flexibility, excessive data injection into custom fields can make querying via listLeads less efficient. The automated email delay is typically 60 seconds; if you require faster response times, consider adjusting your Make.com scenario settings. Ensure your organization ID matches exactly to avoid data fragmentation across your Supabase tables.
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-sales-bot": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: data-collection, external-api