TopRank Skills

Home / Claw Skills / Analyse des données / portrait-enhancement
Official OpenClaw rules 36%

portrait-enhancement

Enhance portrait photos using each::sense AI. Professional-grade retouching including skin smoothing, teeth whitening, eye enhancement, blemish removal, lighting adjustment, and more.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
eftalyurtseven/portrait-enhancement
Author
eftalyurtseven
Source Repo
openclaw/skills
Version
-
Source Path
skills/eftalyurtseven/portrait-enhancement
Latest Commit SHA
3eec3cef194e28e660dd5e4446ee45b639894b31

Extracted Content

SKILL.md excerpt

# Portrait Enhancement

Transform portrait photos with professional-grade AI retouching using each::sense. This skill provides comprehensive portrait enhancement capabilities for photographers, content creators, and anyone looking to polish their photos.

## Features

- **Skin Smoothing**: Natural texture-preserving skin retouching
- **Teeth Whitening**: Brighten smiles while maintaining realism
- **Eye Enhancement**: Brighten, sharpen, and enhance eye clarity
- **Blemish Removal**: Remove acne, scars, and skin imperfections
- **Lighting Adjustment**: Fix harsh shadows, add studio lighting effects
- **Background Blur (Bokeh)**: Create professional depth-of-field effects
- **Hair Enhancement**: Add volume, shine, and fix flyaways
- **Makeup Enhancement**: Enhance or add natural-looking makeup
- **Age Reduction**: Subtle age-defying retouching
- **Professional Polish**: Complete portrait finishing workflow

## 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": "Enhance this portrait with natural skin smoothing and subtle teeth whitening",
    "mode": "max",
    "image_urls": ["https://example.com/portrait.jpg"]
  }'
```

## API Configuration

| Setting | Value |
|---------|-------|
| Endpoint | `POST https://sense.eachlabs.run/chat` |
| Content-Type | `application/json` |
| Accept | `text/event-stream` |
| Client Timeout | Minimum 10 minutes |

## Mode Selection

Ask your users before generating:

**"Do you want fast & cheap, or high quality?"**

| Mode | Best For | Speed | Quality |
|------|----------|-------|---------|
| `max` | Final deliverables, client work, print-ready | Slower | Highest |
| `eco` | Quick previews, bulk processing, drafts | Faster | Good |

## Use Case Examples

### 1. Skin Smoothing and Retouching

Natural skin smoothing that preserves texture and pores while reducing imperfections.

```bash
cu...

Related Claw Skills