Kawaii Art Generator
v1.0.0AI kawaii art generator — create cute kawaii characters, chibi-style illustrations, and adorable Japanese kawaii artwork with soft pastel colors, big sparkli...
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, README, SKILL.md, and the JS implementation all describe an image-generation client for the Neta API and consistently use api.talesofai.com endpoints — requested inputs (prompt, size, optional ref UUID, and a Neta token) match the stated purpose.
Instruction Scope
Runtime instructions and the script only parse CLI args and make HTTPS requests to the Neta API. The skill does not read files, environment variables, or other system state beyond process.argv, nor does it transmit data to unrelated endpoints. Minor note: the SKILL.md/README point users to neta.art/open while the code uses api.talesofai.com (consistent with an API backend).
Install Mechanism
This is an instruction-only skill with a single small JS file and no install spec; nothing is downloaded or written to disk by the registry metadata itself.
Credentials
No environment variables or other credentials are required by the skill. The only secret it accepts is a single API token supplied via the --token flag, which is appropriate and proportional for an image-generation client.
Persistence & Privilege
The skill is not marked always:true and does not modify agent or system configuration. It runs on demand and does not request elevated or persistent privileges.
Assessment
This skill appears to do what it says: it sends your text prompt and the token you supply to api.talesofai.com to generate images. Before installing, ensure the token you provide is from the official Neta service (https://neta.art/open) and understand that the token will be transmitted to api.talesofai.com (it may permit billed usage). Avoid including any sensitive personal data in prompts. If you require stronger assurance, verify the Neta domain and service terms, and consider inspecting the script locally before running it.Like a lobster shell, security has layers — review code before you run it.
latest
Kawaii Art Generator
AI kawaii art generator — create cute kawaii characters, chibi-style illustrations, and adorable Japanese kawaii artwork with soft pastel colors, big sparkling eyes, and dreamy aesthetics. Perfect for kawaii profile pictures, cute stickers, chibi OC designs, and kawaii wallpapers.
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 kawaii art generator images.
Quick start
node kawaiiartgenerator.js "your description here" --token YOUR_TOKEN
Options
--size—portrait,landscape,square,tall(default:square)--ref— reference image UUID for style inheritance
Install
npx skills add blammectrappora/kawaii-art-generator
Comments
Loading comments...
