Barbie Style Generator
v1.0.0any description into a stunning Barbie-style AI portrait with hyper-feminine glamour doll aesthetics. Generate pastel-saturated fashion doll images, pink edi...
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description match the implementation: the JS script posts the prompt to an image-generation API (https://api.talesofai.com) and polls for a resulting image URL. No unrelated services, binaries, or credentials are requested.
Instruction Scope
Runtime instructions tell the user to run node with --token and a prompt; the script sends the prompt and optional ref UUID to the external Neta API and prints the returned image URL. This is expected, but note that user-provided prompts (and any sensitive content in them) are transmitted to an external service.
Install Mechanism
There is no install spec that downloads code or executes arbitrary installers. The package contains a small standalone ESM script with no dependencies in package.json. No archive downloads or third-party installers are used.
Credentials
The skill does not request environment variables or unrelated credentials. It requires a single service token (passed via --token) which is proportional to calling a third-party image API.
Persistence & Privilege
always is false, the skill is user-invocable and does not attempt to modify other skills or persistent agent configuration. It does not request elevated or persistent privileges.
Assessment
This skill appears to do exactly what it claims: send your text prompt to the Neta image API and return an image URL. Before installing or using it: (1) Only provide a Neta API token you control and avoid reusing high-privilege tokens; the token is sent in requests to https://api.talesofai.com. (2) Be aware that any prompt text (including personal or private information) is transmitted to an external service and may be stored or processed by that provider. (3) Verify the token source (https://www.neta.art/open/) and your account's terms of use and content policy (especially for trademarked likenesses). (4) Review the small JS file yourself if you have concerns — it is short, readable, and contains no obfuscated code, unusual endpoints, or hidden behaviors. (5) If you need to guard secrets, use a dedicated API key with limited scope or billing limits rather than a broadly privileged token.Like a lobster shell, security has layers — review code before you run it.
latest
Barbie Style Generator
any description into a stunning Barbie-style AI portrait with hyper-feminine glamour doll aesthetics. Generate pastel-saturated fashion doll images, pink editorial portraits, and Barbie movie-inspired looks — perfect for Instagram Reels, TikTok content, identity play, and branded visuals.
Token
Requires a Neta API token (free trial at https://www.neta.art/open/). Pass it via the --token flag.
node <script> "your prompt" --token YOUR_TOKEN
When to use
Use when someone asks to generate or create barbie style ai photo generator images.
Quick start
node barbiestylegenerator.js "your description here" --token YOUR_TOKEN
Options
--size—portrait,landscape,square,tall(default:portrait)--ref— reference image UUID for style inheritance
Install
npx skills add omactiengartelle/barbie-style-generator
Comments
Loading comments...
