What problem does it solve? It lets you query Google's Gemini models directly from the command line in one-shot mode, avoiding interactive sessions when you just need a quick answer, summary, or generated text. ## Core Features & Use Cases - One-Shot Prompting: Pass a positional prompt to gemini and get an immediate response without entering interactive mode. - Model and Output Control: Select a specific model with --model and request structured results with --output-format json. - Extension Management: List and manage Gemini CLI extensions via gemini --list-extensions and gemini extensions <command>. - Use Case: Ask the agent to summarize a long document or return a JSON-structured answer by invoking the Gemini CLI non-interactively. ## Quick Start Ask the agent to run gemini with your prompt, for example: use the gemini skill to answer "What are the main differences between TCP and UDP?" in one-shot mode.