Lekhoni – AI Product Content Writer

Description

Lekhoni – AI Product Content Writer brings the power of leading AI providers directly into your WooCommerce product editor. With a single click, generate professional, SEO-optimised product descriptions tailored to your product’s data, target audience, and brand tone — without ever leaving WordPress.

Whether you manage 10 products or 10,000, this plugin helps you write better copy faster.

Key Features

  • Multi-Provider AI Support — Choose between Google Gemini, OpenAI (ChatGPT), DeepSeek, and Anthropic Claude.
  • Flexible Model Input — Type any model ID directly (e.g. gemini-2.5-flash, gpt-4o, claude-sonnet-4-5) so you are never locked to an outdated list.
  • Smart Product Data Collection — Automatically pulls product title, price, categories, attributes, dimensions, and short description to build the prompt.
  • Customisable Modal — Before generating, set tone (professional, casual, persuasive, friendly, luxury), SEO keywords, and target audience.
  • Custom Instructions — Add per-generation instructions directly in the modal for full creative control.
  • Editable Default Prompt — Override the built-in output requirements template from the settings page without touching code.
  • Dual Editor Support — Inserts generated content into both the Classic Editor (TinyMCE) and the Gutenberg block editor seamlessly.
  • Secure by Design — All API keys are stored server-side and never exposed to the browser. Every AJAX request is protected by a WordPress nonce.

Supported AI Providers

Provider
API Docs

Google Gemini
https://ai.google.dev

OpenAI (ChatGPT)
https://platform.openai.com

DeepSeek
https://platform.deepseek.com

Anthropic Claude
https://console.anthropic.com

How It Works

  1. Go to Lekhoni AI Settings and enter your API key for your chosen provider.
  2. Select the provider and type the exact model ID you want to use.
  3. Open any WooCommerce product in the editor.
  4. Click the ✦ Generate AI Description floating button.
  5. Fill in optional instructions, tone, keywords, and audience in the modal.
  6. Click Generate — the description appears in a live preview.
  7. Click Insert into Editor — done!

Privacy

This plugin sends product data (title, price, categories, attributes) and your custom instructions to the AI provider you configure. No data is sent to the plugin author. Please review the privacy policy of your chosen AI provider before use.

  • Google Gemini: https://policies.google.com/privacy
  • OpenAI: https://openai.com/privacy
  • DeepSeek: https://cdn.deepseek.com/policies/en-US/deepseek-privacy-policy.html
  • Anthropic: https://www.anthropic.com/privacy

Screenshots

  • Settings Page — Configure API keys, select your active provider, and set a default model and prompt.
  • Floating Button — The “✦ Generate AI Description” button appears on every WooCommerce product edit screen.
  • Generation Modal — Set tone, SEO keywords, target audience, and custom instructions before generating.
  • Preview & Insert — Review the generated description in a live preview, then insert it into the editor with one click.

Installation

Automatic Installation

  1. Log in to your WordPress admin dashboard.
  2. Go to Plugins Add New.
  3. Search for Lekhoni – AI Product Content Writer.
  4. Click Install Now, then Activate.

Manual Installation

  1. Download the plugin .zip file.
  2. Go to Plugins Add New Upload Plugin.
  3. Choose the .zip file and click Install Now.
  4. Click Activate Plugin.

After Activation

  1. Navigate to Lekhoni AI in the left admin menu.
  2. Enter your API key for at least one provider.
  3. Set your preferred provider and model ID.
  4. Save settings — you are ready to generate.

FAQ

Do I need an API key?

Yes. You need an active API key from at least one of the supported providers (Gemini, OpenAI, DeepSeek, or Claude). Most providers offer a free tier to get started.

Which provider should I use?

For beginners, Google Gemini (gemini-2.5-flash) is recommended — it has a generous free tier and fast response times. Claude claude-sonnet-4-5 produces excellent long-form copy.

How do I know which model ID to enter?

Each provider publishes a models page. Links are shown next to the model input field on the settings page. Always copy the exact model string (e.g. gemini-2.5-flash, gpt-4o-mini, deepseek-chat).

Is my API key safe?

Yes. API keys are stored in the WordPress database using the Options API and are only used server-side via wp_remote_post(). They are never output in HTML or JavaScript.

Does it work with the Gutenberg block editor?

Yes. The plugin detects which editor is active and inserts the generated description using wp.data.dispatch for Gutenberg or tinymce.setContent() for the Classic Editor.

Can I customise the AI prompt?

Yes. You can add per-generation custom instructions in the modal popup each time you generate. You can also override the default output requirements template permanently from Lekhoni AI Settings Default Prompt Instructions.

What languages does it generate descriptions in?

The AI will generally follow the language of your custom instructions and product data. For a specific language, include it in the custom instructions field (e.g. “Write in French”).

Will it overwrite my existing product description?

The generated content is shown in a preview first. It is only inserted into the editor when you click Insert into Editor, giving you full control.

Does it support variable products?

Yes. For variable products, it collects attributes such as size and colour variations and includes them in the prompt.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Lekhoni – AI Product Content Writer” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.0

  • Initial release.
  • Multi-provider support: Google Gemini, OpenAI, DeepSeek, Anthropic Claude.
  • Flexible model ID input field for future-proof model selection.
  • Customisable default prompt instructions via settings page.
  • Modal with tone, keywords, audience, and custom instruction fields.
  • Classic Editor and Gutenberg block editor support.
  • Full nonce + capability security on all AJAX requests.