Agent skill · AI & Agents

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Path: skills/ai-llm/gemini-tools-adaptationio-skrillz/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Available Tools
  2. File System Tools
  3. Web Tools
  4. Shell Execution
  5. Memory Tool
  6. Execution Modes
  7. Manual Approval (Default)
  8. YOLO Mode (Auto-Approve)
  9. Sandbox Mode (Safe Execution)
  10. YOLO Automation Patterns
  11. Recommended YOLO Uses
  12. Use with Caution
  13. YOLO + Safeguards
  14. Tool Workflows
Ships with 1 file
  • metadata.json
Commands it runs
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"
More from claude-skill-registry
All skills →
About this skill
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.

Keep going