Getting Started with Clawdbot
New to Clawdbot? This quick start guide will get you up and running in 15 minutes.
Prerequisites
Before you begin, youโll need:
- Node.js 18+ โ Check with
node --version - An LLM API key โ Anthropic Claude recommended
- A chat platform โ Telegram is the easiest to start
Quick Install
# Install Clawdbot globally
npm install -g clawdbot
# Create a new workspace
mkdir my-assistant && cd my-assistant
# Initialize configuration
clawdbot initConfigure Your LLM
Add your API key to the config:
# clawdbot.yaml
llm:
provider: anthropic
model: claude-sonnet-4-20250514
apiKey: ${ANTHROPIC_API_KEY}Set your environment variable:
export ANTHROPIC_API_KEY="your-key-here"Connect Telegram
- Message @BotFather on Telegram
- Send
/newbotand follow the prompts - Copy your bot token
- Add to config:
channels:
telegram:
botToken: ${TELEGRAM_BOT_TOKEN}
allowedUsers:
- your_telegram_idStart Chatting
clawdbot gateway startOpen your Telegram bot and say hello! ๐
Next Steps
- Complete Setup Guide โ Full configuration options
- Telegram Integration โ Advanced Telegram features
- Troubleshooting โ Common issues and fixes
Need Help Setting This Up?
Swarm builds and manages AI assistants for businesses. Same tech, zero headache.
Book a Free Consultation โ