Help us improve
Share bugs, ideas, or general feedback.
From gemini
Invokes Google Gemini CLI for multimodal tasks, image analysis, code review, or second opinions. Use /gemini command.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gemini:gemini <prompt or instruction><prompt or instruction>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Directly invoke Google Gemini for tasks where its capabilities complement Claude's.
Share bugs, ideas, or general feedback.
Directly invoke Google Gemini for tasks where its capabilities complement Claude's.
Run the gemini CLI with the user's request:
PATH="/usr/sbin:/usr/bin:/sbin:/bin:$PATH" gemini --approval-mode yolo -p "<user's prompt>" --model=gemini-3-flash-preview
For image analysis, reference the file path in the prompt:
PATH="/usr/sbin:/usr/bin:/sbin:/bin:$PATH" gemini --approval-mode yolo -p "Analyze this image at /path/to/image.png: <question>" --model=gemini-3-flash-preview
Return Gemini's response to the user. Strip the "YOLO mode is enabled" and "Loaded cached credentials" lines from output.
npx claudepluginhub netwaif/gemini-mcpCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.