← 返回 Skills 市场
wkl-nieta

Ghibli Style Skill

作者 wkl-nieta · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ 安全检测通过
245
总下载
0
收藏
0
当前安装
15
版本数
在 OpenClaw 中安装
/install 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).
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ghibli-style-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ghibli-style-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug ghibli-style-skill
版本 2.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 15
常见问题

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). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 245 次。

如何安装 Ghibli Style Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ghibli-style-skill」即可一键安装,无需额外配置。

Ghibli Style Skill 是免费的吗?

是的,Ghibli Style Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ghibli Style Skill 支持哪些平台?

Ghibli Style Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ghibli Style Skill?

由 wkl-nieta(@wkl-nieta)开发并维护,当前版本 v2.0.1。

💬 留言讨论