Nano Banana API
v0.1.1Generate images through the Nano Banana REST API and help agents integrate or operate the service safely. Use when a task involves text-to-image, image-to-im...
⭐ 0· 121·1 current·1 all-time
byNano Banana API@sdhjkagbjksg
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, declared primaryEnv (NANO_BANANA_API_KEY), required binary (python3), included CLI script, and API reference all align with an image-generation API integration.
Instruction Scope
Instructions and the CLI are limited to listing models, checking credits, submitting sync/stream/async jobs, polling, and optionally downloading resulting images — consistent with the stated purpose. Callouts: the skill instructs agents to download generated images to a local directory (writes files to disk) and to follow image URLs returned by the API, which means the agent will make outbound requests to URLs supplied by the service.
Install Mechanism
No install spec; this is instruction-only plus a bundled Python script. Nothing is downloaded or installed automatically by the skill itself.
Credentials
Only the API key (NANO_BANANA_API_KEY / NB_API_KEY) and an optional base URL override are used. No unrelated credentials or broad environment access are requested.
Persistence & Privilege
always is false, agent invocation is normal, and the skill does not request permanent platform presence or modify other skills/configs.
Assessment
This skill is internally consistent for calling the Nano Banana image API, but review these practical considerations before installing: (1) The CLI will read NANO_BANANA_API_KEY or NB_API_KEY — keep that secret out of shared environments. (2) If you use --download-dir (or the agent follows the skill's download instructions), the skill will write files to disk; choose a safe directory and check for overwrites. (3) The script downloads images from URLs returned by the API — if you do not fully trust the service, those URLs could point to unexpected hosts (potentially exposing your machine to fetch arbitrary resources). Run the skill in a sandbox or limited environment if you want to reduce risk. (4) The script honors NANO_BANANA_BASE_URL for overrides — only set that to a trusted endpoint. (5) Confirm pricing/credit implications (the skill exposes credit checks and will spend credits when generating). If you want higher assurance, audit the included scripts locally (scripts/nano_banana_api.py) and test with a low-privilege API key or in an isolated environment.Like a lobster shell, security has layers — review code before you run it.
latestvk97b6ykwaxqjw4m6e59fvd68t583nd68
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Binspython3
Primary envNANO_BANANA_API_KEY
