BACK TO DIRECTORY

OZY AI Chatbot

by Danish Rangaiz

0.0
(0 ratings)

OZY AI Chatbot turns your WordPress website into an intelligent, conversational assistant. Visitors ask questions and get instant, accurate answers — grounded strictly in your own website content.

Unlike a general chatbot, this assistant is scope-locked: it only talks about your website and its services. If a visitor asks something off-topic — or tries to trick it into writing code, essays, or acting as a free general-purpose AI — it politely declines and steers them back to your business. This protects your API budget and keeps the conversation on-brand.

Key Features

  • Multi-Provider AI — OpenAI (GPT-4o), Anthropic Claude, Google Gemini, Groq (free), plus custom providers via a filter hook
  • Website-grounded answers — index your pages; the assistant reads them to answer accurately
  • Drop it anywhere, no shortcode needed — drag & drop widget, Gutenberg block, and native elements for Elementor, Divi, Avada (Fusion), WPBakery and Oxygen
  • Scan Website — one-click discovery of internal URLs from your homepage
  • Streaming responses — word-by-word output for a live, ChatGPT-like feel (delivered entirely through the WordPress HTTP API)
  • Scope lock & prompt-injection protection — refuses off-topic, jailbreak, and “ignore your instructions” attempts
  • Per-IP rate limiting — an always-on per-minute cap stops automated abuse from draining your API tokens, on top of optional per-session/day/month limits
  • Multiple AI Agents — define agents with different names, models, and personas; users can switch in-chat
  • Full appearance control — colors, widget position, icons, and background (solid, gradient, video, or image)
  • Inline answers — the embedded widget answers right where it sits; the popup is reserved for the floating button
  • Shortcode support — embed inline with [ozy_ai_chatbot], sized per page with height and max_width
  • Analytics dashboard — total, daily, and monthly queries plus average response time
  • Opt-in attribution — the “AI-powered by OZY” credit is OFF by default and only shows if you enable it

Supported AI Providers

  • OpenAI — GPT-4o, GPT-4o-mini, GPT-4-turbo, GPT-3.5-turbo
  • Anthropic Claude — Claude Opus, Sonnet, Haiku
  • Google Gemini — Gemini 2.0 Flash, 1.5 Pro, 1.5 Flash
  • Groq — Llama 3.3 70B, Mixtral 8x7B, Gemma2 (free tier available)
  • Custom — add any OpenAI-compatible API via the ozy_ai_providers filter

Adding a Custom AI Provider

add_filter( 'ozy_ai_providers', function( $providers ) {
    $providers['mistral'] = [
        'label'   => 'Mistral AI',
        'models'  => [ 'mistral-large-latest', 'mistral-small-latest' ],
        'api_url' => 'https://api.mistral.ai/v1/chat/completions',
        'key_url' => 'https://console.mistral.ai/api-keys',
    ];
    return $providers;
} );

Placing the Chatbot on a Page

Pick whichever suits you — all of them render the same inline chat:

  • Widget — Appearance Widgets (or the Customizer): drag OZY AI Chatbot into any widget area
  • Gutenberg — add the OZY AI Chatbot block; size it from the block sidebar
  • Elementor — search “OZY AI Chatbot” in the widget panel
  • Divi — the OZY AI Chatbot module
  • Avada / Fusion Builder — the OZY AI Chatbot element
  • WPBakery — the OZY AI Chatbot element (Content category)
  • Oxygen — Add Interactive OZY AI Chatbot
  • Shortcode[ozy_ai_chatbot], or [ozy_ai_chatbot height="500" max_width="900"]

External Services

This plugin connects to the following third-party services. Data is only transmitted when a visitor submits a question in the chat widget, or when you use an admin feature such as “Test Connection”.

AI Providers (used to generate responses)

Depending on the provider you configure, the visitor’s question and relevant text excerpts from your own website are sent to one of these services:

  • OpenAI — https://openai.com/ — terms: https://openai.com/policies/terms-of-use/ — privacy: https://openai.com/policies/privacy-policy/
  • Anthropic (Claude) — https://www.anthropic.com/ — terms: https://www.anthropic.com/legal/consumer-terms — privacy: https://www.anthropic.com/legal/privacy
  • Google (Gemini) — https://ai.google.dev/ — terms: https://ai.google.dev/gemini-api/terms — privacy: https://policies.google.com/privacy
  • Groq — https://groq.com/ — terms: https://groq.com/terms-of-use/ — privacy: https://groq.com/privacy-policy/

No AI provider request is made until a visitor submits a question. The data sent is limited to the visitor’s question and relevant text excerpts scraped from your own website pages. No personal data beyond what the visitor types is transmitted. Site owners are responsible for disclosing this third-party processing in their own privacy policy.

Google Fonts

The plugin loads the “Rethink Sans” typeface from Google Fonts (https://fonts.google.com/). This causes the visitor’s browser to connect to Google’s servers, which may transmit the visitor’s IP address to Google. Privacy policy: https://policies.google.com/privacy

To disable the font, add this to your theme’s functions.php:

add_action( 'wp_enqueue_scripts', function() {
    wp_dequeue_style( 'ozy-rethink-sans' );
    wp_deregister_style( 'ozy-rethink-sans' );
}, 20 );

Screenshots

Floating "Ask AI" button with animated orbital ring, shown on a live site

Floating "Ask AI" button with animated orbital ring, shown on a live site

Welcome screen with quick-question pills, ready for the visitor's first question

Welcome screen with quick-question pills, ready for the visitor's first question

Chat popup answering questions in a live, streaming-style conversation

Chat popup answering questions in a live, streaming-style conversation

Plugin Details

Active Installs
0
Total Downloads
722
Version
1.2.0
Requires WP
5.9
Requires PHP
7.4
Tested Up To
7.1
Added
2026-07-06
Last Updated
2026-08-18 10:01am GMT

Ratings

5
0
4
0
3
0
2
0
1
0