← 返回
效率工具 Key

Client Onboarding Automator

Automates client onboarding from inquiry to project start, handling intake, contract creation, payment, welcome emails, and project setup.
自动化客户入职流程,从咨询到项目启动,涵盖需求收集、合同生成、付款、欢迎邮件及项目设置。
merjua14
效率工具 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 616
下载
💾 10
安装
1
版本
#latest

概述

Client Onboarding Automator Skill

Automate the entire client onboarding workflow — from initial inquiry to project kickoff. Handles intake forms, contract generation, payment collection, welcome sequences, and project setup.

What This Skill Does

  1. Intake Processing — Captures new client info from email/form submissions
  2. Contract Generation — Creates service agreements from templates
  3. Payment Collection — Sends Stripe payment links automatically
  4. Welcome Sequence — Sends onboarding email series (day 0, 1, 3, 7)
  5. Project Setup — Creates folders, tasks, and checklists for new clients
  6. CRM Update — Logs client details in your tracking system

Trigger

When a new inquiry arrives (email matching pattern, form webhook, or manual trigger):

New client: [name] | [email] | [service] | [budget]

Workflow

Step 1: Intake

Parse the incoming inquiry and extract:

  • Client name and email
  • Service requested
  • Budget/package selected
  • Timeline expectations
  • Special requirements

Step 2: Auto-Response (Immediate)

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]

Step 3: Proposal Generation

Create a proposal document with:

  • Scope of work (based on service selected)
  • Pricing (from your rate card)
  • Timeline
  • Terms

Step 4: Contract + Payment

Once proposal is accepted:

  • Generate contract from template
  • Create Stripe payment link for the agreed amount
  • Send contract + payment link to client

Step 5: Welcome Sequence

After payment:

  • Day 0: Welcome email + access credentials + kickoff questionnaire
  • Day 1: "Getting started" guide + calendar link for kickoff call
  • Day 3: Check-in + first deliverable preview
  • Day 7: Progress update + feedback request

Step 6: Project Setup

  • Create project folder in workspace
  • Generate task checklist from service template
  • Set up recurring check-in reminders

Configuration

{
  "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]
}

Requirements

  • Resend, SendGrid, or SMTP for email
  • Stripe for payments
  • OpenClaw with email/webhook channel configured

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-19 19:53 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,365
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,778
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,180