ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

photo-restoration

Restore and enhance old, damaged, or degraded photos using each::sense AI. Fix scratches, tears, fading, water damage, colorize black and white photos, and restore faces in historical images.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/eftalyurtseven/photo-restoration
Or

Photo Restoration

Restore and enhance old, damaged, or degraded photos using each::sense. This skill leverages AI-powered restoration models to repair scratches, colorize black and white images, fix fading, remove film grain, and bring damaged photos back to life.

Features

  • Damage Repair: Fix scratches, tears, creases, and physical damage
  • Colorization: Add natural colors to black and white photos
  • Fading Recovery: Restore vibrancy to faded and washed-out images
  • Water Damage Repair: Recover photos affected by water or moisture damage
  • Face Restoration: Enhance and restore faces in old or low-quality photos
  • Film Grain Removal: Clean up grain and noise from old film photographs
  • Historical Photo Enhancement: Improve quality of archival and vintage images
  • Torn Photo Reconstruction: Digitally repair torn and ripped photographs

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": "Restore this old damaged family photo - fix the scratches and improve the overall quality",
    "mode": "max",
    "image_urls": ["https://example.com/old-family-photo.jpg"]
  }'

Use Case Examples

1. Old Damaged Photo Restoration

Restore a photo with multiple types of damage including scratches, stains, and degradation.

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": "Restore this old damaged photo from the 1950s. It has scratches, some staining, and general degradation. Please repair the damage while preserving the authentic vintage feel.",
    "mode": "max",
    "image_urls": ["https://example.com/damaged-1950s-photo.jpg"]
  }'

2. Black and White Photo Colorization

Add realistic colors to a black and white photograph.

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": "Colorize this black and white photo from the 1940s. It shows a family portrait - add natural, realistic colors to skin tones, clothing, and the background.",
    "mode": "max",
    "image_urls": ["https://example.com/bw-family-portrait.jpg"]
  }'

3. Scratched Photo Repair

Remove scratches and surface damage from a photograph.

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": "Remove the scratches from this photo. There are multiple deep scratches across the surface and some light surface marks. Keep the image sharp and clear after repair.",
    "mode": "max",
    "image_urls": ["https://example.com/scratched-photo.jpg"]
  }'

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-photo-restoration": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.