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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Quick Reference (30 seconds)
- Implementation Guide (5 minutes)
- CLI Scripts (Recommended)
- Python API Usage
- Model Specifications
- Style Prefix Examples
- Error Handling
- Advanced Patterns (10+ minutes)
- Programmatic Usage
- Works Well With
- Resources
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
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.
