Gemini Web Search
v1.0.0Use Gemini CLI (@google/gemini-cli) to do web search / fact-finding and return a sourced summary. Use when the user asks “why did X happen today”, “what’s the latest news”, “search the web”, “find sources/links”, or any task requiring up-to-date info. Prefer this over other search tools when Gemini is available but slow; run it with a TTY, wait longer, and verify source quality.
⭐ 5· 2.8k·15 current·15 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the runtime instructions and included script: both instruct running the local Gemini CLI to perform web searches and return sourced summaries.
Instruction Scope
Instructions stay within the stated purpose (formulate queries, run gemini with a TTY, extract facts and links). Minor oddity: SKILL.md claims 'Auth: already completed by Jiajie', which is a non-general note and may be leftover documentation; otherwise no instructions to read unrelated files or exfiltrate data.
Install Mechanism
No install spec; only an opinionated command path (~/.npm-global/bin/gemini) and a tiny shell wrapper (script uses standard 'script' tool). No remote downloads or archive extraction.
Credentials
The skill declares no required env vars or credentials. It does rely on an already-installed and authenticated Gemini CLI (local user credentials/token stored by that CLI) — expected for this purpose, but the SKILL.md's reference to a specific person completing auth is ambiguous and should be clarified before deployment.
Persistence & Privilege
always is false, the skill is user-invocable and does not request persistent system changes or modify other skills' configs.
Assessment
This skill is internally consistent: it simply runs the local Gemini CLI in a pseudo-TTY to perform web searches and return links. Before installing, verify you (or your environment) have the Gemini CLI installed and authenticated at the path indicated (or set GEMINI_BIN to the correct binary). Clarify the SKILL.md note that a person named 'Jiajie' already completed auth — if you don't have a configured Gemini account locally, searches will fail. Be aware that running the CLI performs network queries (expected) and that the recommended long timeouts / pty usage can spawn long-running processes on the host. If you need stronger guarantees, inspect or run the helper script locally to confirm behavior and consider restricting where the skill may run.Like a lobster shell, security has layers — review code before you run it.
latestvk97a23ebdbh7dhce25n6p93x2980jt12
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
