gemini-image-genlisted
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