Install
openclaw skills install chatbot-builderCreate, train, and deploy AI chatbots using your data across multiple channels like web, Slack, Discord, and WhatsApp with context-aware responses.
openclaw skills install chatbot-builderBuild AI-powered chatbots in minutes.
# Create chatbot
./chatbot.sh create support-bot
# Train on data
./chatbot.sh train support-bot --data ./docs
# Deploy to web
./chatbot.sh deploy support-bot --channel web
# Deploy to Slack
./chatbot.sh deploy support-bot --channel slack
Sunshine-del-ux