← All skills
Tencent SkillHub Β· AI

Ai Product Photography

Generate professional AI product photography and commercial images. Models: FLUX, Imagen 3, Grok, Seedream for product shots, lifestyle images, mockups. Capa...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Generate professional AI product photography and commercial images. Models: FLUX, Imagen 3, Grok, Seedream for product shots, lifestyle images, mockups. Capa...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.5

Documentation

ClawHub primary doc Primary doc: SKILL.md 27 sections Open source page

AI Product Photography

Generate professional product photography via inference.sh CLI.

Quick Start

curl -fsSL https://cli.inference.sh | sh && infsh login # Generate product shot infsh app run falai/flux-dev --input '{ "prompt": "Professional product photo of wireless earbuds on white surface, soft studio lighting, commercial photography, high detail" }' Install note: The install script only detects your OS/architecture, downloads the matching binary from dist.inference.sh, and verifies its SHA-256 checksum. No elevated permissions or background processes. Manual install & verification available.

Available Models

ModelApp IDBest ForFLUX Devfalai/flux-devHigh quality, detailedFLUX Schnellfalai/flux-schnellFast iterationsImagen 3google/imagen-3PhotorealisticGrokxai/grok-imagine-imageCreative variationsSeedreambytedance/seedream-3-0Commercial quality

Studio White Background

infsh app run falai/flux-dev --input '{ "prompt": "Product photography of a luxury watch on pure white background, professional studio lighting, sharp focus, e-commerce style, high resolution" }'

Lifestyle Context

infsh app run falai/flux-dev --input '{ "prompt": "Lifestyle product photo of coffee mug on wooden desk, morning sunlight through window, cozy home office setting, Instagram aesthetic" }'

Hero Shot

infsh app run falai/flux-dev --input '{ "prompt": "Hero product shot of smartphone floating at angle, dramatic lighting, gradient background, tech advertising style, premium feel" }'

Flat Lay

infsh app run falai/flux-dev --input '{ "prompt": "Flat lay product photography of skincare products arranged aesthetically, marble surface, eucalyptus leaves as props, beauty brand style" }'

In-Use / Action

infsh app run falai/flux-dev --input '{ "prompt": "Action shot of running shoes mid-stride, motion blur background, athletic lifestyle, Nike advertisement style" }'

Electronics

infsh app run falai/flux-dev --input '{ "prompt": "Professional product photo of wireless headphones, matte black finish, floating on dark gradient background, rim lighting, tech product photography" }'

Fashion / Apparel

infsh app run falai/flux-dev --input '{ "prompt": "Fashion product photography of leather handbag, studio setting, soft shadows, luxury brand aesthetic, Vogue style" }'

Beauty / Cosmetics

infsh app run falai/flux-dev --input '{ "prompt": "Beauty product photography of lipstick with color swatches, clean white background, soft lighting, high-end cosmetics advertising" }'

Food & Beverage

infsh app run falai/flux-dev --input '{ "prompt": "Food photography of craft beer bottle with condensation, rustic wooden table, warm lighting, artisanal brand aesthetic" }'

Home & Furniture

infsh app run falai/flux-dev --input '{ "prompt": "Interior product photo of modern armchair in minimalist living room, natural lighting, Scandinavian design style, lifestyle context" }'

Jewelry

infsh app run falai/flux-dev --input '{ "prompt": "Jewelry product photography of diamond ring, black velvet surface, dramatic spotlight, sparkle and reflection, luxury advertising" }'

Soft Studio Light

infsh app run falai/flux-dev --input '{ "prompt": "Product photo with soft diffused studio lighting, minimal shadows, clean and professional, commercial photography" }'

Dramatic / Rim Light

infsh app run falai/flux-dev --input '{ "prompt": "Product photo with dramatic rim lighting, dark background, glowing edges, premium tech aesthetic" }'

Natural Window Light

infsh app run falai/flux-dev --input '{ "prompt": "Product photo with natural window light, soft shadows, lifestyle setting, warm and inviting" }'

Hard Light / High Contrast

infsh app run falai/flux-dev --input '{ "prompt": "Product photo with hard directional lighting, strong shadows, bold contrast, editorial style" }'

Amazon Main Image

infsh app run falai/flux-dev --input '{ "prompt": "Amazon product listing main image, pure white background RGB 255 255 255, product fills 85% of frame, professional studio lighting, no text or graphics" }'

Amazon Lifestyle Image

infsh app run falai/flux-dev --input '{ "prompt": "Amazon lifestyle product image, product in natural use context, relatable setting, shows scale and use case" }'

Shopify Hero

infsh app run falai/flux-dev --input '{ "prompt": "Shopify hero banner product image, lifestyle context, space for text overlay on left, premium brand aesthetic" }'

Batch Generation

# Generate multiple angles PRODUCT="luxury watch" ANGLES=("front view" "45 degree angle" "side profile" "detail shot of face") for angle in "${ANGLES[@]}"; do infsh app run falai/flux-dev --input "{ \"prompt\": \"Professional product photography of $PRODUCT, $angle, white background, studio lighting\" }" > "product_${angle// /_}.json" done

Post-Processing Workflow

# 1. Generate base product image infsh app run falai/flux-dev --input '{ "prompt": "Product photo of headphones..." }' > product.json # 2. Upscale for high resolution infsh app run falai/topaz-image-upscaler --input '{ "image_url": "<product-url>", "scale": 2 }' > upscaled.json # 3. Remove background if needed infsh app run falai/birefnet --input '{ "image_url": "<upscaled-url>" }' > cutout.json

Prompt Formula

[Product Type] + [Setting/Background] + [Lighting] + [Style] + [Technical]

Examples

"Wireless earbuds on white marble surface, soft studio lighting, Apple advertising style, 8K, sharp focus" "Sneakers floating on gradient background, dramatic rim lighting, Nike campaign aesthetic, commercial photography" "Skincare bottle with water droplets, spa setting with stones, natural lighting, luxury beauty brand style"

Best Practices

Consistent style - Match brand aesthetic across all images High resolution - Use quality models, upscale if needed Multiple angles - Generate front, side, detail views Context matters - Lifestyle images convert better than plain white Props and staging - Add relevant props for visual interest Lighting consistency - Same lighting style across product line

Related Skills

# Image generation models npx skills add inference-sh/skills@ai-image-generation # FLUX specific npx skills add inference-sh/skills@flux-image # Image upscaling npx skills add inference-sh/skills@image-upscaling # Background removal npx skills add inference-sh/skills@background-removal # Full platform skill npx skills add inference-sh/skills@inference-sh Browse all image apps: infsh app list --category image

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc