ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

anime-avatar-generation

Generate anime-style avatars and characters using each::sense AI. Transform photos into anime, create Ghibli-style portraits, manga characters, chibi avatars, and full character sheets with multiple angles.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/eftalyurtseven/anime-avatar-generation
Or

Anime Avatar Generation

Generate stunning anime-style avatars and characters using each::sense. This skill transforms photos into anime art, creates original anime characters, and produces various anime styles from Ghibli to cyberpunk.

Features

  • Photo to Anime: Transform real photos into anime-style artwork
  • Ghibli Style: Studio Ghibli-inspired soft, whimsical characters
  • Manga Style: Black and white or toned manga character art
  • Cyberpunk Anime: Neon-lit futuristic anime aesthetics
  • Chibi Avatars: Cute, super-deformed character styles
  • Profile Pictures: Optimized anime avatars for social media
  • Full Body Characters: Complete character designs with outfits
  • Character Sheets: Multiple angles for consistent character reference

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 an anime avatar of a young woman with long blue hair and golden eyes, soft lighting, studio quality",
    "mode": "max"
  }'

Anime Style Reference

StyleDescriptionBest For
GhibliSoft colors, whimsical, hand-drawn feelWarm, nostalgic portraits
MangaBlack/white, dynamic lines, expressiveComic-style characters
CyberpunkNeon colors, futuristic, tech elementsEdgy profile pictures
ChibiSuper-deformed, cute, big head/small bodyMascots, emotes
ShonenBold, action-oriented, dramaticMale characters, heroes
ShojoSoft, romantic, sparkly effectsFemale characters, idols
SeinenRealistic proportions, mature styleProfessional avatars

Use Case Examples

1. Photo to Anime Conversion

Transform a real photo into anime-style artwork.

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": "Convert this photo to anime style. Keep the facial features recognizable but transform it into a beautiful anime portrait with vibrant colors and soft shading.",
    "mode": "max",
    "image_urls": ["https://example.com/my-photo.jpg"]
  }'

2. Ghibli Style Avatar

Create a Studio Ghibli-inspired character portrait.

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 Studio Ghibli style portrait of a young girl with short brown hair, wearing a simple blue dress. Soft watercolor aesthetic, gentle expression, surrounded by nature with small forest spirits in the background. Hayao Miyazaki inspired art style.",
    "mode": "max"
  }'

3. Manga Style Character

Generate a black and white manga-style character.

Metadata

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