BotLibre is an open platform for AI-driven chatbots, virtual agents, and social media automation. Marketing teams use it to automate customer interactions, manage live chat, and streamline social media workflows. It integrates with web platforms and supports multiple programming languages.
git clone https://github.com/BotLibre/BotLibre.githttps://www.botlibre.org
Create a chatbot for customer support that can handle FAQs and common inquiries.
Automate social media posts and interactions to maintain a consistent online presence.
Develop a virtual agent that assists users in navigating a website or application.
Implement a live chat solution that can escalate complex queries to human agents when necessary.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/BotLibre/BotLibreCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Create a marketing chatbot for [COMPANY] in the [INDUSTRY] sector using BotLibre. The chatbot should handle FAQs, product inquiries, and lead generation. Include a friendly welcome message, a menu of options, and a way to transfer to a human agent if needed. Use [DATA] to train the chatbot on common customer questions and responses.
# Marketing Chatbot for GreenTech Solutions ## Welcome Message **Chatbot:** "Hello! I'm GreenBot, your virtual assistant at GreenTech Solutions. How can I help you today? You can ask me about our products, request a demo, or get support. Here are some options:" - 🌱 Learn about our eco-friendly products - 💡 Request a free demo - 📞 Speak to a human agent ## FAQ Handling **User:** "What makes your solar panels different?" **Chatbot:** "Great question! Our solar panels are made with 100% recyclable materials and have a 25-year warranty. They're also 20% more efficient than standard panels. Would you like to see a comparison chart?" ## Lead Generation **User:** "I'm interested in a demo." **Chatbot:** "Fantastic! To schedule a demo, please provide your name, email, and preferred date. Here's a calendar link to choose your time: [Calendar Link]." ## Human Agent Transfer **User:** "I need help with my order." **Chatbot:** "I'm sorry to hear you're having trouble. I'll connect you with a support agent right away. Please hold on while I transfer you."