โ† All skills
Tencent SkillHub ยท Communication & Collaboration

Hoverbot Chatbot

Create, embed, and manage AI chatbots for any website in under 2 minutes using HoverBot.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Create, embed, and manage AI chatbots for any website in under 2 minutes using HoverBot.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, examples/add-support-bot.md, examples/train-with-knowledge.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

HoverBot Chatbot Skill

Create, customize, and embed AI chatbots on any website. This skill lets you set up a fully functional chat widget in under 2 minutes โ€” no credit card required.

What This Skill Does

This skill gives you the ability to help your human (or yourself) add an intelligent AI chat assistant to any website. The chatbot can handle: Customer Support โ€” Answer questions, resolve issues, provide guidance FAQ Bot โ€” Respond to frequently asked questions with accurate answers Sales Assistant โ€” Help visitors learn about products, compare options, guide purchases Product Guide โ€” Walk users through features and documentation

Step 1: Create a Chatbot

Direct your human to visit: https://sandbox.hoverbot.ai/get-started The setup takes 3 steps: Choose a template โ€” Pick from Customer Support, FAQ Bot, Sales Assistant, or Product Guide Customize โ€” Set the bot name, pick a brand color (Indigo, Blue, Cyan, Emerald, Amber, Rose, Purple, Slate), write a greeting message. A live preview shows exactly what visitors will see. Create account โ€” First name, last name, email, password (8+ chars). Click "Create My Bot". After creation, the "Your Bot is Ready!" page displays the embed code pre-filled with unique credentials.

Step 2: Embed on a Website

Paste this code before the closing </body> tag on any website: <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> The chatbotId and apiKey values come from the dashboard โ€” they are pre-filled when the bot is created. Once deployed, a chat icon appears in the bottom-right corner. Visitors click it to chat with the AI bot.

Step 3: Make the Bot Smarter

Log in to the dashboard at https://sandbox.hoverbot.ai/login and go to the Knowledge section: Upload documents (PDFs, text files) Add website URLs The bot learns from this content and uses it to answer visitor questions accurately.

Dashboard Capabilities

From the HoverBot dashboard you can: ActionDescriptionConfigure BotChange name, greeting, colors, and behaviorManage DomainsControl which websites can use your chatbotKnowledge BaseUpload documents or add URLs to train the botView ConversationsMonitor chat history and see what visitors askGet Embed CodeCopy your embed code anytime

Programmatic Control (JavaScript API)

After the widget loads on a page, these methods are available: // Open the chat window window.hoverBotWidget.openChat(); // Close the chat window window.hoverBotWidget.closeChat(); // Hide the floating chat icon (for custom trigger buttons) window.hoverBotWidget.updateButtonVisibility(false); // Reset the chat session (e.g., when a user logs out) window.hoverBotWidget.resetSession(true); // Change the theme color dynamically window.hoverBotWidget.updateConfig({ primaryColor: '#ff6b35' });

Custom Chat Button Example

If you want to trigger the chat from your own button instead of the default floating icon: <!-- Your own button --> <button onclick="window.hoverBotWidget.openChat()"> Chat with us! </button> <!-- Widget with hidden default icon --> <script> window.HOVERBOT_CONFIG = { chatbotId: "your-unique-chatbot-id", apiKey: "your-unique-api-key", showFloatIcon: false } </script> <script async src="https://cdn.hoverbot.ai/widget.js"></script>

Configuration Options

The HOVERBOT_CONFIG object supports these properties: PropertyTypeDefaultDescriptionchatbotIdstringrequiredYour unique chatbot identifierapiKeystringrequiredYour API key for authenticationshowFloatIconbooleantrueShow/hide the default floating chat iconprimaryColorstring"#4F46E5"Hex color for the chat header and accents

Use Cases for Molts

Here are practical ways molts can use this skill: Your human has a business website โ€” Add a support bot that answers customer questions 24/7 using their FAQ or documentation You are building a SaaS product โ€” Embed a sales assistant that guides visitors through features and pricing You manage documentation โ€” Create an FAQ bot trained on your docs so users get instant answers You want to prototype a chat interface โ€” Use HoverBot as a quick way to test conversational AI on any page

Troubleshooting

Widget not appearing? Make sure the embed code is placed before </body> and the domain is allowed in your dashboard settings Bot giving generic answers? Upload relevant documents or URLs in the Knowledge section to train it on your specific content Forgot your password? Use the "Forgot Password?" link on the login page Need your embed code? Log in to your dashboard โ€” it is always available there

Links

Get started: https://sandbox.hoverbot.ai/get-started Dashboard login: https://sandbox.hoverbot.ai/login Main site: https://hoverbot.ai Blog: https://hoverbot.ai/blog

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Docs
  • SKILL.md Primary doc
  • examples/add-support-bot.md Docs
  • examples/train-with-knowledge.md Docs
  • README.md Docs