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

vtuber-avatar-generationvtuber 头像生成

Agent Skill

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

总安装

2,375

周安装

97

GitHub Stars

12

下载量

760
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

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

  • 适合围绕仓库状态、代码变更或协作事项进行整理。
  • 通过 npx skills add 命令从 GitHub 仓库安装并使用。
  • 建议确认权限范围和维护状态,避免触发联网或文件读写操作。
  • vtuber-avatar-generation 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

VTuber Avatar Generation

Generate professional VTuber avatars and character designs using each::sense. This skill creates anime-style illustrations optimized for virtual YouTuber personas, Live2D rigging, and streaming overlays.

Features

  • Anime VTuber Avatars: High-quality anime-style character portraits
  • Live2D Ready Designs: Clean linework and separated layers for rigging
  • Expression Sheets: Multiple emotions and facial expressions in one sheet
  • Full Body Characters: Complete character designs from head to toe
  • Chibi/Mascot Versions: Cute simplified versions for emotes and overlays
  • Character Turnarounds: Front, side, and back views for 3D modeling
  • Accessories & Props: Matching items, pets, and stream elements
  • Style Variations: Fantasy, cyberpunk, idol, casual, and more

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 cute anime VTuber avatar, female character with pink hair and cat ears, cheerful expression, upper body portrait for streaming"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

VTuber Design Specifications

Asset TypeRecommended SizeUse Case
Portrait Avatar1:1 (1024x1024)Stream overlay, profile picture
Half Body3:4 (768x1024)Live2D model, stream layout
Full Body2:3 (682x1024)Full character reveal, merchandise
Expression Sheet16:9 (1920x1080)Multiple expressions, reference
Turnaround Sheet16:9 (1920x1080)3D modeling reference
Chibi/Emote1:1 (512x512)Channel emotes, stickers

Use Case Examples

1. Anime VTuber Avatar Design

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 female anime VTuber avatar portrait. Character has long silver hair with blue highlights, heterochromia eyes (one blue, one gold), wearing a futuristic headset with holographic elements. Gentle smile, soft pastel color palette, clean anime art style suitable for Live2D. Upper body shot with simple gradient background."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

2. Live2D Ready 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": "Design a Live2D ready VTuber character. Female, half body view facing forward. Red twintails hairstyle, large expressive purple eyes, wearing a magical girl outfit with frills and ribbons. Clean linework, flat colors with minimal shading, transparent background. Ensure hair, clothing, and accessories are clearly separated for easy rigging."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

3. Multiple Expression Sheet

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 expression sheet for a VTuber character. Same character shown 6 times with different emotions: happy, sad, angry, surprised, smug, and blushing. Anime girl with short blue bob cut and fox ears. Arrange expressions in a 3x2 grid layout, consistent art style across all expressions, white background."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

4. Full Body VTuber Design

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": "Design a full body VTuber character. Female idol-themed character with long gradient hair (pink to purple). Wearing an elaborate stage costume with a cropped jacket, pleated skirt, thigh-high boots, and star accessories. Dynamic pose showing personality, detailed outfit design, clean anime illustration style."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

5. Chibi/Mascot Version

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 chibi mascot version of a VTuber. Super deformed style with large head and small body (2-3 head ratio). Dragon girl character with small horns, tail, and wings. Cute excited expression, holding a game controller. Transparent background, suitable for Twitch emotes and Discord stickers."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

6. Male VTuber Design

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 male VTuber avatar. Handsome anime boy with messy dark green hair and sharp golden eyes. Wearing a modern streetwear outfit - oversized hoodie with tech patterns, chain accessories. Cool confident expression, upper body portrait, dark moody aesthetic with neon accent lighting."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

7. Fantasy/Elf VTuber

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": "Design a fantasy elf VTuber character. Elegant female elf with very long flowing white hair and pointed ears. Emerald green eyes, wearing an intricate elven robe with gold embroidery and nature motifs. Serene wise expression, ethereal glowing particles around her, fantasy forest atmosphere in background."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

8. Cyberpunk VTuber 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": "Create a cyberpunk VTuber avatar. Female character with asymmetric neon pink and cyan hair, cybernetic eye implants with glowing HUD display. Wearing a tech-enhanced jacket with LED strips and holographic patches. Edgy confident smirk, urban night city reflections, heavy neon lighting in pink and blue."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

9. Matching Accessories/Props

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": "Design matching accessories for a witch-themed VTuber. Create a set including: a magical staff with crystal orb, a cute familiar (small black cat with purple eyes), a floating spellbook, and a cauldron prop. All items in cute anime style with purple and black color scheme, transparent background, arranged as item sheet."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "witch-vtuber-001"
  }'

10. VTuber Model Turnaround Sheet

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 turnaround reference sheet for a VTuber. Show the same character from front view, 3/4 view, side view, and back view. Female character with twin buns hairstyle in mint green, wearing a maid cafe uniform. Consistent proportions across all views, white background, label each angle. Suitable for 3D modeling reference."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Best Practices

Character Design

  • Silhouette: Create distinctive shapes recognizable at small sizes
  • Color Palette: Limit to 3-5 main colors for brand consistency
  • Readable Features: Large expressive eyes, clear facial features
  • Signature Elements: Include memorable accessories or traits

Live2D Preparation

  • Clean Linework: Crisp lines without sketchy edges
  • Flat Colors: Minimize complex gradients for easier rigging
  • Separated Elements: Hair, face, clothing clearly distinguishable
  • Front-Facing: Standard neutral pose facing camera

Expression Sheets

  • Consistency: Same art style and proportions throughout
  • Range: Include basic emotions plus character-specific expressions
  • Clear Differences: Each expression should be instantly recognizable
  • Grid Layout: Organized arrangement for easy reference

Accessories & Props

  • Style Match: Same art style as main character
  • Scale Reference: Show items at appropriate size
  • Multiple Angles: Different views if needed for animation
  • Transparent Background: Easy to composite in streaming software

Prompt Tips for VTuber Art

When creating VTuber designs, include these details in your prompt:

  1. Character Type: Gender, species (human, kemonomimi, fantasy)
  2. Visual Features: Hair, eyes, distinguishing traits
  3. Outfit Style: Theme, specific clothing items, accessories
  4. Expression/Pose: Mood, body language, camera angle
  5. Art Style: Anime substyle, level of detail, coloring style
  6. Technical Specs: Background, output format, intended use

Example Prompt Structure

"Create a [view type] VTuber [character type].
[Physical description: hair, eyes, features].
Wearing [outfit description].
[Expression and pose].
[Art style specifications].
[Background and technical requirements]."

Mode Selection

Ask your users before generating:

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

ModeBest ForSpeedQuality
maxFinal avatar designs, commission-quality workSlowerHighest
ecoQuick concepts, style exploration, draftsFasterGood

Multi-Turn Character Development

Use session_id to iterate on character designs:

# Initial concept
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 VTuber avatar concept: cozy streamer girl with autumn theme"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "autumn-vtuber-project"
  }'

# 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": "I like the design! Add maple leaf hair accessories and make the sweater more oversized and cozy looking"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "autumn-vtuber-project"
  }'

# Create 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": "Now create an alternate outfit version - same character but in a Halloween costume"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "autumn-vtuber-project"
  }'

Character Asset Pipeline

Generate a complete VTuber asset set:

# Step 1: Main 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 main VTuber avatar: space-themed girl with galaxy hair and astronaut-inspired outfit"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "space-vtuber-assets",
    "mode": "max"
  }'

# Step 2: Expression Sheet (same session for consistency)
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 an expression sheet for this character with 6 different emotions"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "space-vtuber-assets",
    "mode": "max"
  }'

# Step 3: Chibi Version
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 chibi version of this character for emotes, super cute style"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "space-vtuber-assets",
    "mode": "eco"
  }'

Error Handling

ErrorCauseSolution
Failed to create prediction: HTTP 422Insufficient balanceTop up at eachlabs.ai
Content policy violationProhibited contentAdjust prompt to comply with content policies
TimeoutComplex generationSet client timeout to minimum 10 minutes

Related Skills

  • each-sense - Core API documentation
  • character-design - General character illustration
  • anime-illustration - Anime art generation
  • emote-generation - Twitch/Discord emote creation

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.26%
按下载量换算276

Claude

33.68%
按下载量换算256

Cursor

18.55%
按下载量换算141

Gemini CLI

9.1%
按下载量换算69

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills