Moltbot Helper:
Your Personal AI Assistant
The Moltbot AI Helper that actually does things β clears your inbox, sends emails, manages your calendar, checks you in for flights. Works from WhatsApp, Telegram, and more.
Core Use Cases
Developer
When a critical bug hits, Moltbot automatically pulls code, diagnoses the issue, writes a fix, tests it locally, and can even push the fix directly.
Creator
Automatically scrape assets, summarize papers, convert video formats, generate script drafts, and automate video rendering.
Digital Nomad
Multi-language handling, price comparison, and timezone management for seamless global business.
Life Geek
Visual memory enhancement, automated bookkeeping, and smart shopping decisions for an efficient life.
Researcher
Reference management (RAG), formula conversion, and progress monitoring for thesis writing.
E-commerce
24/7 auto-reply, price monitoring, and logistics tracking.
Community Reviews
What is Moltbot Helper (formerly Clawdbot)?
Moltbot is a powerful self-hosted Personal AI Helper. It not only chats but can also directly control your computer, manage your schedule, integrate with WhatsApp / Telegram / Discord, and features Proactive communication capabilities.
π Moltbot Deployment Preparation
Hardware Requirements
Recommended at least 2GB RAM (Linux/Mac/Windows).Runtime Environment
Requires Node.js 22 or higher.API Keys
Prepare API Keys for Anthropic, OpenAI, or Ollama.
π± Moltbot Communication Integration
- 1
Get Bot Token
Go to BotFather to create a new bot. - 2
Bind Token
moltbot config set channels.telegram.botToken "..." - 3
Activate Pairing
Send/startto get the pairing code.
π οΈ Moltbot Quick Installation
1. Install Moltbot CLI
npm install -g moltbot@latest2. Run Initialization Wizard
moltbot onboard --install-daemonπ³ Moltbot Docker Deployment
version: '3.8'
services:
moltbot:
image: moltbot/moltbot:latest
ports:
- "18789:18789"
environment:
- ANTHROPIC_API_KEY=key...After startup, visit http://IP:18789