{
  "schemaVersion": "1.0",
  "item": {
    "slug": "google-weather",
    "name": "Google Weather",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Shaharsha/google-weather",
    "canonicalUrl": "https://clawhub.ai/Shaharsha/google-weather",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/google-weather",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=google-weather",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "lib/weather_helper.py"
    ],
    "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/google-weather"
    },
    "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-weather",
    "agentPageUrl": "https://openagent3.xyz/skills/google-weather/agent",
    "manifestUrl": "https://openagent3.xyz/skills/google-weather/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/google-weather/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": "Google Weather - Real-time Weather Data",
        "body": "Get accurate weather conditions using Google's Weather API. Requires a Google Cloud API key with Weather API enabled."
      },
      {
        "title": "Quick Usage",
        "body": "# Current weather (formatted output)\npython3 skills/google-weather/lib/weather_helper.py current \"New York\"\npython3 skills/google-weather/lib/weather_helper.py current \"London\"\npython3 skills/google-weather/lib/weather_helper.py current \"Sydney\"\n\n# 24h Forecast\npython3 skills/google-weather/lib/weather_helper.py forecast \"Tel Aviv\"\n\n# Raw JSON data\npython3 skills/google-weather/lib/weather_helper.py json \"Paris\""
      },
      {
        "title": "Example Output",
        "body": "*New York*\nPartly Cloudy ⛅\n🌡️ 12°C (feels like 10°C)\n💨 Wind: 18 km/h NORTHWEST\n💧 Humidity: 55%\n\n*24h Forecast for Tel Aviv*\n18:00: 17.8°C, ☀️ 5 km/h NORTH\n22:00: 14.3°C, ☀️ 6 km/h EAST_NORTHEAST\n02:00: 12.8°C, ⛅ 8 km/h NORTHEAST\n06:00: 10.8°C, ☀️ 6 km/h EAST_NORTHEAST\n10:00: 16.1°C, ☀️ 5 km/h SOUTH\n14:00: 20.4°C, 🌤️ 8 km/h WEST_NORTHWEST"
      },
      {
        "title": "Supported Locations",
        "body": "Any location worldwide - just type the city name:\n\nNew York, London, Paris, Berlin, Sydney\nSan Francisco, Berlin, Singapore, Dubai\nOr any address, landmark, or coordinates\n\nThe skill automatically geocodes locations using Google Maps API."
      },
      {
        "title": "Data Available",
        "body": "Temperature: Current + feels like\nConditions: Clear, cloudy, rain, snow, etc. with emoji icons\nForecast: Hourly data for temperature, wind, and conditions\nHumidity: Percentage\nWind: Speed, direction, gusts\nUV Index: Sun exposure level\nPrecipitation: Probability and type\nCloud Cover: Percentage\nVisibility: Distance"
      },
      {
        "title": "Setup",
        "body": "Create a project in Google Cloud Console\nEnable the Weather API\nEnable the Geocoding API (for location name lookup)\nCreate an API key and set it as GOOGLE_API_KEY environment variable\n\nAlso supports GOOGLE_WEATHER_API_KEY or GOOGLE_MAPS_API_KEY if you already have one configured."
      },
      {
        "title": "Multi-language Support",
        "body": "Output adapts to location - supports English, Hebrew, and other languages based on the language parameter.\n\n# Hebrew output\npython3 skills/google-weather/lib/weather_helper.py current \"Tel Aviv\"\n# Output: בהיר ☀️ 19°C..."
      }
    ],
    "body": "Google Weather - Real-time Weather Data\n\nGet accurate weather conditions using Google's Weather API. Requires a Google Cloud API key with Weather API enabled.\n\nQuick Usage\n# Current weather (formatted output)\npython3 skills/google-weather/lib/weather_helper.py current \"New York\"\npython3 skills/google-weather/lib/weather_helper.py current \"London\"\npython3 skills/google-weather/lib/weather_helper.py current \"Sydney\"\n\n# 24h Forecast\npython3 skills/google-weather/lib/weather_helper.py forecast \"Tel Aviv\"\n\n# Raw JSON data\npython3 skills/google-weather/lib/weather_helper.py json \"Paris\"\n\nExample Output\n*New York*\nPartly Cloudy ⛅\n🌡️ 12°C (feels like 10°C)\n💨 Wind: 18 km/h NORTHWEST\n💧 Humidity: 55%\n\n*24h Forecast for Tel Aviv*\n18:00: 17.8°C, ☀️ 5 km/h NORTH\n22:00: 14.3°C, ☀️ 6 km/h EAST_NORTHEAST\n02:00: 12.8°C, ⛅ 8 km/h NORTHEAST\n06:00: 10.8°C, ☀️ 6 km/h EAST_NORTHEAST\n10:00: 16.1°C, ☀️ 5 km/h SOUTH\n14:00: 20.4°C, 🌤️ 8 km/h WEST_NORTHWEST\n\nSupported Locations\n\nAny location worldwide - just type the city name:\n\nNew York, London, Paris, Berlin, Sydney\nSan Francisco, Berlin, Singapore, Dubai\nOr any address, landmark, or coordinates\n\nThe skill automatically geocodes locations using Google Maps API.\n\nData Available\nTemperature: Current + feels like\nConditions: Clear, cloudy, rain, snow, etc. with emoji icons\nForecast: Hourly data for temperature, wind, and conditions\nHumidity: Percentage\nWind: Speed, direction, gusts\nUV Index: Sun exposure level\nPrecipitation: Probability and type\nCloud Cover: Percentage\nVisibility: Distance\nSetup\nCreate a project in Google Cloud Console\nEnable the Weather API\nEnable the Geocoding API (for location name lookup)\nCreate an API key and set it as GOOGLE_API_KEY environment variable\n\nAlso supports GOOGLE_WEATHER_API_KEY or GOOGLE_MAPS_API_KEY if you already have one configured.\n\nMulti-language Support\n\nOutput adapts to location - supports English, Hebrew, and other languages based on the language parameter.\n\n# Hebrew output\npython3 skills/google-weather/lib/weather_helper.py current \"Tel Aviv\"\n# Output: בהיר ☀️ 19°C..."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Shaharsha/google-weather",
    "publisherUrl": "https://clawhub.ai/Shaharsha/google-weather",
    "owner": "Shaharsha",
    "version": "1.2.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/google-weather",
    "downloadUrl": "https://openagent3.xyz/downloads/google-weather",
    "agentUrl": "https://openagent3.xyz/skills/google-weather/agent",
    "manifestUrl": "https://openagent3.xyz/skills/google-weather/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/google-weather/agent.md"
  }
}