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

ai-avatar-generationAI 头像生成

Agent Skill

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

总安装

3,635

周安装

153

GitHub Stars

12

下载量

1,273
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/eachlabs/skills --skill ai-avatar-generation

简介

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

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态或协作事项进行整理。
  • 通过 npx 命令从指定仓库安装,需确认权限与维护状态。
  • 注意可能触发联网、命令执行或文件读写操作。
  • ai-avatar-generation 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

AI Avatar Generation

Generate stunning AI avatars using each::sense. Transform selfies into professional headshots, create cartoon or 3D avatars, design fantasy characters, and generate consistent avatars for gaming, social media, and professional use.

Features

  • Professional Avatars: Transform casual photos into polished headshots
  • Cartoon Avatars: Convert photos to various cartoon and illustration styles
  • 3D Avatars: Generate 3D character renders from photos or descriptions
  • Fantasy Avatars: Create wizard, knight, elf, and other fantasy personas
  • Sci-Fi Avatars: Design futuristic, cyberpunk, and space-themed characters
  • Social Media Profiles: Platform-optimized avatars for LinkedIn, Instagram, etc.
  • Gaming Avatars: RPG characters, streamers, and gaming personas
  • Consistent Characters: Generate the same character across multiple poses and styles

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 professional avatar from this selfie, make it look like a corporate headshot with studio lighting"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "image_urls": ["https://example.com/my-selfie.jpg"]
  }'

Avatar Styles & Use Cases

StyleBest ForOutput Quality
Professional HeadshotLinkedIn, corporate profiles, resumesPhotorealistic
Cartoon/IllustrationSocial media, casual platforms, personal brandingStylized
3D RenderGaming, metaverse, virtual worlds3D Character
Fantasy/ThemedGaming profiles, creative communities, RPGArtistic
Anime/MangaDiscord, streaming, anime communitiesAnime style
Pixel ArtGaming, retro platforms, NFTsPixel style

Use Case Examples

1. Professional Avatar from Selfie

Transform a casual selfie into a polished professional headshot suitable for LinkedIn or corporate profiles.

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 this selfie into a professional corporate headshot. Clean studio background (soft gray gradient), perfect lighting, slight smile, confident expression. Make it suitable for LinkedIn. Keep my facial features recognizable but enhance to look polished and professional."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "image_urls": ["https://example.com/my-selfie.jpg"]
  }'

2. Cartoon Style Avatar

Convert a photo into a fun cartoon or illustrated avatar.

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": "Convert this photo into a Pixar-style cartoon avatar. Exaggerated friendly features, big expressive eyes, smooth colorful rendering. Keep the likeness recognizable but make it fun and animated. Bright cheerful background."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "image_urls": ["https://example.com/my-photo.jpg"]
  }'

3. 3D Avatar Generation

Create a 3D rendered avatar character from a photo or description.

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": "Generate a 3D rendered avatar based on this photo. Make it look like a high-quality video game character with clean topology, subsurface skin scattering, realistic hair rendering. Neutral pose, front-facing, clean dark studio background. Suitable for metaverse or gaming profile."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "image_urls": ["https://example.com/reference-photo.jpg"]
  }'

4. Fantasy Themed Avatars (Wizard, Knight)

Create fantasy character avatars for gaming or creative communities.

# Wizard Avatar
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 this photo into a powerful wizard avatar. Add a mystical purple cloak with glowing runes, a long silver beard (if male) or flowing magical hair, ancient staff, and magical energy particles around the hands. Fantasy art style, dramatic lighting with magical glow. Epic RPG character portrait."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "image_urls": ["https://example.com/my-photo.jpg"]
  }'

# Knight Avatar
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 this photo into a noble knight avatar. Shining silver armor with gold accents, red cape, battle-worn but heroic appearance. Medieval castle background with dramatic sunset. Keep my facial features but make me look like a legendary warrior. High fantasy art style."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "image_urls": ["https://example.com/my-photo.jpg"]
  }'

5. Sci-Fi Themed Avatars

Design futuristic cyberpunk or space-themed character avatars.

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 this photo into a cyberpunk avatar. Add neon circuit tattoos, cybernetic eye implant with glowing blue iris, futuristic collar with LED strips, slick dark hair with neon highlights. Dark city background with rain and neon signs. Blade Runner aesthetic, dramatic lighting."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "image_urls": ["https://example.com/my-photo.jpg"]
  }'

6. Social Media Profile Avatars

Create platform-optimized avatars for various social networks.

# Instagram Profile Avatar
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 trendy Instagram profile avatar from this photo. Modern aesthetic, soft warm filter, slight glow effect, friendly approachable expression. 1:1 square format optimized for circular crop. Pastel gradient background. Keep it authentic but polished, influencer-style."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "image_urls": ["https://example.com/my-photo.jpg"]
  }'

# Discord/Gaming Avatar
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 cool Discord avatar from this photo. Anime-inspired style with bold outlines, vibrant colors, confident expression. Add gaming headphones, RGB lighting effects in the background. Square format, works well at small sizes. Energetic gamer aesthetic."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "image_urls": ["https://example.com/my-photo.jpg"]
  }'

7. Gaming Avatars

Generate character avatars for gaming profiles and streaming.

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 epic gaming avatar from this photo. Transform me into an RPG hero character - detailed armor, confident battle-ready pose, dramatic lighting with volumetric rays. Style similar to League of Legends or Valorant character art. High detail, vibrant colors, professional esports team portrait quality."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "image_urls": ["https://example.com/my-photo.jpg"]
  }'

8. Multiple Avatar Variations

Generate several different style variations of the same person.

# Initial request - set up the session
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": "I want to create multiple avatar variations from this photo. Start with a professional headshot version."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "session_id": "avatar-variations-001",
    "image_urls": ["https://example.com/my-photo.jpg"]
  }'

# Second variation - cartoon style
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 cartoon/illustrated version of the same person"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "avatar-variations-001"
  }'

# Third variation - 3D render
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 3D rendered version, like a video game character"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "avatar-variations-001"
  }'

9. Consistent Character Across Poses

Generate the same character in multiple poses while maintaining consistency.

# Define the 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 a character avatar based on this photo. Professional illustration style, clean lines, distinctive features. This will be my consistent character for multiple images. Front-facing portrait first."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "session_id": "consistent-character-001",
    "image_urls": ["https://example.com/my-photo.jpg"]
  }'

# Same character, different pose
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": "Generate the same character in a 3/4 side view, looking confident with arms crossed. Maintain exact same style, colors, and features."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "consistent-character-001"
  }'

# Same character, action pose
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 show the same character waving hello, friendly expression. Keep all features consistent with previous images."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "consistent-character-001"
  }'

10. Avatar with Custom Backgrounds

Create avatars with specific themed backgrounds.

# Beach/Travel themed
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 avatar from this photo with a beautiful tropical beach background. Sunset golden hour lighting, palm trees, ocean waves. Make it look like a premium travel profile picture. Professional color grading, dreamy atmosphere."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "image_urls": ["https://example.com/my-photo.jpg"]
  }'

# Studio with colored backdrop
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 professional avatar from this photo with a vibrant gradient background (purple to blue). Studio lighting setup, clean and modern. Perfect for a creative professional or designer profile."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "image_urls": ["https://example.com/my-photo.jpg"]
  }'

# Nature/Outdoor backdrop
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": "Generate an avatar with a mountain landscape background. Person in focus with bokeh effect on the scenic mountains behind. Adventure/outdoor enthusiast vibe. Natural lighting, authentic feel."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "image_urls": ["https://example.com/my-photo.jpg"]
  }'

Best Practices

Photo Input Tips

  • Clear face visibility: Ensure face is well-lit and clearly visible
  • Front-facing preferred: Best results with front or slight angle photos
  • Good resolution: Higher resolution input = better output quality
  • Neutral background: Simpler backgrounds help isolate the subject

Prompt Tips for Avatars

  1. Specify style clearly: Cartoon, 3D, realistic, anime, etc.
  2. Describe desired features: Lighting, expression, pose
  3. Mention the platform: LinkedIn, Instagram, gaming - affects optimization
  4. Include background preferences: Studio, gradient, themed, etc.
  5. Request consistency: For multiple avatars, use session_id and reference previous outputs

Style Consistency

For creating multiple avatars of the same person:

  • Use session_id to maintain context across requests
  • Reference previous generations when requesting new poses
  • Be specific about which features to keep consistent

Mode Selection

Ask your users before generating:

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

ModeBest ForSpeedQuality
maxFinal avatars, professional headshots, detailed fantasy charactersSlowerHighest
ecoQuick previews, style exploration, bulk variationsFasterGood

Multi-Turn Avatar Refinement

Use session_id to iterate and refine your avatar:

# Initial avatar
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 professional avatar from this photo"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "my-avatar-project",
    "image_urls": ["https://example.com/my-photo.jpg"]
  }'

# Refine based on feedback
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 lighting warmer and add a slight smile"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "my-avatar-project"
  }'

# Try a different style
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 a cartoon version of this same avatar?"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "my-avatar-project"
  }'

Error Handling

ErrorCauseSolution
Failed to create prediction: HTTP 422Insufficient balanceTop up at eachlabs.ai
Content policy violationProhibited contentEnsure photo and prompt comply with content policies
TimeoutComplex generationSet client timeout to minimum 10 minutes
Poor likenessLow quality inputUse higher resolution, well-lit photo with clear face

Related Skills

  • each-sense - Core API documentation
  • product-photo-generation - E-commerce product shots
  • meta-ad-creative-generation - Social media ad creatives

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.72%
按下载量换算442

Claude

31.9%
按下载量换算406

Cursor

21.34%
按下载量换算272

Gemini CLI

9.27%
按下载量换算118

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills