Client Onboarding Checklist

v1.0.0

Generate customized client onboarding checklists, welcome emails, and setup task lists for IT service providers, MSPs, and consultants. Covers network setup,...

0· 132·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for josh4hire/client-onboarding-checklist.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Client Onboarding Checklist" (josh4hire/client-onboarding-checklist) from ClawHub.
Skill page: https://clawhub.ai/josh4hire/client-onboarding-checklist
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install client-onboarding-checklist

ClawHub CLI

Package manager switcher

npx clawhub@latest install client-onboarding-checklist
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description match the content: the SKILL.md provides templates and guidance for generating onboarding checklists, welcome emails, and task lists. There are no unexpected environment variables, binaries, or external credentials requested that would be inconsistent with its stated purpose.
Instruction Scope
The instructions are template-focused and ask the agent to gather client details from the user and produce markdown output. The SKILL.md metadata declares read_file and write_file tools — reasonable for saving/loading checklists — but the prose does not instruct the agent to read arbitrary system files or secrets. Users should be aware the skill can write files (and possibly read files) if the agent is permitted to do so.
Install Mechanism
No install spec or code is present; the skill is instruction-only, which minimizes supply-chain risk and means nothing is written to disk by an installer.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate for a checklist/template generator.
Persistence & Privilege
always is false and the skill is not autostarting. It does declare read/write file tools but does not request persistent presence or elevated privileges. Autonomous invocation is allowed by default but not combined with other concerning factors here.
Assessment
This skill appears to just generate onboarding checklists and email templates and does not request credentials or installs. Before enabling it: (1) confirm where the agent will save any files the skill writes and restrict that folder if needed, (2) test with non-sensitive sample data so the skill can't accidentally expose real client details, and (3) if you have concerns about file access, check agent permissions for read_file/write_file or disable file-write capability for this skill.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

📋 Clawdis
OSmacOS · Linux · Windows
latestvk975b942x3vpw95315r530p5qs83hkhh
132downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0
macOS, Linux, Windows

Client Onboarding Checklist

Generate structured onboarding checklists, welcome emails, and setup task lists for IT service providers, MSPs, and consultants bringing on new clients. Ensures nothing gets missed during the critical first 30 days.

When to Use This Skill

Use when the user asks to:

  • Create a checklist for onboarding a new client
  • Generate a welcome email for a new client
  • Build a setup task list for a new account
  • Plan a client kickoff process
  • Create an IT deployment checklist
  • Set up a new managed services client

Information to Gather

Required

FieldDescription
client_nameCompany or individual name
service_typeWhat you're providing (managed IT, consulting, web services, etc.)
provider_nameYour company name

Optional (improves output)

FieldDescription
primary_contactClient's main point of contact
primary_emailContact's email
start_dateService start date
user_countNumber of users/seats
services_listSpecific services included in their plan
tools_usedClient's existing tools (Microsoft 365, Google Workspace, etc.)
industryClient's industry (affects compliance needs)
special_requirementsAny unique needs mentioned

Service Type Detection

Determine the type from context and generate the appropriate checklist:

Managed IT / MSP

Triggers: mentions of network, servers, workstations, helpdesk, monitoring, backup, antivirus, firewall, endpoint, RMM, PSA

Web Services / Development

Triggers: mentions of website, hosting, domain, CMS, development, deployment, staging

Consulting / Advisory

Triggers: mentions of assessment, audit, strategy, roadmap, advisory, planning

General IT Services (default)

Use when the type isn't clear — covers the essentials that apply to any IT engagement.

Output: Onboarding Checklist

Generate a checklist in markdown format with these sections. Include ONLY sections relevant to the detected service type. Each item should be a checkbox [ ].

Phase 1: Pre-Onboarding (Before Day 1)

## Pre-Onboarding — {{client_name}}

### Administrative
- [ ] Signed service agreement / MSA on file
- [ ] Payment method and billing terms confirmed
- [ ] Primary contact info documented: {{primary_contact}}, {{primary_email}}
- [ ] Emergency contact info collected
- [ ] NDA executed (if applicable)
- [ ] Client added to PSA / billing system
- [ ] Welcome email sent (see template below)

### Discovery
- [ ] Current environment documented (devices, users, software)
- [ ] Existing vendor/provider list collected
- [ ] Login credentials and admin access transferred securely
- [ ] Network diagram obtained or site survey scheduled
- [ ] Current pain points and priorities noted
- [ ] Compliance requirements identified (HIPAA, PCI, etc.)

Phase 2: Technical Setup (Days 1–7)

For Managed IT / MSP:

## Technical Setup — Week 1

### Access & Credentials
- [ ] Admin access to all systems verified
- [ ] Password manager vault created for client
- [ ] Domain registrar access confirmed
- [ ] DNS management access confirmed
- [ ] Cloud admin consoles access (M365/Google/AWS)

### Monitoring & Management
- [ ] RMM agent deployed to all endpoints
- [ ] Monitoring alerts configured
- [ ] Antivirus/EDR deployed and reporting
- [ ] Backup solution deployed and first backup verified
- [ ] Firewall rules reviewed and documented
- [ ] Patch management policy applied

### User Setup
- [ ] User list verified ({{user_count}} users)
- [ ] User accounts created in your systems
- [ ] Helpdesk access / ticket submission method shared with users
- [ ] MFA enabled on all admin accounts
- [ ] Email security (SPF/DKIM/DMARC) verified

For Web Services:

## Technical Setup — Week 1

### Hosting & Infrastructure
- [ ] Domain ownership verified
- [ ] DNS records documented
- [ ] Hosting environment provisioned
- [ ] SSL certificate installed and auto-renewing
- [ ] Staging environment created
- [ ] Deployment pipeline configured

### Application
- [ ] Current site backed up
- [ ] CMS admin access created
- [ ] Analytics tracking installed
- [ ] Contact forms tested
- [ ] Performance baseline recorded (Core Web Vitals)

### Access
- [ ] Client given appropriate CMS access
- [ ] Git repository access configured (if applicable)
- [ ] FTP/SFTP credentials secured

Phase 3: Documentation & Training (Days 7–14)

## Documentation & Training

### Documentation
- [ ] Client knowledge base article created
- [ ] Network diagram / architecture doc completed
- [ ] Escalation path documented
- [ ] SLA terms and response times documented
- [ ] Disaster recovery / business continuity plan drafted

### Training
- [ ] End-user training session scheduled
- [ ] Helpdesk usage walkthrough completed
- [ ] Key contact procedures shared (who to call for what)
- [ ] Self-service resources shared (portal, FAQ)

Phase 4: Validation & Handoff (Days 14–30)

## Validation & Handoff

### Verification
- [ ] All monitoring alerts tested (trigger and resolve one)
- [ ] Backup restore tested
- [ ] Helpdesk ticket flow tested end-to-end
- [ ] All services confirmed operational
- [ ] Client signs off on completed setup

### Ongoing
- [ ] First monthly report scheduled
- [ ] Quarterly business review (QBR) scheduled
- [ ] 30-day check-in call scheduled with {{primary_contact}}
- [ ] Internal team debrief on onboarding (lessons learned)

Output: Welcome Email

When the user asks for a welcome email, generate this:

Subject: Welcome to {{provider_name}} — Getting Started

Hi {{primary_contact}},

Welcome to {{provider_name}}! We're excited to be working with {{client_name}} and want to make sure your transition is as smooth as possible.

Here's what happens next:

1. **This week:** We'll be setting up monitoring, security, and access to our support systems. You may see some brief notifications as we get everything connected — that's normal.

2. **How to reach us:**
   - Email: [support email]
   - Phone: [support phone]
   - Portal: [helpdesk URL]
   For urgent issues, always call.

3. **What we need from you:**
   - Admin credentials (sent securely via [method])
   - A list of current users and their roles
   - Any known issues you'd like us to prioritize

4. **First check-in:** We'll schedule a call in about 2 weeks to review the setup, answer questions, and confirm everything is running smoothly.

If you have any questions at all, don't hesitate to reach out. We're here to help.

Best,
{{provider_name}}

Output: Kickoff Agenda

When the user asks for a kickoff meeting agenda:

# Client Kickoff Meeting — {{client_name}}
**Date:** {{start_date}}
**Attendees:** {{provider_name}} team, {{primary_contact}}

## Agenda (60 minutes)

### 1. Introductions (5 min)
- Team members and roles
- Primary points of contact on both sides

### 2. Scope Review (10 min)
- Services included in the agreement
- What's in scope vs. out of scope
- SLA review (response times, escalation)

### 3. Technical Discovery (20 min)
- Current environment overview
- Known issues and priorities
- Upcoming projects or changes
- Compliance requirements

### 4. Onboarding Timeline (10 min)
- Walk through the 30-day onboarding plan
- Key milestones and what to expect
- What we need from the client (access, info)

### 5. Support Process (10 min)
- How to submit tickets
- Emergency procedures
- Communication preferences

### 6. Questions & Next Steps (5 min)
- Open Q&A
- Confirm next meeting / check-in date

Stop Conditions

  • Do NOT generate checklists for industries you don't have context for. If the user mentions a highly specialized field (e.g., "nuclear facility IT onboarding"), say: "I can generate a general IT onboarding checklist, but your industry likely has specific regulatory requirements I can't account for. Use this as a starting point and consult your compliance team."
  • Do NOT include specific vendor names unless the user mentions them. Keep tool references generic (e.g., "RMM agent" not "ConnectWise Automate") unless the user specifies.
  • Do NOT generate security credentials or passwords. If the user asks, say: "Use a password manager to generate and share credentials securely. Never send passwords in plain text email."

Comments

Loading comments...