Skill155 repo starsupdated 2mo ago
gemini
Use Gemini CLI for web research, multimodal tasks (PDFs, images), or as a second opinion.
Install in Claude Code
Copygit clone --depth 1 https://github.com/ykdojo/safeclaw /tmp/gemini && cp -r /tmp/gemini/setup/skills/gemini ~/.claude/skills/geminiThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
# Gemini CLI Use Gemini for web research, multimodal tasks (PDFs, images), or as a second opinion. ## Usage ```bash gemini --yolo --model gemini-3.1-pro-preview --prompt "Your task" ``` ## Examples Reddit research: ```bash gemini -y -m gemini-3.1-pro-preview -p "Research what people on Reddit say about Claude Code" ``` Analyze an image: ```bash gemini -y -m gemini-3.1-pro-preview -p "Describe this image: /path/to/image.png" ``` Analyze a PDF: ```bash 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