gemini-tools
Execute and manage Gemini CLI built-in tools including file operations, web search, shell commands, and memory. Use for automated workflows, tool orchestration, and safe execution patterns.
npx skills add majiayu000/claude-skill-registry --skill gemini-tools-adaptationio-skrillz --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Gemini Tools Execution Comprehensive patterns for executing Gemini CLI's built-in tools safely and effectively. ## Available Tools ### File System Tools ```bash # List directory contents gemini -p "List all Python files in ./src" # Read files gemini -p "Read and explain @./config.json" # Write files gemini --yolo -p "Create a README.md for this project" # Modify files gemini --sandbox -p "Add error handling to @./main.py" ``` ### Web Tools ```bash # Google search gemini --yolo -p "Search for React performance optimization best practices" # Fetch web content gemini -p "Analyze the API documentation at @https://api.example.com/docs" # Research workflow gemini --yolo -p "Research and summarize the latest Python 3.12 features" ``` ### Shell Execution ```bash # Safe execution with confirmation gemini -p "Run the test suite and fix any failing tests" # Auto-approve (use carefully!) gemini --yolo -p "Set up a new Next.js project with TypeScript" # Sandbox mode (recommended) gemini --sandbox -p "Install dependencies and run the build" ``` ### Memory Tool ```bash # Save information gemini -p "Remember that the API endpoint is https://api.prod.example.com" # Recall information gemini -p "W
- Available Tools
- File System Tools
- Web Tools
- Shell Execution
- Memory Tool
- Execution Modes
- Manual Approval (Default)
- YOLO Mode (Auto-Approve)
- Sandbox Mode (Safe Execution)
- YOLO Automation Patterns
- Recommended YOLO Uses
- Use with Caution
- YOLO + Safeguards
- Tool Workflows
List directory contents gemini -p "List all Python files in ./src" Read files gemini -p "Read and explain @./config.json" Write files gemini --yolo -p "Create a README.md for this project" Modify files gemini --sandbox -p "Add error handling to @./main.py" Google search gemini --yolo -p "Search for React performance optimization best practices"
What does the gemini-tools skill do?
Execute and manage Gemini CLI built-in tools including file operations, web search, shell commands, and memory. Use for automated workflows, tool orchestration, and safe execution patterns.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill gemini-tools-adaptationio-skrillz --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
