Use Gemini CLI for web research, multimodal tasks (PDFs, images), or as a second opinion.
Scanned 2/12/2026
Install via CLI
openskills install ykdojo/safeclaw---
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
```bash
gemini --yolo --model gemini-3-pro-preview --prompt "Your task"
```
## Examples
Reddit research:
```bash
gemini -y -m gemini-3-pro-preview -p "Research what people on Reddit say about Claude Code"
```
Analyze an image:
```bash
gemini -y -m gemini-3-pro-preview -p "Describe this image: /path/to/image.png"
```
Analyze a PDF:
```bash
gemini -y -m gemini-3-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
No comments yet. Be the first to comment!