← ClaudeAtlas

gemini-image-genlisted

Generate images using Google Gemini via Chrome browser automation. This skill should be used when the user wants to create, generate, or produce images with Gemini, Google AI, or Imagen. Supports resolution control (0.5K, 1K, 2K, 4K), aspect ratios, up to 14 reference images, style transfer, text rendering, image editing, and inpainting. Automatically downloads generated images and moves them to the desired location. Triggers on requests like "generate an image", "create a picture with Gemini", "make me a 4K image", or "use Gemini to create artwork".
maystudios/claude-skills · ★ 21 · AI & Automation · score 79
Install: claude install-skill maystudios/claude-skills
# Gemini Image Generation via Chrome Generate images through Google Gemini's web interface using Chrome browser automation. Built on the Nano Banana / Gemini 3 image generation models. ## Prerequisites - Chrome browser with the Claude-in-Chrome extension installed and active - User must be logged into their Google account at https://gemini.google.com - Chrome MCP tools available (`mcp__claude-in-chrome__*`) ## Tool Mapping | Action | MCP Tool | |--------|----------| | Get tab context | `mcp__claude-in-chrome__tabs_context_mcp` | | Create new tab | `mcp__claude-in-chrome__tabs_create_mcp` | | Navigate to URL | `mcp__claude-in-chrome__navigate` | | Click, type, screenshot, hover, scroll, wait | `mcp__claude-in-chrome__computer` | | Find elements by description | `mcp__claude-in-chrome__find` | | Read page accessibility tree | `mcp__claude-in-chrome__read_page` | | Set form values | `mcp__claude-in-chrome__form_input` | | Upload reference images | `mcp__claude-in-chrome__upload_image` | | Extract page text | `mcp__claude-in-chrome__get_page_text` | ## Workflow ### Step 1: Initialize Browser Session ``` 1. Call tabs_context_mcp to discover existing tabs 2. Call tabs_create_mcp to create a fresh tab 3. Navigate to https://gemini.google.com/app 4. Take a screenshot to verify the page loaded ``` ### Step 2: Start a New Chat with Image Generation Enabled ``` 1. Use find to locate the "New chat" button (top-left area / sidebar), then click it with computer 2. Take a screensh