返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
g

gemini-web-search

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
2,878
下载量
5
收藏
概述
安装方式
版本历史

gemini-web-search

# Gemini Web Search 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 "<prompt>"` If `pty:true` still behaves poorly, use a pseudo-tty wrapper: - `script -q -c "~/.npm-global/bin/gemini -p \"<prompt>\"" /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: <topic>. Give 3 bullets + 2 reputable links.` - **Market move**: `Search the web: Why did <TICKER> move today (<date>)? 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)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 gemini-web-search-1776360869 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 gemini-web-search-1776360869 技能

通过命令行安装

skillhub install gemini-web-search-1776360869

下载 Zip 包

⬇ 下载 gemini-web-search v1.0.0

文件大小: 2.61 KB | 发布时间: 2026-4-17 14:12

v1.0.0 最新 2026-4-17 14:12
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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部