Nano Banana Pro
v1.0.1Generate or edit AI images with the NanoPhoto.AI Nano Banana Pro API. Use when: (1) User wants text-to-image generation from a prompt, (2) User wants image-t...
⭐ 3· 1.2k·1 current·1 all-time
byNanoPhoto.AI@nanophotohq
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, API endpoints in docs, and the single required env var (NANOPHOTO_API_KEY) all align: the skill exists to call NanoPhoto.AI and it requests exactly the credential needed to do that.
Instruction Scope
SKILL.md and the bundled Python script instruct only to submit generation/edit requests and poll the NanoPhoto API. They do not read unrelated files, other environment variables, or send data to third-party endpoints beyond the documented nanophoto.ai URLs.
Install Mechanism
No install spec; the skill is instruction-only with a bundled Python script. Nothing is downloaded from external arbitrary URLs and no archive extraction is used.
Credentials
Only NANOPHOTO_API_KEY is required (declared as primaryEnv). The script accepts an explicit --api-key override; no other credentials or sensitive env vars are requested.
Persistence & Privilege
always is false, the skill is user-invocable, and it does not attempt to modify other skills or global agent configuration. It does not request elevated or persistent privileges.
Assessment
This skill appears coherent: it only needs your NanoPhoto API key and uses the service's documented endpoints. Before installing, ensure the NANOPHOTO_API_KEY you provide is the correct key and that you trust nanophoto.ai. Do not paste the key into chat; set it in the skill's secure env setting. Review the bundled Python script if you can—it prints API responses to stdout and polls the official nanophoto.ai endpoints. Be mindful of costs and rate limits (the docs mention credits per quality level) and only supply public image URLs you are authorized to share. If you need stronger assurance, verify the publisher/provenance (owner ID is opaque here) or run the script in an isolated environment/network monitor to confirm it only communicates with the documented nanophoto.ai endpoints.Like a lobster shell, security has layers — review code before you run it.
bananavk9797xtkc3pyn1zdenf8qpbjgn83c960editvk9797xtkc3pyn1zdenf8qpbjgn83c960generationvk9797xtkc3pyn1zdenf8qpbjgn83c960imagevk9797xtkc3pyn1zdenf8qpbjgn83c960latestvk9797xtkc3pyn1zdenf8qpbjgn83c960nanophotovk9797xtkc3pyn1zdenf8qpbjgn83c960
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
EnvNANOPHOTO_API_KEY
Primary envNANOPHOTO_API_KEY
