BULDEE

Setup Gemini — Development skill for Claude Code

Development community

Configures the Gemini API key for image generation with Nano Banana.

How to install Setup Gemini

Installs to ~/.claude/skills/buldee-claude-creative-studio-setup-gemini/SKILL.md

Terminal
mkdir -p ~/.claude/skills/buldee-claude-creative-studio-setup-gemini && curl -fsSL https://raw.githubusercontent.com/BULDEE/claude-creative-studio/HEAD/commands/setup-gemini.md -o ~/.claude/skills/buldee-claude-creative-studio-setup-gemini/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Setup Gemini does


name: setup-gemini description: Configures the Gemini API key for image generation with Nano Banana. Use only on explicit user request. disable-model-invocation: true

Guides the user through configuring their Gemini API key (free) to generate images with Nano Banana.

Verification

First check if `GEMINI_API_KEY` is already configured:

  • Test echo $GEMINI_API_KEY via bash
  • If the variable exists and is not empty → inform the user they're ready and stop

Configuration

If the ke

Alternatives in Development

  • Quick Plan — Create a detailed implementation plan based on the user's requirements provided through the USER_PROMPT variab 3.4k ★
  • Nano Banana Pro Prompts Recommend Skill — Claude Code / Cursor skill to recommend from 6000+ Nano Banana Pro image prompts 1.3k ★
  • Experiment — Experiment — Setup + Code Generation + Execution 613 ★

Full documentation available on GitHub

View Source Repository