TopRank Skills

Home / Claw Skills / 文档 / hoverbot-chatbot
Official OpenClaw rules 36%

hoverbot-chatbot

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

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 hoverbot-chatbot 技能。 若已安装,则直接安装 hoverbot-chatbot 技能。

Overview

Skill Key
goncharenko/hoverbot-chatbot
Author
HoverBot
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/goncharenko/hoverbot-chatbot
Latest Commit SHA
16f775b2341ca6a9e2525e1d2c63457c9980b89a

Extracted Content

SKILL.md excerpt

# 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

## Quick Start

### Step 1: Create a Chatbot

Direct your human to visit:

```
https://sandbox.hoverbot.ai/get-started
```

The setup takes 3 steps:

1. **Choose a template** — Pick from Customer Support, FAQ Bot, Sales Assistant, or Product Guide
2. **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.
3. **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:

```html
<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, tex...

README excerpt

# hoverbot-chatbot

A ClawHub skill that lets any AI agent create, customize, and embed AI chatbots on websites using [HoverBot](https://hoverbot.ai).

## What it does

This skill teaches your agent how to:

- Set up a chatbot in under 2 minutes (no credit card needed)
- Choose from pre-built templates (Customer Support, FAQ, Sales Assistant, Product Guide)
- Customize branding (name, color, greeting message)
- Generate and embed the widget code on any website
- Train the bot with custom knowledge (PDFs, URLs)
- Control the widget programmatically via JavaScript API

## Install

```bash
clawhub install hoverbot-chatbot
```

## Quick Example

Ask your agent:

> "Help me add a customer support chatbot to my website"

The agent will walk you through the 3-step setup at `sandbox.hoverbot.ai/get-started` and provide the embed code.

## Templates

| Template | Best For |
|----------|----------|
| Customer Support | Answering questions, resolving issues |
| FAQ Bot | Knowledge-base Q&A |
| Sales Assistant | Product discovery, comparisons, purchasing |
| Product Guide | Feature walkthroughs, documentation |

## Requirements

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

## Links

- [HoverBot](https://hoverbot.ai)
- [Get Started](https://sandbox.hoverbot.ai/get-started)
- [Blog](https://hoverbot.ai/blog)

## License

MIT

Related Claw Skills

edholofy

dojo.md

★ 4

University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.

lethehades

wps-macos-helper

★ 1

macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance

capt-marbles

firecrawl

★ 0

Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.

caqlayan

Tweet Processor

★ 0

Tweet Processor Skill

carev01

md-docs-search

★ 0

Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.

camelsprout

duckdb-en

★ 0

DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".