TopRank Skills

Home / Claw Skills / Others / Product Photo Generation
Official OpenClaw rules 15%

Product Photo Generation

Generate professional product photography using each::sense API for e-commerce, marketing, and catalog imagery

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
eftalyurtseven/product-photo-generation
Author
eftalyurtseven
Source Repo
openclaw/skills
Version
-
Source Path
skills/eftalyurtseven/product-photo-generation
Latest Commit SHA
a72909af59f19734c374f8303da4ac8ea8c290f5

Extracted Content

SKILL.md excerpt

# Product Photo Generation

Generate professional product photography with the each::sense API. Create e-commerce ready images, lifestyle shots, and studio-quality product visuals for any item.

## Overview

The each::sense API enables generation of high-quality product photography suitable for:

- **E-commerce product shots** - Clean, professional images for online stores
- **Lifestyle context images** - Products shown in real-world settings
- **White background photography** - Standard catalog and marketplace images
- **Studio lighting setups** - Professional lighting for premium product presentation
- **Marketing visuals** - Eye-catching images for ads and promotions

You can also provide your own product images via `image_urls` to place your actual products into professionally styled scenes.

## Quick Start

```bash
curl -X POST "https://sense.eachlabs.run/chat" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Generate a professional product photo of a minimalist ceramic coffee mug on a white background with soft studio lighting",
    "mode": "max"
  }'
```

## Product Photo Styles

| Style | Description | Best For |
|-------|-------------|----------|
| White Background | Clean, isolated product on pure white | E-commerce, marketplaces, catalogs |
| Lifestyle | Product in real-world context or environment | Social media, brand storytelling |
| Flat Lay | Top-down view with arranged props | Fashion, food, accessories |
| In-Context | Product being used or in its natural setting | Marketing campaigns, ads |
| Hero Shot | Dramatic lighting and angles for impact | Homepage banners, featured products |
| Detail Shot | Close-up focusing on texture and craftsmanship | Luxury goods, handmade items |

## Use Case Examples

### White Background Product Shot

Standard e-commerce product photography with clean white background.

```bash
curl -X POST "https://sense.eachlabs.run/chat" \...

Related Claw Skills