TopRank Skills

Home / Claw Skills / Autres / product-image-generator
Official OpenClaw rules 15%

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 product-image-generator 技能。 若已安装,则直接安装 product-image-generator 技能。

Overview

Skill Key
boyd4y/product-image-generator
Author
boyd4y
Source Repo
openclaw/skills
Version
-
Source Path
skills/boyd4y/product-image-generator
Latest Commit SHA
65f41bbafd5386b617abc489b3e602bcd333106b

Extracted Content

SKILL.md excerpt

# E-commerce Product Image Generator

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

## Usage

```bash
# 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 |
|--------|-------------|
| `--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

| 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 |
|-------|-...

README excerpt

# Product Image Generator / 商品图生成器

A comprehensive skill for generating professional product images for e-commerce platforms.

一个用于生成电商平台商品图片的综合技能。

---

## 快速开始 / Quick Start

```bash
# 基础用法 / Basic usage
/product-image-generator product-description.md

# 指定风格和平台 / Specify style and platform
/product-image-generator product.md --style minimal --platform amazon

# 直接输入内容 / Direct input
/product-image-generator
[粘贴商品描述]
```

---

## 功能特性 / Features

### 8 种视觉风格 / 8 Visual Styles

| 风格 | 描述 | 适用产品 |
|------|------|----------|
| minimal | 简洁专业,纯白背景 | 电子产品、配件 |
| premium | 高端优雅,精致灯光 | 奢侈品、化妆品 |
| lifestyle | 场景化,自然使用环境 | 家居、服装 |
| bold | 高对比度,鲜艳活力 | 运动产品、游戏 |
| soft | 柔和灯光,温暖色调 | 婴儿用品、护肤品 |
| tech | 未来感,科技感 | 数码产品、智能设备 |
| natural | 有机自然,环保风格 | 天然产品、食品 |
| luxury | 奢华戏剧性, rich tones | 珠宝、名表、高端时尚 |

### 6 种场景类型 / 6 Scene Types

- **studio** - 专业影棚,纯白/渐变背景
- **lifestyle** - 真实使用场景
- **contextual** -  staged 环境展示
- **exploded** - 组件分解展示
- **comparison** - 前后对比/竞品对比
- **infographic** - 信息图表,文字说明

### 7 个电商平台 / 7 E-commerce Platforms

- **Amazon** - 亚马逊(严格的主图要求)
- **Shopify** - 独立站(灵活品牌化)
- **eBay** - 易趣(拍卖/固定价格)
- **Etsy** - 手工艺品
- **Taobao** - 淘宝(信息密集型)
- **JD** - 京东(品质导向)
- **Pinduoduo** - 拼多多(性价比导向)

---

## 使用示例 / Examples

### 示例 1:亚马逊电子产品

```bash
/product-image-generator wireless-earbuds.md \
  --style tech \
  --scene studio \
  --platform amazon
```

### 示例 2:Shopify 家居用品

```bash
/product-image-generator home-decor.md \
  --style lifestyle \
  --scene contextual \
  --platform shopify
```

### 示例 3:淘宝美妆产品

```bash
/product-image-generator cosmetics.md \
  --style soft \
  --scene infographic \
  --platform taobao
```

---

#...

Related Claw Skills