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, docume...
openclaw skills install @jzargona/smb-client-onboardingActivate when the user wants to:
Note: Email, WhatsApp, CRM, Stripe, Trello, Slack, and Calendly integrations are NOT implemented in v1.0. These are planned for v1.1.
clawhub run smb-client-onboarding new \
--name "Acme Corp" \
--contact "jane@acme.com" \
--package "Growth Consulting" \
--contract-value 5000 \
--start-date 2026-07-01
clawhub run smb-client-onboarding configure \
--required-docs "NDA,BriefForm" \
--reminder-schedule "T+1,T+3,T+7" \
--escalate-to "team@agency.com"
# All in-progress onboardings
clawhub run smb-client-onboarding status
# Specific client
clawhub run smb-client-onboarding status --client "Acme Corp"
clawhub run smb-client-onboarding send-reminder --client "Acme Corp" --step "NDA"
# Prints reminder text to stdout — review before sending manually
clawhub run smb-client-onboarding skip-step --client "Acme Corp" --step "NDA"
# These are planned for v1.1 — currently print setup instructions only
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
~/.openclaw/smb-client-onboarding/onboardings.json~/.openclaw/smb-client-onboarding/config.jsonWant Gmail, WhatsApp, Stripe, CRM integrations?
LLM reminder not generating?
Connect commands showing instructions but not working?