Skip to content

ClawHub skill that lets any AI agent create, embed, and manage AI chatbots on websites using HoverBot. Set up a chat widget in under 2 minutes.

Notifications You must be signed in to change notification settings

goncharenko/hoverbot-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

hoverbot-chatbot

ClawHub Version License: MIT

A ClawHub skill that lets any AI agent create, customize, and embed AI chatbots on websites using HoverBot.

Install

npx clawhub@latest install hoverbot-chatbot

What it does

Tell your AI agent "add a chatbot to my website" and it handles everything:

  1. Pick a template -- Customer Support, FAQ, Sales Assistant, or Product Guide
  2. Customize -- name, brand color, greeting message with live preview
  3. Get embed code -- 4 lines of JavaScript, paste before </body>
  4. Train with your content -- upload PDFs or add URLs

No credit card. Setup takes under 2 minutes.

Embed Code

<script>
  window.HOVERBOT_CONFIG = {
    chatbotId: "your-unique-chatbot-id",
    apiKey: "your-unique-api-key"
  }
</script>
<script async src="https://cdn.hoverbot.ai/widget.js"></script>

JavaScript API

window.hoverBotWidget.openChat();           // Open chat
window.hoverBotWidget.closeChat();          // Close chat
window.hoverBotWidget.resetSession(true);   // Reset conversation
window.hoverBotWidget.updateButtonVisibility(false); // Hide default icon
window.hoverBotWidget.updateConfig({ primaryColor: '#ff6b35' }); // Restyle

Templates

Template Best For
Customer Support Answering questions, resolving issues 24/7
FAQ Bot Knowledge-base Q&A from your docs
Sales Assistant Product discovery, comparisons, purchasing
Product Guide Feature walkthroughs, onboarding

Use Cases

  • Business websites -- Add a support bot that answers customer questions using your FAQ
  • SaaS products -- Embed a sales assistant that guides visitors through features and pricing
  • Documentation sites -- Create an FAQ bot trained on your docs for instant answers
  • Prototyping -- Quickly test conversational AI on any page

Requirements

  • A website where you can edit HTML (to paste the embed code)
  • An email address (to create a free HoverBot account)

Links

License

MIT

About

ClawHub skill that lets any AI agent create, embed, and manage AI chatbots on websites using HoverBot. Set up a chat widget in under 2 minutes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •