ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/eftalyurtseven/pet-portrait-generation
Or

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

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.

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, colorful cartoon character.

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 my dog into a cute cartoon illustration. Disney/Pixar style with big expressive eyes, playful pose. Vibrant colors, clean lines. Include a fun background with bones and toys.",
    "image_urls": ["https://example.com/my-dog.jpg"],
    "mode": "max"
  }'

3. Renaissance/Royal Pet Portrait

Give your pet the royal treatment with a majestic historical portrait.

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