
外掛標籤
開發者團隊
② 後台搜尋「EcomAIBridge for WooCommerce」→ 直接安裝(推薦)
原文外掛簡介
Make your store visible to AI.
EcomAIBridge connects your WooCommerce store to AI agents, chatbots, and LLM crawlers. Make your products visible to ChatGPT, Claude, Gemini and other AI tools — and add a built-in AI shopping assistant to your storefront.
Right now, customers are shopping through AI. They ask ChatGPT, Claude, Gemini and Perplexity for product recommendations and buy without ever visiting your store directly. If your store isn’t connected to AI agents through a REST API or chat widget, you’re invisible to them.
What this plugin does
Structured Product API — Clean, paginated, filterable JSON endpoints (/ecomaibridge/ai/products.json, /ai/categories.json, etc.) that any AI agent or app can call directly.
AI Discovery Manifest — A /.well-known/ai-bridge.json file that describes your store’s endpoints so AI crawlers can auto-discover what’s available.
Built-in AI Chat Widget — A floating shopping assistant for your storefront. Connects to Groq (free tier) out of the box, or any OpenAI-compatible endpoint via the Custom provider option.
7-Day Activity Analytics — Lightweight, transient-backed analytics tab showing requests, top searches, missed-opportunity queries, and provider rate-limit hits.
A separate Pro Add-on plugin is available from ecomaibridge.com.
Built Natively for WooCommerce
Install from the WordPress plugin directory like any plugin, activate, and your product API is live instantly. Everything lives inside your WordPress admin — Overview, AI Chat Widget, Analytics, About.
External Services
This plugin can connect to one external LLM service of your choice (Groq by default, or any OpenAI-compatible endpoint via the Custom provider option). It is documented below so you understand exactly what data leaves your site, when, and to whom. The plugin sends no analytics or telemetry, and does not perform any background “phone home” requests for license checks, version pings, or usage tracking.
Groq AI Inference API — required only if you enable the chat widget and use the default Groq provider.
Endpoint: https://api.groq.com/openai/v1/chat/completions
Purpose: Generate AI chat responses for the storefront chat widget.
When called: Each time a visitor sends a message through the chat widget. No request is made if the chat widget is disabled.
Data sent: The visitor’s chat message, conversation history for the current session, and a system prompt describing your store. No personally identifiable customer information (name, email, address, payment data) is sent.
Authentication: The Groq API key you provide in plugin settings, stored only in your WordPress database and transmitted only as a Bearer token to Groq.
Required: You must obtain your own free Groq API key at https://console.groq.com.
Terms of Service: https://groq.com/terms-of-use/
Privacy Policy: https://groq.com/privacy-policy/
Custom OpenAI-compatible provider — only when you set the provider to “Custom” in admin and configure your own base URL.
Endpoint: whatever URL you enter in plugin settings.
Purpose, data sent, authentication: same as the Groq behaviour above, but routed to the endpoint you configured. Refer to your chosen provider’s terms and privacy documentation.
