Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计提醒

pet-portrait-generation宠物肖像一代

Agent Skill

pet-portrait-generation 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,305

周安装

97

GitHub Stars

12

下载量

807
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:pet-portrait-generation(宠物肖像一代)
来源仓库:https://github.com/eachlabs/skills
仓库路径:skills/pet-portrait-generation
安装命令:
npx skills add https://github.com/eachlabs/skills --skill pet-portrait-generation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/eachlabs/skills --skill pet-portrait-generation

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合围绕仓库状态、代码变更或协作事项进行整理。
  • 可结合来源仓库和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态及是否会触发联网或命令执行。
  • 当前归类为前端设计,但功能描述更偏向代码协作管理。

SKILL.md

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://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a beautiful portrait of my golden retriever in a classic oil painting style"}],
    "model": "eachsense/beta",
    "stream": true,
    "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://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "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."}],
    "model": "eachsense/beta",
    "stream": true,
    "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://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "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."}],
    "model": "eachsense/beta",
    "stream": true,
    "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.

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a renaissance-style royal portrait of my cat. Dress them as a noble king with a golden crown, velvet robe with ermine fur trim, and royal jewelry. Classical oil painting style, dramatic lighting, ornate gilded frame effect. Regal and majestic."}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://example.com/my-cat.jpg"],
    "mode": "max"
  }'

4. Watercolor Pet Painting

Create a beautiful watercolor artwork of your pet.

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Paint my dog in a loose, expressive watercolor style. Soft edges, beautiful color bleeds and washes. Capture their personality with artistic brush strokes. Pastel background with splashes of color. Fine art watercolor painting look."}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://example.com/my-dog.jpg"],
    "mode": "max"
  }'

5. Pop Art Pet Portrait

Create a bold, vibrant pop art portrait inspired by Andy Warhol.

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a pop art portrait of my cat in Andy Warhol style. Bold, bright contrasting colors - hot pink, electric blue, yellow, orange. High contrast, graphic style with halftone dots. Create a 2x2 grid with different color variations."}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://example.com/my-cat.jpg"],
    "mode": "max"
  }'

6. Anime-Style Pet Portrait

Transform your pet into an adorable anime character.

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an anime-style portrait of my dog. Japanese anime aesthetic with big sparkly eyes, soft shading, and cute kawaii expression. Include cherry blossoms in the background. Studio Ghibli inspired, warm and whimsical."}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://example.com/my-dog.jpg"],
    "mode": "max"
  }'

7. Pet with Costume/Outfit

Dress up your pet in fun costumes and themed outfits.

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a portrait of my cat as a space astronaut. Wearing a detailed NASA spacesuit with helmet, floating in space with Earth visible in the background. Stars and nebula. Realistic lighting, cinematic quality."}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://example.com/my-cat.jpg"],
    "mode": "max"
  }'

8. Multi-Pet Family Portrait

Create a beautiful portrait featuring multiple pets together.

# First request - provide all pet photos
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a family portrait with all three of my pets together. Classical portrait style with a warm, cozy living room background. Position them naturally as if they are posing together - the dog in the center, cats on either side. Soft, warm lighting, harmonious composition."}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": [
      "https://example.com/my-dog.jpg",
      "https://example.com/my-cat1.jpg",
      "https://example.com/my-cat2.jpg"
    ],
    "session_id": "pet-family-portrait",
    "mode": "max"
  }'

# Follow-up to adjust the portrait
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Can you make the background a garden setting with flowers instead? Keep the same arrangement of the pets."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "pet-family-portrait"
  }'

9. Memorial Pet Portrait

Create a touching tribute portrait for a beloved pet.

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a memorial portrait for my beloved dog who passed away. Peaceful, serene setting with soft golden light. Include angel wings, subtle rainbow bridge elements in the background. Ethereal and comforting, celebrating their spirit. Beautiful tribute artwork."}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://example.com/my-dog.jpg"],
    "mode": "max"
  }'

10. Pet Portrait on Products (Mug, Canvas)

Generate mockups of your pet portrait on merchandise and products.

# Pet portrait on a mug
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a product mockup of my cat portrait on a white ceramic coffee mug. The portrait should be a cute illustrated style. Show the mug on a wooden table with coffee, cozy morning setting. Professional product photography."}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://example.com/my-cat.jpg"],
    "session_id": "pet-products",
    "mode": "max"
  }'

# Same pet portrait on canvas
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Now create a mockup of this same pet portrait as a canvas print hanging on a living room wall. Modern interior setting, natural lighting. Show it as wall art in context."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "pet-products"
  }'

Best Practices

Photo Quality Tips

  • Clear photos: Use well-lit, in-focus photos of your pet
  • Face visible: Ensure the pet's face is clearly visible and not obscured
  • Multiple angles: For best results, provide photos from different angles
  • Natural expressions: Candid shots often produce the best portraits

Prompt Tips

  • Be specific about style: Mention specific art styles, artists, or references
  • Describe the mood: Include emotional tone (playful, regal, peaceful)
  • Specify colors: Request specific color palettes or schemes
  • Background details: Describe the setting or background you want

Example Prompt Structure

"Create a [style] portrait of my [pet type].
[Specific style details and references].
[Background/setting description].
[Mood and lighting].
[Any special elements or accessories]."

Mode Selection

Ask your users before generating:

"Do you want fast & affordable, or maximum quality?"

ModeBest ForSpeedQuality
maxFinal portraits, gifts, printsSlowerHighest
ecoQuick previews, style explorationFasterGood

Multi-Turn Creative Iteration

Use session_id to refine and iterate on portraits:

# Initial portrait
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a renaissance portrait of my dog as a nobleman"}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://example.com/my-dog.jpg"],
    "session_id": "dog-portrait-project"
  }'

# Refine the result
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Make the costume more elaborate with gold embroidery and add a sword"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "dog-portrait-project"
  }'

# Try different variations
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create 2 more variations with different poses and backgrounds"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "dog-portrait-project"
  }'

Style Exploration

Generate different styles to find the perfect look:

# Explore different styles with eco mode for speed
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create my cat portrait in oil painting style"}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://example.com/my-cat.jpg"],
    "mode": "eco"
  }'

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create my cat portrait in minimalist line art style"}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://example.com/my-cat.jpg"],
    "mode": "eco"
  }'

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create my cat portrait in stained glass window style"}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://example.com/my-cat.jpg"],
    "mode": "eco"
  }'

Error Handling

ErrorCauseSolution
Failed to create prediction: HTTP 422Insufficient balanceTop up at eachlabs.ai
Image not processingInvalid or inaccessible image URLEnsure image URL is publicly accessible
TimeoutComplex generationSet client timeout to minimum 10 minutes
Poor likenessLow quality source photoUse clear, well-lit photo with visible face

Related Skills

  • each-sense - Core API documentation
  • product-photo-generation - E-commerce product shots
  • image-generation - General image generation

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.46%
按下载量换算302

Claude

27.3%
按下载量换算220

Cursor

16.51%
按下载量换算133

Gemini CLI

9.81%
按下载量换算79

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills