| name | gemini |
| description | Use Gemini CLI for web research, multimodal tasks (PDFs, images), or as a second opinion. |
Gemini CLI
Use Gemini for web research, multimodal tasks (PDFs, images), or as a second opinion.
Usage
gemini --yolo --model gemini-3.1-pro-preview --prompt "Your task"
Examples
Reddit research:
gemini -y -m gemini-3.1-pro-preview -p "Research what people on Reddit say about Claude Code"
Analyze an image:
gemini -y -m gemini-3.1-pro-preview -p "Describe this image: /path/to/image.png"
Analyze a PDF:
gemini -y -m gemini-3.1-pro-preview -p "Summarize this PDF: /path/to/doc.pdf"
Notes
- File writes only work in current directory (not /tmp)
- Requires GEMINI_API_KEY env var