Kawaii Art Generator

v1.0.0

AI kawaii art generator — create cute kawaii characters, chibi-style illustrations, and adorable Japanese kawaii artwork with soft pastel colors, big sparkli...

0· 67·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & 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.

latestvk97ebedkxf6xb5qcmdef6zbhqn83yx36

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments