← 返回 Skills 市场
666
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install nano-banana-prompting
功能描述
Transform natural language image requests into optimized structured prompts for Gemini image generation. Automatically detects style and builds the perfect p...
安全使用建议
This skill appears to do what it says: produce structured Gemini prompts and run a local image generator. Before installing or using it, verify two things: (1) the provenance and behavior of the external generator it calls (nano-banana-pro/scripts/generate_image.py) — inspect that script so you know what it sends to the network and what it writes to disk; (2) the 'uv' binary requirement — confirm which tool 'uv' refers to in your environment and that it's trusted. Also limit the GEMINI_API_KEY permissions if possible and be comfortable with images being saved to your Desktop. If you cannot inspect the external generator, treat the dependency as an untrusted executable and avoid running it.
功能分析
Type: OpenClaw Skill
Name: nano-banana-prompting
Version: 1.0.1
The skill instructs the AI agent to execute a local Python script (`generate_image.py`) with arguments, including a `--filename` argument. The `SKILL.md` file contains an explicit 'Security Note' warning the agent: 'Never pass unsanitized user input directly as the filename.' While this warning demonstrates developer awareness and an attempt to mitigate risk, it highlights a potential command injection or path traversal vulnerability if the agent fails to sanitize user input or if the external `generate_image.py` script (which is not part of this bundle) is vulnerable. This constitutes a risky capability that could lead to an RCE, classifying the skill as suspicious rather than benign, despite the lack of clear malicious intent within the provided files.
能力评估
Purpose & Capability
The name/description (build optimized Gemini prompts) matches the declared requirements: GEMINI_API_KEY and a CLI runner 'uv'. However the SKILL.md expects a separate 'nano-banana-pro' skill (scripts/generate_image.py) that is not declared in the metadata — an undeclared dependency worth verifying.
Instruction Scope
Instructions are narrowly scoped to: read user request, detect style, build JSON, and call a local generator script via 'uv run'. They advise sanitizing filenames. The only notable scope creep is the explicit reliance on running an external script (nano-banana-pro/scripts/generate_image.py) on the agent's filesystem — that script will execute network I/O (Gemini) and local file writes, so you should inspect that script before use.
Install Mechanism
This is instruction-only with no install spec and no archives to download, so nothing is written or executed by the skill package itself. README suggests optional git install steps for users, which is standard.
Credentials
Only GEMINI_API_KEY is required and declared as the primary credential, which aligns with calling the Gemini image API. No other unrelated secrets or config paths are requested.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It does instruct writing image files to the user's Desktop by default, which is reasonable for its purpose but should be acceptable to the user.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nano-banana-prompting - 安装完成后,直接呼叫该 Skill 的名称或使用
/nano-banana-prompting触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Add security note for filename sanitization
v1.0.0
- Initial release of nano-banana-prompting-skill.
- Transforms natural language image requests into optimized, structured prompts for Gemini image generation.
- Automatically detects image style (cinematic, illustration, anime, 3D, watercolor, product, and more) and builds detailed prompts accordingly.
- Provides structured JSON prompt templates for each supported style, with technical parameters tailored to produce high-quality, style-consistent images.
- Includes clear instructions and usage examples for both image generation and image editing workflows.
元数据
常见问题
Nano Banana Prompting Skill 是什么?
Transform natural language image requests into optimized structured prompts for Gemini image generation. Automatically detects style and builds the perfect p... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 666 次。
如何安装 Nano Banana Prompting Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nano-banana-prompting」即可一键安装,无需额外配置。
Nano Banana Prompting Skill 是免费的吗?
是的,Nano Banana Prompting Skill 完全免费(开源免费),可自由下载、安装和使用。
Nano Banana Prompting Skill 支持哪些平台?
Nano Banana Prompting Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nano Banana Prompting Skill?
由 minilozio(@minilozio)开发并维护,当前版本 v1.0.1。
推荐 Skills