TopRank Skills

Home / Claw Skills / API Integration / photo-restoration
Official OpenClaw rules 36%

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
eftalyurtseven/photo-restoration
Author
eftalyurtseven
Source Repo
openclaw/skills
Version
-
Source Path
skills/eftalyurtseven/photo-restoration
Latest Commit SHA
50d4046f5ca0efd027730f8d24026caa2fc3550f

Extracted Content

SKILL.md excerpt

# 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

```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": "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.

```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": "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.

```bas...

Related Claw Skills