Install
openclaw skills install client-onboarding-automatorAutomates client onboarding from inquiry to project start, handling intake, contract creation, payment, welcome emails, and project setup.
openclaw skills install client-onboarding-automatorAutomate the entire client onboarding workflow — from initial inquiry to project kickoff. Handles intake forms, contract generation, payment collection, welcome sequences, and project setup.
When a new inquiry arrives (email matching pattern, form webhook, or manual trigger):
New client: [name] | [email] | [service] | [budget]
Parse the incoming inquiry and extract:
Send a personalized acknowledgment email:
Subject: Thanks for reaching out, [Name]! Here's what happens next
Hi [Name],
Thanks for your interest in [service]. I've received your inquiry and here's what to expect:
1. I'll review your requirements (within 2 hours)
2. You'll receive a proposal with pricing
3. Once approved, we kick off immediately
In the meantime, here's a quick questionnaire to help me prepare:
[Link to intake form]
Best,
[Your name]
Create a proposal document with:
Once proposal is accepted:
After payment:
{
"business_name": "Your Business Name",
"from_email": "hello@yourdomain.com",
"reply_to": "you@yourdomain.com",
"stripe_key": "sk_live_...",
"services": {
"basic": { "name": "Basic Package", "price": 497, "description": "..." },
"pro": { "name": "Pro Package", "price": 997, "description": "..." },
"enterprise": { "name": "Enterprise", "price": 2497, "description": "..." }
},
"welcome_sequence_delays": [0, 1, 3, 7]
}