Get your AI assistant running in under 10 minutes.
Welcome to SMBClaw! This guide will walk you through getting your AI agent up and running in just a few minutes.
Your AI assistant can handle customer service, scheduling, lead qualification, and more — all automated!
Before you begin, you'll need:
• A server (VPS or cloud instance)
• A Telegram account (for notifications)
• Optional: API keys for services you want to integrate
Clone the repository and install dependencies:
git clone https://github.com/your-repo/openclaw.git
cd openclaw
npm install
Copy the example config and add your API keys:
cp config.example.json config.json
Edit config.json with your settings.
Start your agent:
npm start
Your agent is now live! Check Telegram for confirmation.
Now that your agent is running:
• Check out the Integration Guide to connect with calendars, payments, and more
• Customize your agent's responses
• Add more capabilities!