Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

BubblaV plugin for Claude Code — web scraping skill + MCP server integration for AI-powered chatbot analytics, knowledge base search, and conversation management.

Install to Claude Code

/plugin install bubblav-tools@bubblav-tools

Run in Claude Code. Add the marketplace first with /plugin marketplace add bubblav-org/tools if you haven't already.

README.md

@bubblav/tools

BubblaV SDK and CLI for scraping public pages into markdown with the BubblaV API.

Install

npm install @bubblav/tools

SDK

import BubblavTools from '@bubblav/tools';

const client = new BubblavTools({
  apiKey: process.env.BUBBLAV_API_KEY,
});

const result = await client.scrape('https://example.com');
console.log(result.markdown);

CLI

Set your API key first:

export BUBBLAV_API_KEY=bubblav_mcp_YOUR_API_KEY

Scrape a page:

npx @bubblav/tools scrape https://example.com

Install skills:

npx skills add https://github.com/bubblav-org/tools --skill web-scrape-md
npx skills add https://github.com/bubblav-org/tools --skill manage-custom-tools

Skills

web-scrape-md

Scrape a public URL into markdown for AI context. Activates when you ask to read or scrape a web page.

manage-custom-tools

Create and manage custom webhook tools for your BubblaV chatbot via the MCP server. Activates when you ask to add, update, delete, or manage custom tools for your chatbot.

Example prompts:

  • "Add a custom tool to my chatbot that finds tournaments near a city"
  • "List my custom tools"
  • "Update the endpoint for my search tool"

Requires: Pro plan or higher.

Claude Code Plugin

Install via marketplace

Add the BubblaV marketplace and install the plugin:

/plugin marketplace add bubblav-org/tools

Then browse and install from the Discover tab, or install directly:

/plugin install bubblav-tools@bubblav-org-tools

After installing, reload to activate:

/reload-plugins

Configure API key

1. Log in to your BubblaV dashboard 2. Navigate to your Website Settings page 3. Click the API Keys tab 4. Click Generate New Key 5. Enter a name (e.g. "Claude Code") and select MCP scopes 6. Click Generate and copy the key immediately — it won't be shown again

Then set it in your project's .claude/.env file:

# .claude/.env
BUBBLAV_API_KEY=bubblav_mcp_YOUR_API_KEY

The skill will prompt you for the key on first use if it's not configured. Once saved to .claude/.env, it persists across sessions.

Related plugins

Browse all →