ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

product-image-generator

Generates professional product images for e-commerce platforms (Amazon, Shopify, eBay, etc.). Supports 8 visual styles and 6 scene types optimized for different product categories. Use when user mentions "商品图", "product images", "Amazon listing", "电商图片", or needs e-commerce product photography.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/boyd4y/product-image-generator
Or

E-commerce Product Image Generator

Create professional product images optimized for e-commerce platforms with platform-specific requirements and multiple visual styles.

Usage

# Auto-select style based on product
/product-image-generator product-description.md

# Specify style
/product-image-generator product.md --style minimal

# Specify platform (auto-adjusts image requirements)
/product-image-generator product.md --platform amazon

# Specify scene type
/product-image-generator product.md --scene studio

# Combine options
/product-image-generator product.md --style premium --platform shopify --scene lifestyle

# Direct input
/product-image-generator
[paste product description]

# Direct input with options
/product-image-generator --style minimal --scene studio
[paste product description]

# With reference image (for style consistency)
/product-image-generator product.md --ref brand-style.png

# Multiple reference images
/product-image-generator product.md --ref style.png --ref competitor.jpg

Options

OptionDescription
--style <name>Visual style (see Style Gallery)
--scene <type>Scene type (see Scene Gallery)
--platform <name>E-commerce platform (auto-adjusts requirements)
--ref <path>Reference image(s) for style consistency

Three Dimensions

DimensionControlsOptions
StyleVisual aesthetics: mood, color treatmentminimal, premium, lifestyle, bold, soft, tech, natural, luxury
SceneBackground and contextstudio, lifestyle, contextual, exploded, comparison, infographic
PlatformTechnical requirementsamazon, shopify, ebay, etsy, taobao, jd, pinduoduo

Style × Scene × Platform can be freely combined. Example: --style premium --scene lifestyle --platform amazon creates a high-end lifestyle shot meeting Amazon's image requirements.

Style Gallery

StyleDescriptionBest For
minimal (Default)Clean, white background, focus on productElectronics, accessories, professional products
premiumSophisticated, elegant lighting, subtle shadowsLuxury goods, jewelry, high-end cosmetics
lifestyleProduct in natural use contextHome goods, fashion, outdoor products
boldHigh contrast, vibrant, attention-grabbingSports products, gaming, youth-oriented items
softGentle lighting, pastel tones, warmBaby products, skincare, wellness items
techFuturistic, sleek, modernElectronics, gadgets, software, AI products
naturalOrganic, eco-friendly, earthy tonesSustainable products, food, natural cosmetics
luxuryGold accents, dramatic lighting, rich colorsPremium brands, jewelry, high-end fashion

Detailed style definitions: references/presets/<style>.md

Scene Gallery

Metadata

Author@boyd4y
Stars4190
Views0
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-boyd4y-product-image-generator": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.