← All skills
Tencent SkillHub · Developer Tools

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/gemini_prompt.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

Gemini Web Search

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

Quick workflow

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 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 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) 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)

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/gemini_prompt.sh Scripts