Skills vtuber-avatar-skill

Generate vtuber avatar creator ai images with AI via the Neta AI image generation API (free trial at neta.art/open).

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/blammectrappora/vtuber-avatar-skill" ~/.claude/skills/clawdbot-skills-vtuber-avatar-skill && rm -rf "$T"
manifest: skills/blammectrappora/vtuber-avatar-skill/SKILL.md
source content

VTuber Avatar Generator

Generate stunning vtuber avatar creator ai images from a text description. Get back a direct image URL instantly.

Token

Requires a Neta API token. Free trial available at https://www.neta.art/open/.

export NETA_TOKEN=your_token_here
node <script> "your prompt" --token "$NETA_TOKEN"

When to use

Use when someone asks to generate or create vtuber avatar creator images.

Quick start

node vtuberavatar.js "your description here" --token YOUR_TOKEN

Options

  • --size
    portrait
    ,
    landscape
    ,
    square
    ,
    tall
    (default:
    square
    )
  • --style
    anime
    ,
    cinematic
    ,
    realistic
    (default:
    anime
    )

Install

npx skills add blammectrappora/vtuber-avatar-skill