TopRank Skills

Home / Claw Skills / Data Analysis / anime-avatar-generation
Official OpenClaw rules 36%

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 anime-avatar-generation 技能。 若已安装,则直接安装 anime-avatar-generation 技能。

Overview

Skill Key
eftalyurtseven/anime-avatar-generation
Author
eftalyurtseven
Source Repo
openclaw/skills
Version
-
Source Path
skills/eftalyurtseven/anime-avatar-generation
Latest Commit SHA
96fd4453adcb58a7ccdd900c334cf409b5b8054d

Extracted Content

SKILL.md excerpt

# 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

```bash
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

| Style | Description | Best For |
|-------|-------------|----------|
| Ghibli | Soft colors, whimsical, hand-drawn feel | Warm, nostalgic portraits |
| Manga | Black/white, dynamic lines, expressive | Comic-style characters |
| Cyberpunk | Neon colors, futuristic, tech elements | Edgy profile pictures |
| Chibi | Super-deformed, cute, big head/small body | Mascots, emotes |
| Shonen | Bold, action-oriented, dramatic | Male characters, heroes |
| Shojo | Soft, romantic, sparkly effects | Female characters, idols |
| Seinen | Realistic proportions, mature style | Professional avatars |

## Use Case Examples

### 1. Photo to Anime Conversion

Transform a real photo into anime-style artwork.

```bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept:...

Related Claw Skills