Agent skill
gemini
Use Gemini CLI for web research, multimodal tasks (PDFs, images), or as a second opinion.
Install this agent skill to your Project
npx add-skill https://github.com/ykdojo/safeclaw/tree/main/setup/skills/gemini
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
yt-dlp
Download YouTube videos, audio, and subtitles/transcripts using yt-dlp.
gdoc
Read publicly shared Google Docs using curl to download into a file.
slack
Read Slack messages, channels, DMs, and search. Read-only access to your Slack workspace.
gha
Analyze GitHub Actions failures and identify root causes
clone
Clone the current conversation so the user can branch off and try a different approach.
reddit-fetch
Fetch content from Reddit using Gemini CLI or curl JSON API fallback. Use when accessing Reddit URLs, researching topics on Reddit, or when Reddit returns 403/blocked errors.
Didn't find tool you were looking for?