
外掛標籤
開發者團隊
原文外掛簡介
Aco Smart AI Assistant adds an AI-powered chat widget to WordPress websites so visitors can ask questions and get fast, relevant responses.
The plugin is designed for broad website assistance use cases, including general Q&A, page or topic summaries, and helpful suggestions based on your site content and user prompts. It can use your chosen AI provider (OpenRouter, OpenAI, or Google Gemini) to generate natural language replies for business websites, portfolios, content-heavy blogs, and storytelling websites.
For online stores, the same assistant can also support product-focused conversations, WooCommerce product suggestions, and recommendations when WooCommerce data is available.
Site owners can configure assistant behavior from wp-admin, including assistant name, welcome message, selected provider, model, and API key. Basic usage tracking and rate-limiting controls are included to help reduce abuse and monitor request activity.
If no valid API key is configured, the widget can still load with fallback behavior, but AI-generated responses will not be available.
Features
AI chat widget for WordPress websites
Supports OpenRouter, OpenAI, and Google Gemini providers
Visitor Q&A for website pages, services, and topics
Summary-style replies for content and user questions
Smart suggestions based on prompts and available site context
Optional WooCommerce product suggestions, assistance, and recommendations
Configurable assistant name and welcome message
Provider and model selection from admin settings
Basic usage tracking and rate-limiting support
External Services
This plugin connects to third-party AI APIs only after you configure API credentials in the plugin settings.
Service: OpenRouter API (OpenRouter)
Purpose: Generate assistant responses through models available on OpenRouter.
Data sent: Visitor chat prompt text, selected model identifier, and relevant site context needed for the response.
When sent: When a visitor submits a message in the chat widget and OpenRouter is selected.
Service terms: https://openrouter.ai/terms
Service privacy policy: https://openrouter.ai/privacy
Service: OpenAI API (OpenAI)
Purpose: Generate assistant responses using OpenAI models.
Data sent: Visitor chat prompt text, selected model identifier, and relevant site context needed for the response.
When sent: When a visitor submits a message in the chat widget and OpenAI is selected.
Service terms: https://openai.com/policies/terms-of-use
Service privacy policy: https://openai.com/policies/privacy-policy
Service: Gemini API (Google)
Purpose: Generate assistant responses using Google Gemini models.
Data sent: Visitor chat prompt text, selected model identifier, and relevant site context needed for the response.
When sent: When a visitor submits a message in the chat widget and Gemini is selected.
Service terms: https://ai.google.dev/terms
Service privacy policy: https://policies.google.com/privacy
Source Code
Compiled frontend assets are included in this plugin. Source files are available in the app/ directory.
Building from Source
Navigate to the app/ directory.
Install dependencies with npm install.
Build production assets with npm run build.
