

The chat assistant answering a product question and showing product cards on the storefront.
Kinedio Personal Shopper for WooCommerce adds a conversational shopping assistant to your storefront. Customers can ask questions in natural language to search your catalog, get product recommendations, view product details and add items to their cart, all from a single chat box.
The assistant is powered by Anthropic’s Claude models. When a customer sends a message, the plugin runs a server-side “agent loop”: the model decides which actions to take and your WordPress site executes them through a controlled set of tools (catalog search, product lookup, cart operations and so on). All cart and catalog operations run on your server under your control; the model only receives the data needed to answer the request.
Key features
[kinedio_chat] shortcode, with optional attributes to customize the title and texts (see the FAQ for the full list).kinedio_i18n_provider filter lets WPML/Polylang integrations supply translations.Important: this plugin requires an Anthropic API key, which you provide. Usage of the Anthropic API is billed by Anthropic according to their pricing. See the External services section below.
This plugin connects to the Anthropic API (Claude) to generate the chat assistant’s replies. This is required for the plugin to function: without a valid Anthropic API key the chat will not respond.
What service is used
Anthropic Claude API — endpoint https://api.anthropic.com/v1/messages.
When data is sent
A request is sent to Anthropic each time a customer submits a message in the chat (and during the internal agent loop that follows, until the assistant produces its final reply).
What data is sent
* The customer’s chat message(s) and the ongoing conversation for the current session.
* Context needed to answer the request, which may include: product information from your catalog (names, descriptions, prices, attributes, taxonomy/term names) and the current contents of the visitor’s WooCommerce session cart.
* A system prompt and tool definitions generated by the plugin.
No WordPress user account credentials and no WooCommerce order data are sent. The Anthropic API key you enter is stored in your site’s database (encrypted with AES-256-GCM when the PHP OpenSSL extension is available, which is the case on virtually all hosts) and is sent only to Anthropic to authenticate the request.
Please make sure your store’s privacy policy informs visitors that chat messages are processed by Anthropic, and avoid entering personal or sensitive information into the chat.
Anthropic’s terms and policies:
* Terms of Service: https://www.anthropic.com/legal/consumer-terms
* Commercial Terms of Service: https://www.anthropic.com/legal/commercial-terms
* Privacy Policy: https://www.anthropic.com/legal/privacy