Agent skill · Content & Marketing

moai-ai-nano-banana

Nano-Banana AI service integration for content generation, image creation, and AI-powered workflows. Use when integrating AI services for content creation.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill moai-ai-nano-banana --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Version: 1.1.0
Declared author: MoAI-ADK Team
Allowed tools: -Read-Write-Edit-Bash-Grep-Glob
Path: skills/ai-llm/moai-ai-nano-banana/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Nano-Banana AI Service Integration ## Quick Reference (30 seconds) Nano Banana Pro (gemini-3-pro-image-preview) integration for high-quality image generation with 1K/2K/4K resolution support, style prefixes, and batch processing. Core Capabilities: - Image Generation: 1K, 2K, 4K resolution with 10 aspect ratios - Style Control: Style prefix support for consistent aesthetics - Batch Processing: JSON/YAML config with concurrent generation - Smart Retry: Exponential backoff for API quota handling - Google Search: Grounded generation for factual content CLI Quick Start: ```bash # Single image generation python scripts/generate_image.py -p "Dashboard UI design" -o ui.png -r 4K # With style prefix python scripts/generate_image.py -p "Logo" -o logo.png --style "minimalist, vector" # Batch generation python scripts/batch_generate.py -c prompts.json -d output/ --concurrency 2 ``` When to Use: - Generating high-quality images for documentation - Creating visual assets with consistent styling - Batch processing multiple image prompts - Building automated image generation pipelines --- ## Implementation Guide (5 minutes) ### CLI Scripts (Recommended) Single Image Generation (scripts/generate

What's inside
Steps it walks through
  1. Quick Reference (30 seconds)
  2. Implementation Guide (5 minutes)
  3. CLI Scripts (Recommended)
  4. Python API Usage
  5. Model Specifications
  6. Style Prefix Examples
  7. Error Handling
  8. Advanced Patterns (10+ minutes)
  9. Programmatic Usage
  10. Works Well With
  11. Resources
Ships with 1 file
  • metadata.json
Commands it runs
Single image generation
python scripts/generate_image.py -p "Dashboard UI design" -o ui.png -r 4K
With style prefix
python scripts/generate_image.py -p "Logo" -o logo.png --style "minimalist, vector"
Batch generation
python scripts/batch_generate.py -c prompts.json -d output/ --concurrency 2
Basic usage
python scripts/generate_image.py -p "A fluffy cat" -o cat.png
High resolution with aspect ratio
python scripts/generate_image.py -p "Dashboard UI" -o ui.png -r 4K -a 16:9
More from claude-skill-registry
All skills →
About this skill
What does the moai-ai-nano-banana skill do?

Nano-Banana AI service integration for content generation, image creation, and AI-powered workflows. Use when integrating AI services for content creation.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill moai-ai-nano-banana --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going