Use when needing to analyze images (screenshots, diagrams, photos), analyze videos (screencasts, recordings), summarize YouTube videos, fetch and analyze web content, or perform web searches with Google. Gemini CLI provides multimodal and web access capabilities Claude lacks natively. Do NOT use for tasks Claude can handle directly (text analysis, code review, file reading of text files).
Analyze images, videos, and YouTube content, or perform web searches and fetch URLs using Gemini CLI. Use for multimodal tasks and web access that Claude cannot handle natively.
/plugin marketplace add asermax/claude-plugins/plugin install superpowers@asermax-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/image-analysis.mdreferences/video-analysis.mdreferences/web-fetch.mdreferences/web-search.mdreferences/youtube.mdGemini CLI extends Claude's capabilities with multimodal and web access features. Use it for tasks Claude cannot do natively: analyzing images, analyzing videos, accessing YouTube content, fetching web pages, and searching the web with Google.
gemini --allowed-mcp-server-names "" [other-flags] "Your prompt here"
Always use --allowed-mcp-server-names "" to disable MCP servers for faster startup.
Control the detail level of Gemini's responses through your prompt wording:
Note: Each use case may have specific wording requirements. Check the reference file for use-case-specific guidance on prompt wording.
Read the specific reference file for the action you need to perform. Each reference contains the exact command patterns, flags, and examples for that use case.
When: Analyze screenshots, diagrams, photos, or extract text from images Read: references/image-analysis.md
When: Analyze local video files (screencasts, recordings, demos) Read: references/video-analysis.md
When: Summarize YouTube videos, extract information, or get key points Read: references/youtube.md
When: Fetch and analyze content from any URL (articles, documentation, pages) Read: references/web-fetch.md
When: Search Google for current information or documentation Read: references/web-search.md
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.