What problem does it solve? Accessing Gemini's text and image generation without an official API key requires browser-based authentication and unofficial endpoints. This Skill provides a CLI client that authenticates via Google cookies and calls the Gemini Web API directly, enabling text generation, image generation, vision input, and multi-turn conversations from the command line. ## Core Features & Use Cases - Text and Image Generation: Run prompts against Gemini 3.0 Pro, Flash, Flash Thinking, or 3.1 Pro Preview models, and save generated images to disk. - Vision Input and Multi-Turn Chat: Attach reference images for vision tasks and persist conversation state across calls using session IDs. - Browser-Based Authentication: Automatically retrieves Google session cookies from a local Chrome/Chromium instance via CDP, with cookie caching and automatic refresh. - Use Case: An agent pipeline needs an image generation backend. It invokes the CLI with a prompt and --image flag, and the Skill returns a saved PNG path after handling authentication and cookie refresh automatically. ## Quick Start Ask the agent to generate an image of a cute cat with Gemini and save it to cat.png using this skill.