TopRank Skills

Home / Claw Skills / Others / eachlabs-fashion-ai
Official OpenClaw rules 15%

eachlabs-fashion-ai

Generate fashion model imagery, virtual try-on, runway videos, and campaign visuals using EachLabs AI. Use when the user needs fashion content, model photography, or virtual try-on.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
eftalyurtseven/eachlabs-fashion-ai
Author
eftalyurtseven
Source Repo
openclaw/skills
Version
-
Source Path
skills/eftalyurtseven/eachlabs-fashion-ai
Latest Commit SHA
98f2c4f5221a83a7ef45da1ce70c63f5ec071562

Extracted Content

SKILL.md excerpt

# EachLabs Fashion AI

Generate AI fashion model imagery, virtual try-on experiences, runway content, and campaign visuals using EachLabs models.

## Authentication

```
Header: X-API-Key: <your-api-key>
```

Set the `EACHLABS_API_KEY` environment variable. Get your key at [eachlabs.ai](https://eachlabs.ai).

## Recommended Models

### Image Generation & Editing

| Task | Model | Slug |
|------|-------|------|
| Fashion model generation | GPT Image v1.5 | `gpt-image-v1-5-text-to-image` |
| Virtual try-on (best) | Kolors Virtual Try-On | `kling-v1-5-kolors-virtual-try-on` |
| Virtual try-on (alt) | IDM VTON | `idm-vton` |
| Garment on model | Wan v2.6 Image-to-Image | `wan-v2-6-image-to-image` |
| Model photoshoot | Product Photo to Modelshoot | `product-photo-to-modelshoot` |
| Photoshoot styling | Nano Banana Pro Photoshoot | `nano-banana-pro-photoshoot` |
| Face/look consistency | Omni Zero | `omni-zero` |
| Character consistency | Ideogram Character | `ideogram-character` |
| Photomaker | Photomaker | `photomaker` |
| Photomaker Style | Photomaker Style | `photomaker-style` |
| Avatar generation | Instant ID | `instant-id` |
| Soul styling | Higgsfield AI Soul | `higgsfield-ai-soul` |
| Become image | Become Image | `become-image` |

### Training

| Task | Model | Slug |
|------|-------|------|
| Brand style training | Z Image Trainer | `z-image-trainer` |
| Portrait LoRA | Flux LoRA Portrait Trainer | `flux-lora-portrait-trainer` |

### Video

| Task | Model | Slug |
|------|-------|------|
| Runway video | Pixverse v5.6 Image-to-Video | `pixverse-v5-6-image-to-video` |
| Catwalk animation | Bytedance Omnihuman v1.5 | `bytedance-omnihuman-v1-5` |
| Motion reference | Kling v2.6 Pro Motion | `kling-v2-6-pro-motion-control` |

## Prediction Flow

1. **Check model** `GET https://api.eachlabs.ai/v1/model?slug=<slug>` — validates the model exists and returns the `request_schema` with exact input parameters. Always do this before creating a prediction to ensure correc...

Related Claw Skills