Ghibli Style Skill

v2.0.1

Generate studio ghibli ai art generator images with AI via the Neta AI image generation API (free trial at neta.art/open).

0· 167·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
The skill claims to generate Studio Ghibli–style images via Neta (neta.art / api.talesofai.com) and the included code and README implement exactly that. Minor inconsistency: the registry metadata in the provided bundle lists no required env vars, but package.json and SKILL.md both indicate a required NETA_TOKEN. This mismatch is likely an oversight but should be corrected.
Instruction Scope
SKILL.md and the script limit actions to constructing a prompt, sending it to api.talesofai.com, polling for results, and printing the returned image URL. The instructions do not ask the agent to read unrelated files or environment variables. Note: prompts and optional reference IDs are sent to an external service (api.talesofai.com), so any sensitive data in prompts will be transmitted.
Install Mechanism
There is no download/install-from-URL behavior in the bundle. The skill is instruction-only (plus a local JS script) and installation guidance references standard tooling (npx or ClawHub). No high-risk installers or remote archives are used.
Credentials
Only one secret (NETA_TOKEN) is required by the code, which is appropriate for an API-backed image generator. However, the top-level registry metadata omitted this requirement whereas package.json and SKILL.md declare it; the discrepancy should be fixed so users see the credential requirement before installing.
Persistence & Privilege
The skill does not request 'always' presence and does not modify other skills or system-wide configuration. It runs as a simple one-shot CLI tool and prints an image URL, so it has low persistence/privilege.
Assessment
This skill appears to do what it claims: it sends your text prompt (and optional reference picture UUID) to the Neta/TalesOfAI API (api.talesofai.com) and returns an image URL. Before installing: (1) confirm you trust the API provider (api.talesofai.com / neta.art) and the skill author, since your prompts are transmitted externally; (2) be aware that your prompt may contain sensitive information — avoid including secrets or personal data; (3) provide the required NETA_TOKEN (package.json and SKILL.md require it) and verify the token’s scope/permissions; (4) note the registry metadata omitted the env requirement — expect to supply the token either via environment variable or the --token flag; and (5) if you need stricter privacy, review the API provider’s privacy/retention policy or test with non-sensitive prompts first.

Like a lobster shell, security has layers — review code before you run it.

latestvk97b9rr3pscb92t12jzhdk774s83pqec

License

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

Comments