Skills 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.
git clone https://github.com/openclaw/skills
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/boyd4y/product-image-generator" ~/.claude/skills/openclaw-skills-product-image-generator && rm -rf "$T"
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/boyd4y/product-image-generator" ~/.openclaw/skills/openclaw-skills-product-image-generator && rm -rf "$T"
skills/boyd4y/product-image-generator/SKILL.mdE-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
| Option | Description |
|---|---|
| Visual style (see Style Gallery) |
| Scene type (see Scene Gallery) |
| E-commerce platform (auto-adjusts requirements) |
| Reference image(s) for style consistency |
Three Dimensions
| Dimension | Controls | Options |
|---|---|---|
| Style | Visual aesthetics: mood, color treatment | minimal, premium, lifestyle, bold, soft, tech, natural, luxury |
| Scene | Background and context | studio, lifestyle, contextual, exploded, comparison, infographic |
| Platform | Technical requirements | amazon, 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
| Style | Description | Best For |
|---|---|---|
(Default) | Clean, white background, focus on product | Electronics, accessories, professional products |
| Sophisticated, elegant lighting, subtle shadows | Luxury goods, jewelry, high-end cosmetics |
| Product in natural use context | Home goods, fashion, outdoor products |
| High contrast, vibrant, attention-grabbing | Sports products, gaming, youth-oriented items |
| Gentle lighting, pastel tones, warm | Baby products, skincare, wellness items |
| Futuristic, sleek, modern | Electronics, gadgets, software, AI products |
| Organic, eco-friendly, earthy tones | Sustainable products, food, natural cosmetics |
| Gold accents, dramatic lighting, rich colors | Premium brands, jewelry, high-end fashion |
Detailed style definitions:
references/presets/<style>.md
Scene Gallery
| Scene | Description | Image Count |
|---|---|---|
(Default) | Pure white/gradient background, professional studio lighting | 1-3 images |
| Product in real-life usage scenario | 2-5 images |
| Product in environment, staged setting | 2-4 images |
| Component breakdown, features highlighted | 3-6 images |
| Before/after, product vs alternatives | 2-4 images |
| Features, specs, benefits with text overlays | 2-5 images |
Detailed scene definitions:
references/elements/scene-guide.md
Platform Requirements
| Platform | Main Image | Additional Images | Notes |
|---|---|---|---|
| 1000x1000+, pure white | Up to 9 images | Main image must be on pure white background |
| 1024x1024+ recommended | Unlimited | Flexible, but 1:1 or 4:3 recommended |
| 500x500+ minimum | Up to 12 free | White background preferred |
| 760x760+ | Up to 10 images | Lifestyle shots perform well |
| 800x800+ | Up to 15 images | Infographic style popular |
| 800x800+ | Up to 15 images | Clean, professional style |
| 750x750+ | Up to 10 images | Value-focused presentation |
Platform-specific guidelines:
references/platforms/<platform>.md
Auto Selection
| Product Category | Style | Scene |
|---|---|---|
| Electronics, gadgets | or | studio + exploded |
| Fashion, accessories | or | lifestyle + contextual |
| Beauty, cosmetics | or | studio + lifestyle |
| Home, furniture | or | contextual + lifestyle |
| Sports, outdoor | or | lifestyle + contextual |
| Jewelry, luxury | or | studio + lifestyle |
| Baby, kids | or | lifestyle + contextual |
| Food, supplements | or | studio + infographic |
| Tools, hardware | or | exploded + infographic |
Outline Strategies
Strategy A: Product-Focused (产品聚焦型)
| Aspect | Description |
|---|---|
| Concept | Product as hero, clean presentation |
| Features | Multiple angles, detail shots, pure backgrounds |
| Best for | Electronics, accessories, luxury items |
| Structure | Hero shot → Angle variations → Detail close-ups → Scale/context |
Strategy B: Lifestyle-Focused (场景融入型)
| Aspect | Description |
|---|---|
| Concept | Product in natural use environment |
| Features | Context-rich, emotional connection, aspirational |
| Best for | Home goods, fashion, outdoor products |
| Structure | Lifestyle hero → Usage scenario → Benefits in context → Social proof |
Strategy C: Information-Focused (信息传达型)
| Aspect | Description |
|---|---|
| Concept | Features and benefits clearly communicated |
| Features | Text overlays, callouts, comparisons |
| Best for | Complex products, tools, supplements |
| Structure | Hero with key benefit → Feature breakdown → Comparison → Specs/usage |
File Structure
Each session creates an independent directory named by product slug:
product-images/{product-slug}/ ├── source-{slug}.{ext} # Source files (description, reference images) ├── analysis.md # Product analysis + positioning ├── outline-strategy-a.md # Strategy A: Product-focused ├── outline-strategy-b.md # Strategy B: Lifestyle-focused ├── outline-strategy-c.md # Strategy C: Information-focused ├── outline.md # Final selected/merged outline ├── prompts/ │ ├── 01-hero-[slug].md │ ├── 02-detail-[slug].md │ └── ... ├── 01-hero-[slug].png ├── 02-detail-[slug].png └── NN-infographic-[slug].png
Slug Generation:
- Extract product name (2-4 words, kebab-case)
- Example: "无线蓝牙耳机" →
wireless-earbuds
Conflict Resolution: If
product-images/{product-slug}/ already exists:
- Append timestamp:
{product-slug}-YYYYMMDD-HHMMSS
Workflow
Progress Checklist
Product Image Generation Progress: - [ ] Step 0: Check preferences (EXTEND.md) ⛔ BLOCKING - [ ] Step 1: Analyze product → analysis.md - [ ] Step 2: Confirmation 1 - Product understanding ⚠️ REQUIRED - [ ] Step 3: Generate 3 outline + style variants - [ ] Step 4: Confirmation 2 - Outline & style & platform ⚠️ REQUIRED - [ ] Step 5: Generate images (sequential) - [ ] Step 6: Completion report
Flow
Input → [Step 0: Preferences] ─┬─ Found → Continue │ └─ Not found → First-Time Setup ⛔ BLOCKING │ └─ Complete setup → Save EXTEND.md → Continue │ ┌─────────────────────────────────────────────────────────────────────────────┘ ↓ Analyze → [Confirm 1] → 3 Outlines → [Confirm 2: Outline + Style + Platform] → Generate → Complete
Step 0: Load Preferences (EXTEND.md) ⛔ BLOCKING
Purpose: Load user preferences or run first-time setup.
CRITICAL: If EXTEND.md not found, MUST complete first-time setup before ANY other steps.
Use Bash to check EXTEND.md existence:
# Check project-level first test -f .teamclaw-skills/product-image-generator/EXTEND.md && echo "project" # Then user-level test -f "$HOME/.teamclaw-skills/product-image-generator/EXTEND.md" && echo "user"
| Result | Action |
|---|---|
| Found | Read, parse, display summary → Continue to Step 1 |
| Not found | ⛔ BLOCKING: Run first-time setup → Save EXTEND.md → Step 1 |
First-Time Setup (when EXTEND.md not found):
Use AskUserQuestion with ALL questions in ONE call:
- Default platform preference: amazon / shopify / ebay / etsy / taobao / jd / pinduoduo / no preference
- Default style preference: minimal / premium / lifestyle / bold / soft / tech / natural / luxury
- Watermark: Enable / Disable (if enable, specify text and position)
- Language: Chinese / English / Auto-detect
Schema:
references/config/preferences-schema.md
Step 1: Analyze Product → analysis.md
analysis.mdActions:
- Save source content:
- If file path provided: use as-is
- If pasted content: save to
source.md - Backup rule: If exists, rename to
source-backup-YYYYMMDD-HHMMSS.md
- Read and analyze product information
- Product analysis:
- Category identification
- Target audience
- Key features and selling points
- Competitive positioning
- Visual opportunities
- Detect product language
- Determine recommended image count and types
- Generate clarifying questions (see Step 2)
- Save to
analysis.md
Step 2: Confirmation 1 - Product Understanding ⚠️
Purpose: Validate understanding + collect missing info.
Display summary:
- Product category identified
- Key features extracted
- Target audience
- Recommended platform match
Use AskUserQuestion for:
-
Primary selling point (multiSelect: true):
- Design/aesthetics
- Functionality/features
- Price/value
- Quality/durability
- Brand/status
- Innovation/technology
- Sustainability/eco-friendly
- Convenience/ease of use
-
Target customer:
- Budget-conscious
- Quality-focused
- Luxury/premium
- Tech-savvy
- Eco-conscious
- Family-oriented
- Professional/business
- Youth/trend-focused
-
Main use scenario:
- Indoor/home
- Outdoor
- Office/work
- Travel
- Sports/fitness
- Social/events
- Auto
-
Additional context (optional)
After response: Update
analysis.md → Step 3
Step 3: Generate 3 Outline + Style Variants
Create three distinct strategy variants, each with outline structure and visual style recommendation.
| Strategy | Filename | Focus | Recommended Style |
|---|---|---|---|
| A | | Product-focused | minimal, tech |
| B | | Lifestyle-focused | lifestyle, soft, natural |
| C | | Information-focused | bold, infographic-style |
Outline format (YAML front matter + content):
--- strategy: a # a, b, or c name: Product-Focused style: minimal style_reason: "Clean presentation highlights product design and build quality" scene: studio platform: amazon image_count: 5 --- ## P1 Hero Shot **Type**: hero **Purpose**: Main product image, first impression **Visual**: Product on pure white background, professional lighting **Platform**: Amazon main image compliant (1000x1000, pure white) ## P2 Angle Variation **Type**: angle **Purpose**: Show product from different perspective **Visual**: 45-degree angle, slight shadow for depth ## P3 Detail Close-up **Type**: detail **Purpose**: Highlight key feature or quality detail **Visual**: Macro shot of texture/material/connection point ...
After response: Update
analysis.md → Step 3
Step 4: Confirmation 2 - Outline & Style & Platform Selection ⚠️
Purpose: User chooses strategy, confirms style and platform.
Display each strategy:
- Strategy name + image count + recommended style
- Image-by-image summary
Use AskUserQuestion with questions:
Question 1: Outline Strategy
- Strategy A (Product-focused)
- Strategy B (Lifestyle-focused)
- Strategy C (Information-focused)
- Combine: specify images from each
Question 2: Visual Style
- Use strategy's recommended style
- Or select from: minimal / premium / lifestyle / bold / soft / tech / natural / luxury
- Or type custom style description
Question 3: Platform
- Use strategy's recommended platform
- Or select: amazon / shopify / ebay / etsy / taobao / jd / pinduoduo
- Custom: specify requirements
Question 4: Scene Type
- Use strategy's recommended scene
- Or select: studio / lifestyle / contextual / exploded / comparison / infographic
After response:
- Single strategy → copy to
with confirmed settingsoutline.md - Combination → merge specified images
- Update
frontmatter with final settingsoutline.md
Step 5: Generate Images
With confirmed outline + style + scene + platform:
Visual Consistency — Reference Image Chain:
-
Check for user-provided reference images (
option)--ref- If provided: Use as primary style reference
- If not provided: Use internal reference chain (see below)
-
Internal Reference Chain (when no user ref provided):
- Generate image 1 (hero) FIRST — without
--ref - Use image 1 as
for ALL remaining images (2, 3, ..., N)--ref
- Generate image 1 (hero) FIRST — without
For each image:
- Save prompt to
prompts/NN-{type}-[slug].md- Backup rule: If exists, rename to
prompts/NN-{type}-[slug]-backup-YYYYMMDD-HHMMSS.md - Include reference image paths in prompt
- Backup rule: If exists, rename to
- Generate image:
- With user ref:
for all images--ref <user-reference.png> - Image 1 (no user ref): Generate without
(establishes visual anchor)--ref - Images 2+ (no user ref): Generate with
--ref <image-01-path> - Backup rule: If image exists, rename with timestamp
- With user ref:
- Report progress after each generation
Reference Image Best Practices:
| Reference Type | Usage | Effect |
|---|---|---|
| Style reference | Brand guideline images | Maintains brand consistency |
| Competitor reference | Similar product images | Matches category standards |
| Internal chain (image 1) | First generated image | Ensures series consistency |
Platform Compliance:
- Apply platform-specific requirements automatically
- Amazon: Pure white background for main image
- Size adjustments based on platform
Session Management: Use consistent session ID for all images in the set:
product-{slug}-{timestamp}
Step 6: Completion Report
Product Image Set Complete! Product: [product name] Strategy: [A/B/C/Combined] Style: [style name] Scene: [scene type] Platform: [platform] (requirements applied) Location: [directory path] Images: N total ✓ analysis.md ✓ outline-strategy-a.md ✓ outline-strategy-b.md ✓ outline-strategy-c.md ✓ outline.md (selected: [strategy]) Files: - 01-hero-[slug].png ✓ Main image ([platform] compliant) - 02-angle-[slug].png ✓ Angle variation - 03-detail-[slug].png ✓ Detail shot ...
Image Modification
| Action | Steps |
|---|---|
| Edit | Update prompt file FIRST → Regenerate with same session ID |
| Add | Specify position → Create prompt → Generate → Renumber files |
| Delete | Remove files → Renumber subsequent → Update outline |
Platform-Specific Guidelines
Amazon
- Main image: Pure white background (RGB 255,255,255)
- Minimum 1000x1000 pixels for zoom feature
- Product must fill 85%+ of frame
- No text, logos, or watermarks on main image
- Additional images: lifestyle, infographic, comparison allowed
Shopify
- Recommended 1024x1024 or 4:3 aspect ratio
- More flexible styling
- Lifestyle images perform well
- Consistent style across all product images
eBay
- Minimum 500x500 pixels
- White background preferred but not required
- Up to 12 free images per listing
Content Breakdown Principles
- Hero Image (Image 1): Main product shot, platform-compliant
- Angle Variations: Show product from multiple perspectives
- Detail Shots: Highlight quality, features, materials
- Lifestyle/Context: Product in use, emotional connection
- Infographic: Features, specs, benefits with callouts
- Comparison: Before/after, vs alternatives
- Social Proof: Reviews, testimonials (if applicable)
References
Detailed templates in
references/ directory:
Elements:
- Scene types and compositionselements/scene-guide.md
- Lighting setups and moodselements/lighting.md
- Framing and composition ruleselements/composition.md
Presets:
- Style definitions and promptspresets/<style>.md
Workflows:
- Product analysisworkflows/analysis-framework.md
- Outline templatesworkflows/outline-template.md
- Prompt assemblyworkflows/prompt-assembly.md
Platforms:
- Amazon requirementsplatforms/amazon.md
- Shopify requirementsplatforms/shopify.md
- eBay requirementsplatforms/ebay.md
- Etsy requirementsplatforms/etsy.md
- Taobao requirementsplatforms/taobao.md
- JD.com requirementsplatforms/jd.md
- Pinduoduo requirementsplatforms/pinduoduo.md
Config:
- EXTEND.md schemaconfig/preferences-schema.md
- Watermark configurationconfig/watermark-guide.md
Notes
- Auto-retry once on failure
- Platform requirements auto-applied
- Two confirmation points required (Steps 2 & 4)
- Reference image chain ensures visual consistency
Extension Support
Custom configurations via EXTEND.md. See Step 0 for paths.