Install
openclaw skills install @jzargona/smb-client-onboardingAutomated client onboarding workflow for agencies, consultants, and freelancers. From signed contract to activated client in 24 hours — welcome email, document collection, calendar booking, payment setup, project board creation, and team notification. Use when user says 'onboard new client', 'client onboarding automation', 'automate client setup', or wants to reduce 5-10 hours of manual onboarding work per client.
openclaw skills install @jzargona/smb-client-onboardingActivate when the user wants to:
clawhub run smb-client-onboarding connect gmail
clawhub run smb-client-onboarding connect hubspot
clawhub run smb-client-onboarding connect stripe
clawhub run smb-client-onboarding connect slack
clawhub run smb-client-onboarding connect trello
clawhub run smb-client-onboarding edit welcome_email --template "
Hi {{name}},
Welcome to {{agency}}! I'm excited to work with you on {{project}}.
To get started, I need a few things from you:
- Signed NDA (attached)
- Project brief form (link below)
- Available time for kickoff call (Calendly link)
Looking forward to it!
{{sender_name}}
"
clawhub run smb-client-onboarding configure \
--required-docs "NDA,BriefForm,TaxForm" \
--reminder-schedule "T+1,T+3,T+7" \
--escalate-to "team-lead@agency.com"
clawhub run smb-client-onboarding configure \
--stripe-product "PROJ-Q2-2026" \
--trello-template "https://trello.com/b/template-id" \
--slack-prefix "client-"
clawhub run smb-client-onboarding new \
--name "Acme Corp" \
--contact "jane@acme.com" \
--package "Growth Consulting" \
--contract-value 5000 \
--start-date 2026-07-01
This single trigger runs the full sequence:
# View all in-progress onboardings
clawhub run smb-client-onboarding status
# Detail for a specific client
clawhub run smb-client-onboarding status --client "Acme Corp"
# Force-complete a stuck step (e.g., manually collected NDA)
clawhub run smb-client-onboarding skip-step --client "Acme Corp" --step "NDA"
For marketing agencies (4-10 new clients/month):
For consultants (1-3 clients/month):
For SaaS customer onboarding (B2B):
Typical usage (4 clients/month): $0.50/month total.
Document not received after T+7?
clawhub run smb-client-onboarding send-reminder --client "Acme Corp"Calendar booking not happening?
Stripe payment not sent?
references/email-templates.md — pre-built templates per industryreferences/document-collections.md — common doc sets by service typereferences/integrations.md — full integration setup guidereferences/multi-language.md — Arabic/English templates