TopRank Skills

Home / Claw Skills / Data Analysis / pet-portrait-generation
Official OpenClaw rules 36%

pet-portrait-generation

Generate custom pet portraits using each::sense AI. Create realistic, artistic, and stylized pet portraits from photos - including cartoon, renaissance, watercolor, pop art, anime styles, and custom product mockups.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
eftalyurtseven/pet-portrait-generation
Author
eftalyurtseven
Source Repo
openclaw/skills
Version
-
Source Path
skills/eftalyurtseven/pet-portrait-generation
Latest Commit SHA
13924118975fdd96b8250f916884ce4e8bce1c0c

Extracted Content

SKILL.md excerpt

# Pet Portrait Generation

Generate stunning custom pet portraits using each::sense. Transform your pet photos into beautiful artwork across various styles - from realistic portraits to whimsical cartoon illustrations, regal renaissance paintings, and personalized products.

## Features

- **Realistic Portraits**: Professional studio-quality pet photography
- **Cartoon/Illustrated**: Fun, colorful cartoon versions of pets
- **Renaissance/Royal**: Majestic portraits with historical costumes
- **Watercolor Paintings**: Artistic watercolor-style pet artwork
- **Pop Art**: Bold, vibrant pop art inspired portraits
- **Anime Style**: Japanese anime-style pet characters
- **Costume Portraits**: Pets in outfits, uniforms, and themed costumes
- **Multi-Pet Portraits**: Family portraits with multiple pets
- **Memorial Portraits**: Tribute artwork for beloved pets
- **Product Mockups**: Pet portraits on mugs, canvas, and merchandise

## 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": "Create a beautiful portrait of my golden retriever in a classic oil painting style",
    "image_urls": ["https://example.com/my-pet-photo.jpg"],
    "mode": "max"
  }'
```

## Use Case Examples

### 1. Realistic Pet Portrait

Create a professional studio-quality portrait that captures your pet's personality.

```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": "Create a realistic professional portrait of my cat. Studio lighting, soft bokeh background in warm earth tones. Capture the eyes beautifully with catchlights. High-end pet photography style.",
    "image_urls": ["https://example.com/my-cat.jpg"],
    "mode": "max"
  }'
```

### 2. Cartoon/Illustrated Pet Portrait

Transform your pet into a fun, color...

Related Claw Skills