← ClaudeAtlas

gemini-searchlisted

Search the web for current information using Gemini with Enterprise Web Search grounding. Use this instead of the built-in WebSearch tool.
cu-aaii/claude-skills · ★ 2 · Web & Frontend · score 73
Install: claude install-skill cu-aaii/claude-skills
# Web Search via Gemini + Enterprise Web Search Grounding Use this skill when the user invokes `/gemini-search …` **or** whenever you need current web information. **Goal:** run a grounded web search with Gemini using Google's Enterprise Web Search, then present Gemini's answer with inline citations, Search Suggestions, and a source list — **without adding your own analysis or interspersing other content**. --- ## Step 0: Create the query (do this before calling the API) Always turn what the user said into a *search query string* first. ### If the user invoked `/gemini-search …` Treat the text after `/gemini-search` as **user intent**, not necessarily a perfectly-formed query. - If it already looks like a search query (short, keyword-y, includes operators like `site:` / `filetype:` / quotes), keep it as-is. - Otherwise, distill it into a Google-style query. ### If you are invoking this skill implicitly Generate a query from the user's most recent request. ### Query-building rules - Include **key entities** (names, products, orgs, places) + the **specific ask** (e.g., "pricing", "release date", "policy", "error", "docs", "examples"). - Respect constraints: versions, geography, timeframe, platform, format. - Prefer 6–14 meaningful words; remove filler. - Use operators when helpful: - Exact phrase: `"…"`. - Official sources: `site:…`. - PDFs: `filetype:pdf`. - Synonyms: `(term1 OR term2)`. **Do not show your query-building reasoning.** Optionally, you may show