{
  "schemaVersion": "1.0",
  "item": {
    "slug": "google-web-search",
    "name": "Google Web Search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/theoseo/google-web-search",
    "canonicalUrl": "https://clawhub.ai/theoseo/google-web-search",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/google-web-search",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=google-web-search",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "assets/example_asset.txt",
      "pyproject.toml",
      "references/api_reference.md",
      "requirements.txt"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/google-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/google-web-search",
    "agentPageUrl": "https://openagent3.xyz/skills/google-web-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/google-web-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/google-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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Overview",
        "body": "This skill provides the capability to perform real-time web searches via the Gemini API's google_search grounding tool. It is designed to fetch the most current information available on the web to provide grounded, citable answers to user queries.\n\nKey Features:\n\nReal-time web search via Gemini API\nGrounded responses with verifiable citations\nConfigurable model selection\nSimple Python API"
      },
      {
        "title": "Usage",
        "body": "This skill exposes the Gemini API's google_search tool. It should be used when the user asks for real-time information, recent events, or requests verifiable citations."
      },
      {
        "title": "Execution Context",
        "body": "The core logic is in scripts/example.py. This script requires the following environment variables:\n\nGEMINI_API_KEY (required): Your Gemini API key\nGEMINI_MODEL (optional): Model to use (default: gemini-2.5-flash-lite)\n\nSupported Models:\n\ngemini-2.5-flash-lite (default) - Fast and cost-effective\ngemini-3-flash-preview - Latest flash model\ngemini-3-pro-preview - More capable, slower\ngemini-2.5-flash-lite-preview-09-2025 - Specific version"
      },
      {
        "title": "Python Tool Implementation Pattern",
        "body": "When integrating this skill into a larger workflow, the helper script should be executed in an environment where the google-genai library is available and the GEMINI_API_KEY is exposed.\n\nExample Python invocation structure:\n\nfrom skills.google-web-search.scripts.example import get_grounded_response\n\n# Basic usage (uses default model):\nprompt = \"What is the latest market trend?\"\nresponse_text = get_grounded_response(prompt)\nprint(response_text)\n\n# Using a specific model:\nresponse_text = get_grounded_response(prompt, model=\"gemini-3-pro-preview\")\nprint(response_text)\n\n# Or set via environment variable:\nimport os\nos.environ[\"GEMINI_MODEL\"] = \"gemini-3-flash-preview\"\nresponse_text = get_grounded_response(prompt)\nprint(response_text)"
      },
      {
        "title": "Troubleshooting",
        "body": "If the script fails:\n\nMissing API Key: Ensure GEMINI_API_KEY is set in the execution environment.\nLibrary Missing: Verify that the google-genai library is installed (pip install google-generativeai).\nAPI Limits: Check the API usage limits on the Google AI Studio dashboard.\nInvalid Model: If you set GEMINI_MODEL, ensure it's a valid Gemini model name.\nModel Not Supporting Grounding: Some models may not support the google_search tool. Use flash or pro variants."
      }
    ],
    "body": "Google Web Search\nOverview\n\nThis skill provides the capability to perform real-time web searches via the Gemini API's google_search grounding tool. It is designed to fetch the most current information available on the web to provide grounded, citable answers to user queries.\n\nKey Features:\n\nReal-time web search via Gemini API\nGrounded responses with verifiable citations\nConfigurable model selection\nSimple Python API\nUsage\n\nThis skill exposes the Gemini API's google_search tool. It should be used when the user asks for real-time information, recent events, or requests verifiable citations.\n\nExecution Context\n\nThe core logic is in scripts/example.py. This script requires the following environment variables:\n\nGEMINI_API_KEY (required): Your Gemini API key\nGEMINI_MODEL (optional): Model to use (default: gemini-2.5-flash-lite)\n\nSupported Models:\n\ngemini-2.5-flash-lite (default) - Fast and cost-effective\ngemini-3-flash-preview - Latest flash model\ngemini-3-pro-preview - More capable, slower\ngemini-2.5-flash-lite-preview-09-2025 - Specific version\nPython Tool Implementation Pattern\n\nWhen integrating this skill into a larger workflow, the helper script should be executed in an environment where the google-genai library is available and the GEMINI_API_KEY is exposed.\n\nExample Python invocation structure:\n\nfrom skills.google-web-search.scripts.example import get_grounded_response\n\n# Basic usage (uses default model):\nprompt = \"What is the latest market trend?\"\nresponse_text = get_grounded_response(prompt)\nprint(response_text)\n\n# Using a specific model:\nresponse_text = get_grounded_response(prompt, model=\"gemini-3-pro-preview\")\nprint(response_text)\n\n# Or set via environment variable:\nimport os\nos.environ[\"GEMINI_MODEL\"] = \"gemini-3-flash-preview\"\nresponse_text = get_grounded_response(prompt)\nprint(response_text)\n\nTroubleshooting\n\nIf the script fails:\n\nMissing API Key: Ensure GEMINI_API_KEY is set in the execution environment.\nLibrary Missing: Verify that the google-genai library is installed (pip install google-generativeai).\nAPI Limits: Check the API usage limits on the Google AI Studio dashboard.\nInvalid Model: If you set GEMINI_MODEL, ensure it's a valid Gemini model name.\nModel Not Supporting Grounding: Some models may not support the google_search tool. Use flash or pro variants."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/theoseo/google-web-search",
    "publisherUrl": "https://clawhub.ai/theoseo/google-web-search",
    "owner": "theoseo",
    "version": "1.0.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/google-web-search",
    "downloadUrl": "https://openagent3.xyz/downloads/google-web-search",
    "agentUrl": "https://openagent3.xyz/skills/google-web-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/google-web-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/google-web-search/agent.md"
  }
}