A straightforward wrapper around Google's Gemini image generation API that lets Claude create and edit images through Python commands. You get the full range of Gemini's aspect ratios (including that 21:9 ultra-wide), resolution options up to 4K, and both the fast flash model and the slower pro model with reasoning capabilities. The skill handles the boilerplate of asking users for prompts and parameters, then runs the nanobanana.py script with the right flags. Requires a Gemini API key and Python dependencies installed. It's basically plumbing to make Gemini's image features accessible in Claude conversations without manually formatting API calls yourself.
npx skills add https://github.com/feiskyer/claude-code-settings --skill nanobanana-skill