Quickify AI for WooCommerce

Description

Quickify AI for WooCommerce adds a one-click AI description generator to your WooCommerce product editor. It collects product data — title, categories, attributes, price, and more — builds a tailored prompt, and sends it to an AI provider of your choice.

Features:

  • One-click generation from the product edit sidebar
  • Two AI providers: Anthropic Claude and OpenAI GPT
  • Customizable prompt template with placeholders
  • 15 output languages (English, Ukrainian, Russian, German, French, Spanish, Italian, Portuguese, Polish, Dutch, Czech, Turkish, Japanese, Chinese, Korean)
  • 5 writing tones: Professional, Friendly, Luxury, Casual, Technical
  • Adjustable description length (50–500 words)
  • Brand voice setting for consistent tone across products
  • Preview, edit, and accept workflow before inserting into the editor
  • API keys encrypted at rest (AES-256-CBC)
  • HPOS (High-Performance Order Storage) compatible
  • Variable product support with variation details
  • Extensible via WordPress hooks and filters

How It Works:

  1. Install the plugin and enter your Anthropic or OpenAI API key in WooCommerce > Quickify AI.
  2. Open any product in the editor. Find the “AI Description Generator” metabox in the sidebar.
  3. Click “Generate Description”. The plugin collects product data, builds a prompt, and sends it to the AI.
  4. Preview the result. Edit it if needed, then click “Accept” to insert it into the product description.

External services

This plugin connects to external AI services to generate product content.
The plugin sends product data (title, categories, attributes, price)
to the selected AI provider when you click “Generate” or run bulk generation.

Anthropic (Claude API)

Used when “Anthropic (Claude)” is selected as AI provider.
* Service URL: https://api.anthropic.com/v1/messages
* Terms of Service: https://www.anthropic.com/terms
* Privacy Policy: https://www.anthropic.com/privacy

OpenAI (GPT API)

Used when “OpenAI (GPT)” is selected as AI provider.
* Service URL: https://api.openai.com/v1/chat/completions
* Terms of Use: https://openai.com/terms/
* Privacy Policy: https://openai.com/privacy/

No data is sent to any external service without the user explicitly
configuring an API key and triggering a generation action.

Installation

  1. Upload the quickify-ai folder to /wp-content/plugins/.
  2. Activate the plugin through the “Plugins” menu in WordPress.
  3. Go to WooCommerce > Quickify AI and enter your API key.
  4. Choose your preferred language, tone, and description length.
  5. Open any product and click “Generate Description” in the sidebar metabox.

Requirements:

  • WordPress 6.0 or higher
  • WooCommerce 7.0 or higher
  • PHP 7.4 or higher
  • An API key from Anthropic or OpenAI

FAQ

Do I need my own API key?

Yes. You need an active API key from either Anthropic (for Claude) or OpenAI (for GPT). The plugin does not include any API credits. You can get your key from console.anthropic.com or platform.openai.com.

How much does the API cost?

Each product description costs approximately $0.003–$0.01 depending on the provider, model, and description length. Generating 1,000 descriptions would cost roughly $3–$10 total.

Which languages are supported?

The plugin supports 15 languages: English, Ukrainian, Russian, German, French, Spanish, Italian, Portuguese, Polish, Dutch, Czech, Turkish, Japanese, Chinese, and Korean.

Does it work with variable products?

Yes. For variable products, the plugin automatically collects all variation data (attributes and prices) and includes them in the prompt so the AI can write a comprehensive description covering all options.

Which AI provider should I choose?

Both providers produce high-quality descriptions. Anthropic Claude tends to follow instructions more precisely, while OpenAI GPT is widely used and well-documented. Try both with the “Test Connection” button and see which output you prefer.

Are my API keys stored securely?

Yes. All API keys are encrypted using AES-256-CBC before being stored in the database. They are never exposed in HTML source or JavaScript.

Can I customize the prompt?

Yes. Go to WooCommerce > Quickify AI > Generation Settings. You can edit the prompt template using placeholders like {title}, {categories}, {attributes}, {price}, {sku}, {language}, {tone}, and {length}.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Quickify AI for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.0

  • Initial release.
  • Single product description generation via Anthropic Claude or OpenAI GPT.
  • Settings page with encrypted API key storage.
  • Product editor sidebar metabox with preview workflow.
  • Customizable prompt template with 8 placeholders.
  • 15 output languages and 5 writing tones.
  • Variable product support with variation details.
  • HPOS (High-Performance Order Storage) compatibility.
  • Clean uninstall removing all plugin data.