AgentStack
SKILL verified MIT Self-run

Nano Banana

skill-orkas-ai-orkas-awesome-agentskills-nano-banana · by Orkas-AI

A Claude skill from Orkas-AI/Orkas-Awesome-AgentSkills.

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add skill-orkas-ai-orkas-awesome-agentskills-nano-banana

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of Nano Banana? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Check which credentials are configured before choosing a provider.
  2. If multiple providers are configured, ask the user which to use unless cost/privacy preference is already clear.
  3. If no credentials are configured, provide setup guidance but do not ask the user to paste secrets into chat.
  4. Before uploading any local image, ask for explicit confirmation and state the destination provider.
  5. State that prompts and uploaded images may be sent to third-party services.
  6. Ask for budget limits before batch generation or high-resolution runs.
  7. 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

  1. Confirm task type: text-to-image or image edit.
  2. Confirm prompt, source/reference image paths, aspect ratio, resolution, output directory, and count.
  3. 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.
  1. Confirm cost, upload, and privacy before execution.
  2. Submit the request.
  3. Poll or wait for the result if asynchronous.
  4. Download or save generated outputs.
  5. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.