[WordPress] 外掛分享: OZY AI Chatbot

首頁外掛目錄 › OZY AI Chatbot
WordPress 外掛 OZY AI Chatbot 的封面圖片
全新外掛
安裝啟用
尚無評分
26 天前
最後更新
問題解決
WordPress 5.9+ PHP 7.4+ v1.2.0 上架:2026-07-05

內容簡介

OZY AI Chatbot 將您的 WordPress 網站轉變為一個智能的對話助手,能夠即時回答訪客的問題,並且僅基於您網站的內容提供準確的資訊,確保品牌一致性。

【主要功能】
• 多供應商 AI 支援(OpenAI、Anthropic Claude 等)
• 網站內容基礎的準確回答
• 可隨意拖放的小工具,無需短碼
• 一鍵掃描網站內部網址
• 流式回應,提供即時互動體驗
• 每 IP 限制頻率,防止自動濫用

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.2.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「OZY AI Chatbot」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

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 );

延伸相關外掛

文章
Filter
Mastodon