
Generate AI-powered product images, descriptions, and gallery images for your WooCommerce products using ChatGPT API.
| Author: | WebToffee (profile at wordpress.org) |
| WordPress version required: | 5.0 |
| WordPress version tested: | 7.0 |
| Plugin version: | 1.0.7 |
| Added to WordPress repository: | 09-01-2025 |
| Last updated: | 02-12-2025 |
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | |
| Total downloads: | 1 888 |
| Active installs: | 40+ |

Click to start download
|
AI Content Generator for WooCommerce helps you automatically generate high-quality product content using ChatGPT API. Generate featured images, gallery images, brands, tags and product descriptions with different tones to match your brand voice.
Features
- Generate product featured images
- Create product gallery images
- Generate product descriptions with different tones
- Generate short descriptions
- Multiple tone options for descriptions:
- Formal & Professional
- Casual & Friendly
- Persuasive & Sales-focused
- Technical & Detailed
- Luxury & Premium
- Creative & Engaging
- Debug mode for troubleshooting
- Batch gallery image generation
- Product Brands Generation: Generate relevant brand suggestions based on product information
- Product Tags Generation: Generate SEO-friendly tags and keywords for better product discoverability
- Easy-to-use interface integrated with WooCommerce
External services
This plugin connects to OpenAI API to obtain image, product desription informations.
It sends the product title, description to the API to create the image.
This service is provided by “OpenAI “: terms of use, privacy policy.
Requirements
- WordPress 5.0 or higher
- WooCommerce 4.0 or higher
- PHP 7.2 or higher
- ChatGPT API key
Support
For support queries, please visit our support forum or contact us directly.
Screenshots

Settings page with API key, debug mode, and AI badge configuration

Generate featured and gallery images from the product edit page
FAQ
Do I need a ChatGPT API key?
Yes, you need a valid ChatGPT API key to use this plugin. You can obtain one from the OpenAI platform.
Can I customise the image generation style?
The plugin uses product details including title, categories, and tags to generate contextually relevant images with a professional product photography style.
What image sizes are generated?
The plugin generates images at 1024×1024 pixels, suitable for most e-commerce needs.
What is the AI-Generated Content Badge?
When enabled in settings, a small notice is displayed below AI-generated product descriptions on the frontend, informing customers that the content was generated with AI assistance. The message is fully customisable.
What is the WordPress Abilities API / MCP Adapter?
The WordPress Abilities API (introduced in WP 6.9) provides a standard way to register and expose plugin functionality to AI systems and automation tools. The MCP Adapter builds on this to let AI clients like Claude Desktop and Cursor discover and call plugin features directly. Both are optional — the plugin works fully without them.
Can AI agents publish products directly?
The webtoffee-ai/create-product-draft ability always creates new products as drafts for review. If your workflow allows it, separate abilities can publish: webtoffee-ai/create-product-published creates a new product already published, and webtoffee-ai/publish-product-draft publishes an existing draft by product ID. All of these require a user with the manage_woocommerce capability; use publish abilities only when a human has approved the content.
ChangeLog
1.0.7
- Added
webtoffee-ai/create-shop-coupon Ability and MCP tool: create WooCommerce coupons with percent or fixed discount, optional fixed-cart vs fixed-product scope, duplicate-code handling, and admin edit link in the response
- Admin notices for missing Abilities API (WordPress before 6.9) and missing MCP Adapter now use dismissible
wp_admin_notice() output
- MCP Adapter detection: treats the standalone MCP Adapter plugin (
mcp-adapter/mcp-adapter.php) as installed, not only the Composer vendor package
- MCP server metadata version aligned with the plugin release
1.0.6
- Registered plugin’s generation features as WordPress Abilities (WP 6.9+) under
webtoffee-ai-content, with centralized Helper static methods and thin AJAX/Ability handlers
- Added MCP support: custom
webtoffee-ai-mcp-server, composer.json integration (composer require wordpress/mcp-adapter), meta.mcp.public => true, and admin notices for missing Abilities API or MCP Adapter package
- Expanded product creation/publishing capabilities for AI agents:
webtoffee-ai/create-product-draft, webtoffee-ai/create-product-published, and webtoffee-ai/publish-product-draft
- Enhanced product creation flow with full WooCommerce CSV field support, shared schema methods, and consolidated Helper implementations (
create_product, publish_product, taxonomy/image helpers)
1.0.5
- Added AI-Generated Content Badge: optional frontend notice for AI-generated descriptions, with customisable message
- Added “Show AI Badge” and “Badge Message” fields to the settings page
- Added
_wtofe_ai_generated post meta flag, set automatically when a description is applied
- Refactored plugin to follow WordPress Plugin Boilerplate directory structure
- Extracted shared logic into Helper, Loader, I18n, Admin, and Public classes
- HTML extracted from PHP methods into dedicated partial files
- All direct API calls removed from AJAX handlers — centralised into Helper
- Tested OK with WooCommerce 10.3.5
- Tested OK with WordPress 6.9
1.0.4
- Tested OK with WooCommerce 10.2
1.0.3
- Tested OK with WooCommerce 10.0.2
- Added product brands generation functionality
- Added product tags generation functionality
1.0.2
- Tested OK with WordPress 6.8 and WooCommerce 9.8
1.0.1
- Fixed issue with image generation not working on product edit page
- Set image alt text, caption, and description to product name
1.0.0
- Initial release
- Featured image generation
- Gallery image generation
- Product description generation with multiple tones
- Debug mode
- WooCommerce integration