From gemini
Invoke Gemini directly for multimodal tasks, image analysis, code review, or getting a second opinion. Use "/gemini" followed by your request.
npx claudepluginhub netwaif/gemini-mcpThis skill is limited to using the following tools:
Directly invoke Google Gemini for tasks where its capabilities complement Claude's.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Performs token-optimized structural code search using tree-sitter AST parsing to discover symbols, outline files, and unfold code without reading full files.
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.