Moltbot Guide
Set up Moltbot for multi-platform message broadcasting and automation.
Overview
Moltbot is a multi-platform message bot in the OpenClaw ecosystem. It enables automated messaging, broadcasting, and workflow automation across channels.
Features
- Multi-platform message broadcasting
- Scheduled message delivery
- Template-based responses
- Webhook integrations
- Channel-specific formatting
Configuration
{
"agents": {
"moltbot": {
"provider": "openai",
"model": "gpt-4o-mini",
"systemPrompt": "You are Moltbot, a multi-platform messaging assistant."
}
}
}Message Broadcasting
Send messages across multiple channels:
openclaw message send --target all --message "System update notification"Scheduled Messages
{
"schedules": [
{
"cron": "0 9 * * *",
"message": "Good morning! Daily briefing...",
"channels": ["telegram", "whatsapp"]
}
]
}Next Steps
- Clawdbot Guide — AI assistant bot
- Telegram Deployment — Telegram setup
- WhatsApp Deployment — WhatsApp setup