首页龙虾技能列表 › Gemini Web Search — 技能工具

Gemini Web Search — 技能工具

v1.0.0

Use 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,800·14 当前·14 累计·💬 3
by @fengjiajie·MIT-0
下载技能包
License
MIT-0
最后更新
2026/2/26
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's requirements, instructions, and small helper script are coherent with its stated purpose (running the Gemini CLI to search the web); nothing in the bundle requests unrelated credentials, installs, or system-wide privileges.
评估建议
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 qu...
详细分析 ▾
用途与能力
Name/description match the runtime instructions and included script: both instruct running the local Gemini CLI to perform web searches and return sourced summaries.
指令范围
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.
安装机制
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.
凭证需求
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.
持久化与权限
always is false, the skill is user-invocable and does not request persistent system changes or modify other skills' configs.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/2/5

Initial release of Gemini Web Search skill: - Uses Gemini CLI to perform web search and fact-finding, producing concise, sourced summaries. - Optimized for up-to-date info requests such as latest news, daily events, data with sources/links. - Provides detailed workflow: query formulation, CLI execution with TTY/timeout, structured extraction, and strict source quality control. - Includes prompts for various search scenarios and troubleshooting for common failure modes. - Setup and CLI usage instructions included for local deployment.

● 无害

安装命令 点击复制

官方npx clawhub@latest install gemini-web-search
镜像加速npx clawhub@latest install gemini-web-search --registry https://cn.clawhub-mirror.com

技能文档

Use Gemini CLI to search the web and produce a concise, sourced answer.

Quick workflow

1) Formulate a tight query

  • Include: entity + ticker/name + date/time window + what you need (%, $, cause, quotes, links)
  • Example: PayPal (PYPL) fell Feb 4 2026: % change, $ change, main catalyst(s), 3 sources

2) Run Gemini CLI with a TTY and long timeout Gemini CLI can hang or be slow without a pseudo-TTY.

Preferred (OpenClaw tool call):

  • Use functions.exec with pty: true
  • Use timeout 300–600s (longer for heavy searches)
  • Use yieldMs ~10000 then process.poll until completion

Command template:

  • ~/.npm-global/bin/gemini -p ""

If pty:true still behaves poorly, use a pseudo-tty wrapper:

  • script -q -c "~/.npm-global/bin/gemini -p \"\"" /dev/null

3) Extract the answer in a structured way Return:

  • The key numeric facts (e.g., % move, $ move, close/intraday)
  • 2–4 bullets of the main catalyst(s)
  • Links (always)

4) Quality control (mandatory)

  • Prefer: company IR/SEC filing, Reuters, Bloomberg, WSJ/FT, CNBC, reputable outlets.
  • Avoid relying on low-quality finance blogs/SEO sites.
  • If sources conflict or look unreliable: say so and ask user for a screenshot/link, or re-run with a stricter prompt.

Prompts that work well

  • Fast triage:
Search the web: . Give 3 bullets + 2 reputable links.

  • Market move:
Search the web: Why did move today ()? Provide exact % and $ move (close + intraday if available) and the main catalyst(s). Cite sources with links.

  • Force better sources:
Search the web and prioritize Reuters/company IR/SEC filing. If you cannot find them, say so. Topic: <...>. Provide links.

Failure modes & fixes

  • Gemini prints “I will search…” then stalls
- Wait longer (it can be slow). - Ensure TTY: run with pty:true or script -q -c ... /dev/null.

  • Output has suspicious claims (e.g., odd CEO news)
- Re-run with: “use Reuters/company IR/SEC filing only; otherwise say unknown”. - Cross-check with at least 2 independent reputable sources.

  • Need numbers but sources don’t show them
- Ask user for the quote/screenshot from their market data app and reconcile.

Local setup notes

  • Gemini CLI binary: ~/.npm-global/bin/gemini
  • Auth: already completed by Jiajie (should work without re-login)
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务