{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gemini-web-search",
    "name": "Gemini Web Search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/fengjiajie/gemini-web-search",
    "canonicalUrl": "https://clawhub.ai/fengjiajie/gemini-web-search",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/gemini-web-search",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gemini-web-search",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/gemini_prompt.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/gemini-web-search"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/gemini-web-search",
    "agentPageUrl": "https://openagent3.xyz/skills/gemini-web-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gemini-web-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gemini-web-search/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Gemini Web Search",
        "body": "Use Gemini CLI to search the web and produce a concise, sourced answer."
      },
      {
        "title": "Quick workflow",
        "body": "Formulate a tight query\n\nInclude: entity + ticker/name + date/time window + what you need (%, $, cause, quotes, links)\nExample: PayPal (PYPL) fell Feb 4 2026: % change, $ change, main catalyst(s), 3 sources\n\nRun Gemini CLI with a TTY and long timeout\nGemini CLI can hang or be slow without a pseudo-TTY.\n\nPreferred (OpenClaw tool call):\n\nUse functions.exec with pty: true\nUse timeout 300–600s (longer for heavy searches)\nUse yieldMs ~10000 then process.poll until completion\n\nCommand template:\n\n~/.npm-global/bin/gemini -p \"<prompt>\"\n\nIf pty:true still behaves poorly, use a pseudo-tty wrapper:\n\nscript -q -c \"~/.npm-global/bin/gemini -p \\\"<prompt>\\\"\" /dev/null\n\nExtract the answer in a structured way\nReturn:\n\nThe key numeric facts (e.g., % move, $ move, close/intraday)\n2–4 bullets of the main catalyst(s)\nLinks (always)\n\nQuality control (mandatory)\n\nPrefer: company IR/SEC filing, Reuters, Bloomberg, WSJ/FT, CNBC, reputable outlets.\nAvoid relying on low-quality finance blogs/SEO sites.\nIf sources conflict or look unreliable: say so and ask user for a screenshot/link, or re-run with a stricter prompt."
      },
      {
        "title": "Prompts that work well",
        "body": "Fast triage:\nSearch the web: <topic>. Give 3 bullets + 2 reputable links.\n\n\nMarket move:\nSearch 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.\n\n\nForce better sources:\nSearch the web and prioritize Reuters/company IR/SEC filing. If you cannot find them, say so. Topic: <...>. Provide links."
      },
      {
        "title": "Failure modes & fixes",
        "body": "Gemini prints “I will search…” then stalls\n\nWait longer (it can be slow).\nEnsure TTY: run with pty:true or script -q -c ... /dev/null.\n\n\n\nOutput has suspicious claims (e.g., odd CEO news)\n\nRe-run with: “use Reuters/company IR/SEC filing only; otherwise say unknown”.\nCross-check with at least 2 independent reputable sources.\n\n\n\nNeed numbers but sources don’t show them\n\nAsk user for the quote/screenshot from their market data app and reconcile."
      },
      {
        "title": "Local setup notes",
        "body": "Gemini CLI binary: ~/.npm-global/bin/gemini\nAuth: already completed by Jiajie (should work without re-login)"
      }
    ],
    "body": "Gemini Web Search\n\nUse Gemini CLI to search the web and produce a concise, sourced answer.\n\nQuick workflow\nFormulate a tight query\nInclude: entity + ticker/name + date/time window + what you need (%, $, cause, quotes, links)\nExample: PayPal (PYPL) fell Feb 4 2026: % change, $ change, main catalyst(s), 3 sources\nRun Gemini CLI with a TTY and long timeout Gemini CLI can hang or be slow without a pseudo-TTY.\n\nPreferred (OpenClaw tool call):\n\nUse functions.exec with pty: true\nUse timeout 300–600s (longer for heavy searches)\nUse yieldMs ~10000 then process.poll until completion\n\nCommand template:\n\n~/.npm-global/bin/gemini -p \"<prompt>\"\n\nIf pty:true still behaves poorly, use a pseudo-tty wrapper:\n\nscript -q -c \"~/.npm-global/bin/gemini -p \\\"<prompt>\\\"\" /dev/null\nExtract the answer in a structured way Return:\nThe key numeric facts (e.g., % move, $ move, close/intraday)\n2–4 bullets of the main catalyst(s)\nLinks (always)\nQuality control (mandatory)\nPrefer: company IR/SEC filing, Reuters, Bloomberg, WSJ/FT, CNBC, reputable outlets.\nAvoid relying on low-quality finance blogs/SEO sites.\nIf sources conflict or look unreliable: say so and ask user for a screenshot/link, or re-run with a stricter prompt.\nPrompts that work well\n\nFast triage: Search the web: <topic>. Give 3 bullets + 2 reputable links.\n\nMarket 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.\n\nForce better sources: Search the web and prioritize Reuters/company IR/SEC filing. If you cannot find them, say so. Topic: <...>. Provide links.\n\nFailure modes & fixes\n\nGemini prints “I will search…” then stalls\n\nWait longer (it can be slow).\nEnsure TTY: run with pty:true or script -q -c ... /dev/null.\n\nOutput has suspicious claims (e.g., odd CEO news)\n\nRe-run with: “use Reuters/company IR/SEC filing only; otherwise say unknown”.\nCross-check with at least 2 independent reputable sources.\n\nNeed numbers but sources don’t show them\n\nAsk user for the quote/screenshot from their market data app and reconcile.\nLocal setup notes\nGemini CLI binary: ~/.npm-global/bin/gemini\nAuth: already completed by Jiajie (should work without re-login)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/fengjiajie/gemini-web-search",
    "publisherUrl": "https://clawhub.ai/fengjiajie/gemini-web-search",
    "owner": "fengjiajie",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gemini-web-search",
    "downloadUrl": "https://openagent3.xyz/downloads/gemini-web-search",
    "agentUrl": "https://openagent3.xyz/skills/gemini-web-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gemini-web-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gemini-web-search/agent.md"
  }
}