Install
$ agentstack add skill-orkas-ai-orkas-awesome-agentskills-nano-banana ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Nano Banana
When to Use
Use this skill when the user explicitly wants to use Nano Banana, Gemini image models, Imagen-style generation/editing, Google AI Studio, or Atlas Cloud for image execution.
Use for:
- Text-to-image through a configured provider.
- Image editing with one or more local reference/source images.
- Comparing provider availability, privacy, and cost before execution.
- Running a generation/editing task after an image design brief is ready.
Do not use this skill as a generic prompt-writing guide. Use image-design for planning and route here only when execution through this provider is appropriate and available.
Provider And Privacy Rules
- Check which credentials are configured before choosing a provider.
- If multiple providers are configured, ask the user which to use unless cost/privacy preference is already clear.
- If no credentials are configured, provide setup guidance but do not ask the user to paste secrets into chat.
- Before uploading any local image, ask for explicit confirmation and state the destination provider.
- State that prompts and uploaded images may be sent to third-party services.
- Ask for budget limits before batch generation or high-resolution runs.
- Save outputs to a user-visible local directory and return output paths.
First Checks
Check environment variables without printing secret values:
test -n "$ATLASCLOUD_API_KEY" && echo "ATLASCLOUD_API_KEY configured"
test -n "$GEMINI_API_KEY" && echo "GEMINI_API_KEY configured"
If the source skill's helper script is available in the local environment, prefer using it. Otherwise use the provider API documented for the user's configured provider.
Workflow
- Confirm task type: text-to-image or image edit.
- Confirm prompt, source/reference image paths, aspect ratio, resolution, output directory, and count.
- Choose provider:
- Atlas Cloud when configured and acceptable to the user.
- Google AI Studio / Gemini when configured and acceptable to the user.
- no execution when credentials are missing; return setup guidance and prompt/brief instead.
- Confirm cost, upload, and privacy before execution.
- Submit the request.
- Poll or wait for the result if asynchronous.
- Download or save generated outputs.
- Verify file existence and return paths plus provider/task metadata.
Return Format
## Nano Banana Result
- Provider:
- Task type:
- Output path(s):
- Task id / remote URL(s), if any:
- Cost / quota note:
- Uploads confirmed:
- Checks performed:
- Failures or fallback:
Limits and Known Issues
- Provider names, model IDs, prices, and availability can change. For production work, verify current provider docs.
- Exact text, logos, faces, product geometry, and reference consistency are not guaranteed.
- Reference image limits depend on the provider and current model.
- This skill must not expose API keys or raw provider responses containing secrets.
- If execution is unavailable, return a prompt and execution plan; do not claim an image was generated.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Orkas-AI
- Source: Orkas-AI/Orkas-Awesome-AgentSkills
- License: MIT
- Homepage: https://orkas.ai
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.