DocsGetting StartedQuick Start

Quick Start Guide

This guide walks you through creating a customer support agent and connecting it to Slack in about 10 minutes.

Step 1: Create an Agent

From your Clawployees dashboard, click New Agent and choose the "Customer Support" template. Give it a name, select your AI model, and write a personality in the Soul field.

Step 2: Provision with OpenClaw

Click Connect on your new agent. Copy the one-liner and run it on your machine:

curl -sL https://clawployees.com/provision/{token} | bash

Watch the progress stepper in your dashboard — it tracks each step in real-time (OS detection, Node.js install, OpenClaw install, config, daemon setup, registration).

Step 3: Install Skills

Your agent connects to the Clawployees hub automatically. Install skills from ClawHub:

openclaw skill install customer-lookup
openclaw skill install billing-support

Or browse and install skills directly from the dashboard under Skills > ClawHub.

Step 4: Connect to Slack

Navigate to Settings > Connectors and click "Add Slack". You'll be guided through the OAuth flow to install the Clawployees app in your Slack workspace.

Step 5: Test It

Send a direct message to your agent in Slack. It should respond using its configured skills and personality.

Step 6: Go Live

Once you're happy with the responses, your agent is already running as a background daemon. It stays connected 24/7, sending heartbeats to the Clawployees hub every 2 minutes.