ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/eftalyurtseven/eye-color-changer
Or

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

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

CategoryColorsBest For
NaturalBlue, green, brown, hazel, gray, amberRealistic transformations
FantasyPurple, violet, red, golden, silverCreative/artistic portraits
SpecialGlowing, cat-eye, heterochromiaFantasy characters, cosplay
EnhancedVivid versions of natural colorsMaking eyes pop in photos

Use Case Examples

1. Change to Blue Eyes

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

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": "Transform the eye color to emerald green. Maintain natural iris patterns and make sure the color blends realistically with the skin tone around the eyes.",
    "image_urls": ["https://example.com/portrait.jpg"],
    "mode": "max"
  }'

3. Change to Brown Eyes

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 eyes to warm brown color. Make it look like natural dark brown eyes with subtle golden flecks in the iris for realism.",
    "image_urls": ["https://example.com/portrait.jpg"],
    "mode": "max"
  }'

4. Change to Hazel Eyes

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-eftalyurtseven-eye-color-changer": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.