Web search using Google Gemini CLI. Use for: latest information, documentation lookup, current events, or when up-to-date web data is needed.
Searches the web using Google Gemini CLI for current information and documentation lookup.
/plugin marketplace add signalcompose/claude-tools/plugin install gemini@claude-toolsThis skill is limited to using the following tools:
This skill enables web search using Google Gemini CLI. Use it when you need:
Gemini CLI must be installed and authenticated. Run the check script first:
${CLAUDE_PLUGIN_ROOT}/scripts/check-gemini.sh
${CLAUDE_PLUGIN_ROOT}/scripts/gemini-search.sh "<search query>"
# Search for latest Claude Code features
${CLAUDE_PLUGIN_ROOT}/scripts/gemini-search.sh "Claude Code latest features 2026"
# Look up current API documentation
${CLAUDE_PLUGIN_ROOT}/scripts/gemini-search.sh "OpenAI API rate limits 2026"
# Research recent news
${CLAUDE_PLUGIN_ROOT}/scripts/gemini-search.sh "AI regulation updates January 2026"
Check Prerequisites
Execute Search
Process Results
| Error | Solution |
|---|---|
| Gemini CLI not found | Install via npm install -g @google/gemini-cli |
| Authentication failed | Run gemini to complete OAuth |
| Timeout | Retry with more specific query |
gemini-2.5-flash-lite model by default (stable, good rate limits)GEMINI_MODEL environment variableExpert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.