← 返回 Skills 市场
flywhale-666

Nano Banana Image T8

作者 flywhale · GitHub ↗ · v0.1.8 · MIT-0
cross-platform ⚠ suspicious
340
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install nano-banana-image-t8-mac
功能描述
提供 Nano Banana API Key 和提示词,支持文生图与图生图(至少一张图片),可选尺寸比例,默认模型为香蕉2。
安全使用建议
This skill appears to implement the stated image-generation functionality, but there are several things to check before installing or using it with real keys: - The skill will persist your Nano Banana API key to ~/.whaleclaw/credentials/nano_banana_api_key.txt (file mode 600) and will reuse it automatically. If you do not want keys stored on disk, do not allow the skill to save the key or delete the file after use. - The registry metadata lists no required env vars or config paths, yet the skill reads NANO_BANANA_API_KEY and writes credential and default-model files; this mismatch is an incoherence you should ask the publisher to explain. - The script sends requests to https://ai.t8star.cn by default. Confirm that this endpoint is the intended/trusted backend for the Nano Banana service before sending secrets. - The script maps public model names to internal identifiers (e.g., '香蕉2' → 'gemini-3.1-flash-image-preview'), which is unusual; ask the author to document these mappings and provenance of the backend models. - There is no install step for Python deps (httpx). Ensure you run the script in an isolated environment and inspect the script fully before executing it with a real key. If you want to proceed: (1) inspect the full script locally, (2) run it in a sandbox or restricted environment, (3) avoid letting the skill auto-save your API key (or remove it immediately after testing), and (4) verify the external host/endpoint is legitimate. If the publisher cannot explain the metadata/file-path mismatches and the model mapping, treat the skill with caution.
功能分析
Type: OpenClaw Skill Name: nano-banana-image-t8-mac Version: 0.1.8 The skill bundle is a legitimate tool for interacting with the Nano Banana image generation API (ai.t8star.cn). The Python script (test_nano_banana_2.py) handles API keys securely by saving them with restricted file permissions (0600) and only communicates with the designated API endpoint. The instructions in SKILL.md include defensive prompts that explicitly forbid the agent from scanning for keys in unrelated directories or using unauthorized execution methods like curl or file_write.
能力评估
Purpose & Capability
Name/description (Nano Banana image generation) align with the script's behavior: the script performs text→image and image→image calls to an image-generation API. However the script maps the outward-facing model names (香蕉2/香蕉pro) to internal identifiers (e.g., 'gemini-3.1-flash-image-preview' and 'nano-banana-2'), which is surprising but not necessarily malicious; it should be documented. Overall capability is plausible for the stated purpose.
Instruction Scope
SKILL.md is highly prescriptive and instructs the agent to only invoke the included script and not to generate ad-hoc curl/python files. It also restricts where an API key may be read from and saved. The included script itself contains interactive prompts (getpass/input) for collecting a key in interactive mode — SKILL.md forbids relying on interactive backend input for WebChat scenarios, so the script must only be used in non-interactive (parameter-supplied) mode as intended. The skill will read and write files under ~/.whaleclaw/credentials and write output to ~/.whaleclaw/workspace — the instructions explicitly direct saving secrets and defaults to disk.
Install Mechanism
No install spec — the skill is essentially an instruction + bundled script. That minimizes remote install risk. Note: the script imports httpx and other Python libs; there is no install step declared, so runtime must already have the required Python environment and dependencies, which is an operational (but not necessarily security) concern.
Credentials
Registry metadata declares no required env vars or config paths, but SKILL.md and the script rely on and may persist NANO_BANANA_API_KEY and default-model files under ~/.whaleclaw/credentials. The skill will persistently save an API key to disk (permission 600) and reuse it across sessions. The mismatch between declared requirements and the actual environment/file operations is an incoherence and increases risk because users may not realize a secret will be written to their home directory.
Persistence & Privilege
The skill intentionally persists secrets and a default-model selection in the user's home (~/.whaleclaw/credentials). always is false (good), and the skill does not appear to modify other skills or system-wide config, but it does store credentials on disk and will use them later without re-prompting. Users should be aware of that persistent storage and the file locations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nano-banana-image-t8-mac
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nano-banana-image-t8-mac 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.8
- 增加中/英文触发词:支持“香蕉生成”、“banana生成”、“香蕉画图”等新别名 - 触发词覆盖面更广,优化自然语言激活体验 - 其他功能与参数未变
v0.1.4
No user-facing changes; this release contains no file updates.
v0.1.6
- Added detailed SKILL.md documenting usage instructions, trigger phrases, parameter requirements, and execution rules for the Nano Banana image generation skill. - Supported clear guidance for 文生图 (text-to-image) and 图生图 (image-to-image) scenarios, including user parameter prompts and API Key management. - Defined strict conditions and steps for model selection, switching, and default model persistence with short status replies. - Outlined permissible ways to check, save, and reuse API Keys—restricting to explicit user intent and secure file storage. - Provided sample shell and Python command invocations for running the Nano Banana test scripts under prescribed conditions. - Explained expected interaction style: concise, direct replies, mandatory parameter checks, and no extraneous workflow steps.
元数据
Slug nano-banana-image-t8-mac
版本 0.1.8
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Nano Banana Image T8 是什么?

提供 Nano Banana API Key 和提示词,支持文生图与图生图(至少一张图片),可选尺寸比例,默认模型为香蕉2。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 340 次。

如何安装 Nano Banana Image T8?

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

Nano Banana Image T8 是免费的吗?

是的,Nano Banana Image T8 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Nano Banana Image T8 支持哪些平台?

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

谁开发了 Nano Banana Image T8?

由 flywhale(@flywhale-666)开发并维护,当前版本 v0.1.8。

💬 留言讨论