← Back to Skills Marketplace
wkl-nieta

Ghibli Style Skill

by wkl-nieta · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ Security Clean
245
Downloads
0
Stars
0
Active Installs
15
Versions
Install in OpenClaw
/install ghibli-style-skill
Description
Generate studio ghibli ai art generator images with AI via the Neta AI image generation API (free trial at neta.art/open).
README (SKILL.md)

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 \x3Chttps://www.neta.art/open/>.

export NETA_TOKEN=your_token_here
node \x3Cscript> "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
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: ghibli-style-skill Version: 2.0.1 The skill is a legitimate tool for generating Studio Ghibli-style images via the Neta AI API (api.talesofai.com). The core logic in ghiblistyle.js handles argument parsing, API job submission, and result polling in a transparent manner without any signs of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ghibli-style-skill
  3. After installation, invoke the skill by name or use /ghibli-style-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
ghibli-style-skill 2.0.1 - Updated dependencies in package.json for improved compatibility and security. - Small documentation adjustments in README.md.
v2.0.0
ghibli-style-skill 2.0.0 - Updated project metadata in README.md and package.json for improved clarity. - No functional or behavioral changes to the skill's operation.
v1.2.2
- Updated package version to 1.2.2 in package.json. - No other changes made to documentation or functionality.
v1.2.1
ghibli-style-skill v1.2.1 - Updated dependencies in package.json. - Minor internal changes to ghiblistyle.js. - No changes to user-facing features or documentation.
v1.7.0
**Now requires a Neta API token for image generation.** - Updated description to reflect use of the Neta AI image generation API. - Added instructions for obtaining and using the required Neta API token. - Included example usage with token in the quick start and setup sections.
v1.6.0
New support for specifying image style; improved API description. - Added `--style` option to select image style (`anime`, `cinematic`, `realistic`) - Updated description to mention "powered by Neta talesofai API" - Documentation improvements and option list updated for clarity
v1.5.0
- Updated to version 1.5.0. - Code and dependency updates in ghiblistyle.js and package.json.
v1.4.0
- Updated dependencies in package.json for improved compatibility and stability. - Minor adjustments in ghiblistyle.js to enhance code reliability. - Documentation refresh in README.md; no usage changes.
v1.3.0
ghibli-style-skill v1.3.0 - Updated dependencies in package.json to improve compatibility and performance. - Minor code clean-up in ghiblistyle.js for better readability and maintainability.
v1.2.5
- Updated dependencies in package.json to improve stability. - Enhanced ghiblistyle.js with minor code and logic refinements. - Documentation in README.md reviewed for clarity; no content changes found.
v1.2.4
- Updated skill description for clarity; now specifies use of the Neta AI API and mentions direct image URL return. - Added token requirement instructions: users must provide a Neta API token via environment variable or command-line flag. - Provided Neta token registration links for global and China. - Removed `--style` option documentation from usage instructions.
v1.2.3
- Updated dependencies in package.json for improved stability. - Minor code cleanup in ghiblistyle.js. - No user-facing feature changes.
v1.2.0
- Updated dependencies in package.json for improved compatibility. - Minor documentation edits in README.md for clarity. - No changes to core features or user experience.
v1.1.0
Ghibli-Style Skill 1.1.0 Changelog - Simplified usage instructions and documentation for easier onboarding. - Removed the `--token` option from user documentation; now relies on environment configuration. - Streamlined the list of options and examples for clarity and brevity. - Internal code and metadata updates to match documentation changes.
v1.0.0
- Initial release of Ghibli Style Image Generator. - Instantly create Studio Ghibli-inspired AI art from text prompts. - Supports options for image size, style, and API token configuration. - Provides quick start instructions and example usage. - Simple installation via npx or ClawHub.
Metadata
Slug ghibli-style-skill
Version 2.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 15
Frequently Asked Questions

What is Ghibli Style Skill?

Generate studio ghibli ai art generator images with AI via the Neta AI image generation API (free trial at neta.art/open). It is an AI Agent Skill for Claude Code / OpenClaw, with 245 downloads so far.

How do I install Ghibli Style Skill?

Run "/install ghibli-style-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ghibli Style Skill free?

Yes, Ghibli Style Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ghibli Style Skill support?

Ghibli Style Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ghibli Style Skill?

It is built and maintained by wkl-nieta (@wkl-nieta); the current version is v2.0.1.

💬 Comments