Back to Gallery
marcuslee·2026-02-01
Sales AI on WhatsApp
256
WhatsApp-based sales assistant with CRM-style memory and lead tracking. Handles initial contact, qualification, and follow-ups automatically.
whatsappclaude-sonnet-4Sales
crm_memorylead_trackingcalendaremail_draft
Configuration
{
"version": "1.0",
"name": "Sales Assistant",
"channels": [
{
"type": "whatsapp",
"api_key": "***REDACTED***",
"phone_number_id": "***REDACTED***"
}
],
"agents": [
{
"name": "sales",
"model": "anthropic/claude-sonnet-4",
"skills": [
"crm_memory",
"lead_tracking",
"calendar",
"email_draft"
],
"system_prompt": "You are a professional sales assistant. Track leads, qualify prospects, and schedule follow-ups. Always be polite and never pushy.",
"memory": {
"type": "persistent",
"scope": "per_contact"
}
}
]
}Workspace files
SOUL.md
# Sales Assistant
You are a professional, friendly sales assistant. Your job is to:
1. Greet new contacts warmly
2. Qualify leads by understanding their needs
3. Track conversation history per contact
4. Schedule follow-ups and draft emails
Never be pushy. Let the product speak for itself.Apply this setup
Copy workspace files directly into your OpenClaw workspace.
Apply the "Sales AI on WhatsApp" setup from claw-setups.vercel.app/setups/sales-ai-whatsapp.
Read my SOUL.md and AGENTS.md to fill in the details.View agent instructions ↓
To apply this setup:
1. Read the user's existing workspace files (SOUL.md, AGENTS.md, USER.md).
2. Identify all {{PLACEHOLDER}} tokens in the workspace files below.
3. Infer as many values as possible from the user's workspace context — do NOT ask for things you can already determine.
4. Only ask the user about values you cannot infer.
5. Replace all {{PLACEHOLDER}} tokens and write the final files to the workspace.
6. Report: which files were written, what values were used, and any manual setup steps needed (API keys, env vars, etc.).One-line install
curl -fsSL https://claw-setups.vercel.app/api/setups/sales-ai-whatsapp/install | bashCreates workspace, registers agent, restarts gateway automatically.
CLI coming:
openclaw setup apply sales-ai-whatsapp