Skills selfie-art-generator
Generate AI selfie art portraits from text descriptions — cinematic portraits, anime illustrations, oil painting style, and artistic profile pictures 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/barbaraledbettergq/selfie-art-generator" ~/.claude/skills/clawdbot-skills-selfie-art-generator && rm -rf "$T"
manifest:
skills/barbaraledbettergq/selfie-art-generator/SKILL.mdsource content
Selfie Art Generator
Generate AI selfie art portraits from text descriptions. Create cinematic portraits, anime-style illustrations, oil paintings, and artistic profile pictures. Returns 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 selfieartgenerator.js "your prompt" --token "$NETA_TOKEN"
When to use
Use when someone asks to generate or create AI portrait art, selfie art, or stylized profile pictures from a text description.
Quick start
node selfieartgenerator.js "cinematic portrait, golden hour lighting, sharp facial details" --token YOUR_TOKEN
Options
—--size
,portrait
,landscape
,square
(default:tall
)portrait
—--style
,anime
,cinematic
(default:realistic
)cinematic
— reference image UUID for style inheritance (optional)--ref
Install
npx skills add yangzhou-chaofan/selfie-art-generator