Install
openclaw skills install avatar-image-generatorGenerate avatars, profile pictures, PFPs, social media headshots, gaming avatars, and portrait icons. Use when the user asks for an avatar, profile picture, pfp, portrait icon, or personal brand headshot.
openclaw skills install avatar-image-generatoravatar-image-generator)This skill is optimized for profile-picture style images that still read clearly at small sizes.
This skill keeps the same single-gateway runtime, readiness gate, model-selection flow, and CLI behavior as image-generation, but narrows the briefing and prompt construction for avatar image generator work.
https://api.weryai.com).IMAGE_GEN_API_KEY. The key is never printed. It may be persisted only when you explicitly run npm run setup -- --persist-api-key.https:// recommended). http:// may work but is insecure. Local file paths and data: URLs are rejected..image-skills/avatar-image-generator/ (project) and/or ~/.image-skills/avatar-image-generator/ (home).Before the first generation run in a new project or environment:
npm run ensure-ready -- --project . --workflow <workflow>IMAGE_GEN_API_KEY is missing, offer to configure it nowGEMINI_3_1_FLASH_IMAGE) as the defaultDo not ask the user to edit config files manually. Treat API keys as secrets and never echo them back.
Ask one question at a time. Prioritize:
1:1photoreal, editorial, or anime depending on requestBuild the prompt in this order:
Use one clean prompt direction at a time instead of mixing many competing ideas.
IMAGE_GEN_API_KEY{baseDir} is the directory containing this file. ${BUN_X} is either bun or npx -y bun.
| Path | Purpose |
|---|---|
{baseDir}/scripts/main.ts | the only execution entrypoint |
# examples only; M should be chosen by the user or resolved by the agent
M=<chosen model key>
${BUN_X} {baseDir}/scripts/main.ts --prompt "clean creator avatar for a tech founder, shoulder-up portrait, confident expression, soft studio lighting, dark blue gradient background, highly recognizable at small size" --style editorial --image avatar.png --ar 1:1 -m "$M"
${BUN_X} {baseDir}/scripts/main.ts --prompt "anime gaming avatar, silver hair, red eyes, black cyber jacket, neon rim light, centered face, dark purple glow background, strong icon readability" --style anime --image avatar-anime.png --ar 1:1 -m "$M"