TopRank Skills

Home / Claw Skills / Analyse des données / eye-color-changer
Official OpenClaw rules 36%

eye-color-changer

Change eye colors in photos using each::sense AI. Transform natural eye colors, create fantasy effects, heterochromia, glowing eyes, and more with realistic blending and natural-looking results.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
eftalyurtseven/eye-color-changer
Author
eftalyurtseven
Source Repo
openclaw/skills
Version
-
Source Path
skills/eftalyurtseven/eye-color-changer
Latest Commit SHA
55590179bd0a253907f4708f23c955902d3b7baa

Extracted Content

SKILL.md excerpt

# Eye Color Changer

Transform eye colors in photos using each::sense. This skill enables realistic eye color changes, fantasy effects, and creative eye modifications while maintaining natural appearance and proper iris detail.

## Features

- **Natural Color Changes**: Blue, green, brown, hazel, gray, amber
- **Fantasy Colors**: Purple, red, golden, silver, white
- **Heterochromia**: Different colors for each eye
- **Special Effects**: Cat/slit pupils, glowing eyes, hypnotic patterns
- **Color Enhancement**: Intensify natural eye colors
- **Batch Processing**: Multiple color options from a single photo
- **Realistic Blending**: Maintains natural iris texture and reflections

## 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": "Change the eye color to bright blue in this photo",
    "image_urls": ["https://example.com/portrait.jpg"],
    "mode": "max"
  }'
```

## Supported Eye Color Options

| Category | Colors | Best For |
|----------|--------|----------|
| Natural | Blue, green, brown, hazel, gray, amber | Realistic transformations |
| Fantasy | Purple, violet, red, golden, silver | Creative/artistic portraits |
| Special | Glowing, cat-eye, heterochromia | Fantasy characters, cosplay |
| Enhanced | Vivid versions of natural colors | Making eyes pop in photos |

## Use Case Examples

### 1. Change to Blue Eyes

```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": "Change the eye color to a natural bright blue. Keep the iris texture and reflections realistic. The blue should look like natural blue eyes, not contact lenses.",
    "image_urls": ["https://example.com/portrait.jpg"],
    "mode": "max"
  }'
```

### 2. Change to Green Eyes

```bash
curl -X POST https://sense.eachla...

Related Claw Skills