Nano Banana Image T8 Alluse
Skill by flywhale-666
Why use this skill?
Automate text-to-image and image-to-image generation with the Nano Banana T8 skill for OpenClaw. Features secure API management and seamless integration.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/flywhale-666/nano-banana-image-t8-alluseWhat This Skill Does
The Nano Banana Image T8 Alluse skill is a specialized agent plugin designed for seamless image generation and editing using the nano-banana-2 model suite. It serves as a bridge between the WhaleClaw workspace and the ai.t8star.cn API, allowing users to trigger text-to-image (T2I) and image-to-image (I2I) generation tasks directly from their conversational interface. The skill abstracts away the complexities of manual API interaction, managing sensitive credentials securely and providing a standardized workflow for artistic generation.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/flywhale-666/nano-banana-image-t8-alluse
Ensure your WhaleClaw environment is properly configured, as the skill relies on the internal execution workspace and specific credential storage pathways to function correctly.
Use Cases
- Rapid Prototyping: Quickly generate visual assets from textual descriptions during a creative brainstorming session.
- Artistic Editing: Use the
editmode to modify existing images by uploading them as references and providing specific instructions. - Model Validation: Verify the responsiveness and image quality of the
nano-banana-2andnano-banana-2-2kmodels through a dedicated CLI-integrated suite. - Bulk Testing: Use the
bothmode to batch test T2I and I2I capabilities, perfect for checking model consistency across different tasks.
Example Prompts
- "/use nano-banana-image-t8 API_KEY_HERE, please perform a text-to-image generation for a futuristic cyberpunk city with neon lights, set the aspect ratio to 16:9."
- "I need to use the Nano Banana skill to edit an image. Here is the picture of a forest (attach image), please make it look like it's covered in deep snow."
- "Check if my Nano Banana API key is valid and then run a 1024x1024 test generation for a minimalist logo of a banana."
Tips & Limitations
- API Security: Credentials are stored at
~/.whaleclaw/credentials/nano_banana_api_key.txtwith strict 600 permissions. Never share your API key in unprotected logs. - Execution: The skill utilizes an embedded Python script and forbids temporary file generation or direct curl usage for safety reasons.
- Configuration: The API base URL is hardcoded to
https://ai.t8star.cn. Do not attempt to override this via manual scripts. - Parameter Handling: When providing dimensions or ratios, the system directly passes these to the underlying model scripts; ensure inputs follow the requested syntax (e.g., '4:3', '1024x1024').
- Context: The skill is context-aware; it only saves keys when the user explicitly triggers the skill or mentions the Nano Banana domain in a relevant image-generation context to prevent accidental credential leakage.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-flywhale-666-nano-banana-image-t8-alluse": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api, code-execution