chatbot-builder
v1.0.0使用您的数据跨网页、Slack、Discord、WhatsApp等渠道创建、训练和部署具备上下文感知能力的AI聊天机器人。
Installation
Please help me install the skill `chatbot-builder` from SkillHub official store.
npx skills add Sunshine-del-ux/chatbot-builder
Chatbot Builder
Build AI-powered chatbots in minutes.
Features
- Train on your data - PDFs, websites, documents
- Multiple channels - Website, Slack, Discord, WhatsApp
- LLM Integration - OpenAI, Anthropic, local models
- Conversational memory - Context-aware responses
- Analytics - Track conversations
Quick Start
# 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
Channels
- Website widget
- Slack
- Discord
- Telegram
Requirements
- Python 3.8+
- OpenAI API key (or use local models)
Author
Sunshine-del-ux