← Back to Skills Marketplace
340
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install nano-banana-image-t8-mac
Description
提供 Nano Banana API Key 和提示词,支持文生图与图生图(至少一张图片),可选尺寸比例,默认模型为香蕉2。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nano-banana-image-t8-mac - After installation, invoke the skill by name or use
/nano-banana-image-t8-mac - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Nano Banana Image T8?
提供 Nano Banana API Key 和提示词,支持文生图与图生图(至少一张图片),可选尺寸比例,默认模型为香蕉2。 It is an AI Agent Skill for Claude Code / OpenClaw, with 340 downloads so far.
How do I install Nano Banana Image T8?
Run "/install nano-banana-image-t8-mac" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nano Banana Image T8 free?
Yes, Nano Banana Image T8 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nano Banana Image T8 support?
Nano Banana Image T8 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nano Banana Image T8?
It is built and maintained by flywhale (@flywhale-666); the current version is v0.1.8.
More Skills