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· 237·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for wkl-nieta/ghibli-style-skill.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Ghibli Style Skill" (wkl-nieta/ghibli-style-skill) from ClawHub.
Skill page: https://clawhub.ai/wkl-nieta/ghibli-style-skill
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install ghibli-style-skill

ClawHub CLI

Package manager switcher

npx clawhub@latest install ghibli-style-skill
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
237downloads
0stars
15versions
Updated 1mo ago
v2.0.1
MIT-0

Ghibli Style Image Generator

Generate stunning studio ghibli ai art generator images from a text description. Get back 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 <script> "your prompt" --token "$NETA_TOKEN"

When to use

Use when someone asks to generate or create studio ghibli ai art generator images.

Quick start

node ghiblistyle.js "your description here" --token YOUR_TOKEN

Options

  • --sizeportrait, landscape, square, tall (default: landscape)
  • --styleanime, cinematic, realistic (default: anime)

Install

npx skills add wkl-nieta/ghibli-style-skill

Comments

Loading comments...