Get Started with Moltbot
Set up your 24/7 AI personal assistant in just a few minutes.
Prerequisites
Node.js v22+
Moltbot requires Node.js version 22 or higher. Check your version:
node --versionInstallation
Quick Install
Run the following command to install Moltbot:
curl -fsSL https://clawd.bot/install.sh | bashAPI Configuration
Anthropic API (Recommended)
- Get your API key from console.anthropic.com
- Add to your .env file:
ANTHROPIC_API_KEY=your-key-here
OpenAI API (Alternative)
- Get your API key from platform.openai.com
- Add to your .env file:
OPENAI_API_KEY=your-key-here
Channel Configuration
Connect Moltbot to your preferred communication platform.
Discord
Create a bot at discord.com/developers and add the token to your config.
Telegram
Create a bot via @BotFather and configure the webhook.
Set up WhatsApp Business API for channel integration.
First Run
Start Moltbot with:
cd moltbot && npm run devMoltbot will guide you through the initial setup process.
Video Tutorial
Video tutorial coming soon