moai-ai-nano-banana

Automate content and image generation via Nano Banana Pro AI.

1.2k|214|Updated Sep 16, 2025
One-click install
npx skills add https://github.com/modu-ai/moai-adk --skill moai-ai-nano-banana
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-ai-nano-banana
Source: https://github.com/modu-ai/moai-adk/tree/main/.claude/skills/moai-ai-nano-banana
Command: npx skills add https://github.com/modu-ai/moai-adk --skill moai-ai-nano-banana

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-genai, PyYAML, python-dotenv, and includes scripts (resource) components.

What problem does it solve?

Integrates AI-driven content and image generation workflows, enabling automated docs/images pipelines.

Core Features & Use Cases

  • Image generation at 1K/2K/4K resolutions with multiple aspect ratios
  • Style prefixes for consistent aesthetics
  • Batch processing with concurrency
  • Smart retry and grounding via Google Search

Quick Start

python batch_generate.py -c prompts.json -d output/ --concurrency 2

Frequently Asked Questions about moai-ai-nano-banana

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate image generation at multiple resolutions and aspect ratios?

Image generation automation uses AI services to create visuals at 1K/2K/4K resolutions with configurable aspect ratios. This Skill integrates with Nano Banana Pro AI to generate batch images with style prefixes, grounding via Google Search, and concurrency controls for documentation, marketing, and UI/UX assets.

Can I batch process content and images with concurrent requests?

Batch processing with concurrency is supported through configuration files. The Skill accepts JSON prompts, processes multiple requests simultaneously with configurable concurrency limits, applies exponential backoff retry logic, and outputs results to a specified directory.

What's the best way to integrate Google Search grounding into image generation?

Google Search grounding enriches AI-generated content by anchoring prompts to real-world search results. This Skill applies grounding during generation to improve accuracy and relevance for documentation and marketing visuals, reducing hallucinations in output.

Do I need Python and specific dependencies to run batch image generation?

Yes. Required dependencies include google-genai for AI integration, PyYAML for configuration parsing, and python-dotenv for environment management. The Skill uses Python scripts to orchestrate batch workflows with these libraries.

How do style prefixes affect generated images?

Style prefixes are prepended to prompts to enforce consistent aesthetic properties across batch generations. They control visual tone, composition, and design direction without modifying the core content, ensuring cohesive output for branded asset pipelines.

What happens if image generation requests fail during batch processing?

Exponential backoff retry logic automatically retries failed requests with increasing delays, reducing transient failures from rate limits or service interruptions. This ensures reliable completion of large batch jobs without manual intervention.