google-weatherGoogle Weather API - accurate, real-time weather data. Get current conditions, temperature, humidity, wind, and forecasts. Powered by Google's Weather API fo...
Install via ClawdBot CLI:
clawdbot install Shaharsha/google-weatherGet accurate weather conditions using Google's Weather API. Requires a Google Cloud API key with Weather API enabled.
# Current weather (formatted output)
python3 skills/google-weather/lib/weather_helper.py current "New York"
python3 skills/google-weather/lib/weather_helper.py current "London"
python3 skills/google-weather/lib/weather_helper.py current "Sydney"
# 24h Forecast
python3 skills/google-weather/lib/weather_helper.py forecast "Tel Aviv"
# Raw JSON data
python3 skills/google-weather/lib/weather_helper.py json "Paris"
*New York*
Partly Cloudy ⛅
🌡️ 12°C (feels like 10°C)
💨 Wind: 18 km/h NORTHWEST
💧 Humidity: 55%
*24h Forecast for Tel Aviv*
18:00: 17.8°C, ☀️ 5 km/h NORTH
22:00: 14.3°C, ☀️ 6 km/h EAST_NORTHEAST
02:00: 12.8°C, ⛅ 8 km/h NORTHEAST
06:00: 10.8°C, ☀️ 6 km/h EAST_NORTHEAST
10:00: 16.1°C, ☀️ 5 km/h SOUTH
14:00: 20.4°C, 🌤️ 8 km/h WEST_NORTHWEST
Any location worldwide - just type the city name:
New York, London, Paris, Berlin, SydneySan Francisco, Berlin, Singapore, DubaiThe skill automatically geocodes locations using Google Maps API.
GOOGLE_API_KEY environment variableAlso supportsGOOGLE_WEATHER_API_KEYorGOOGLE_MAPS_API_KEYif you already have one configured.
Output adapts to location - supports English, Hebrew, and other languages based on the language parameter.
# Hebrew output
python3 skills/google-weather/lib/weather_helper.py current "Tel Aviv"
# Output: בהיר ☀️ 19°C...
Generated Mar 1, 2026
Integrate real-time weather data to help travelers pack appropriately and plan activities. Users can input destinations to receive current conditions and forecasts, enhancing trip preparation and safety.
Use weather forecasts to schedule and adjust outdoor events like concerts or festivals. Organizers can monitor conditions to ensure attendee comfort and make contingency plans for adverse weather.
Provide farmers with hyperlocal weather data to optimize irrigation and crop protection. This helps in predicting frost, rainfall, and temperature changes for better yield management.
Incorporate weather conditions into routing algorithms for delivery services. This allows companies to avoid delays caused by storms or high winds, improving efficiency and customer satisfaction.
Offer personalized workout recommendations based on local weather, such as suggesting indoor exercises during rain. This enhances user safety and motivation by adapting to environmental factors.
Offer basic weather data for free with limited requests, while charging for premium features like extended forecasts or higher API call limits. This attracts small developers and scales with enterprise clients.
Sell customizable weather widgets to websites and apps, allowing businesses to display real-time conditions without developing their own solutions. This generates revenue through licensing and customization fees.
Provide aggregated weather insights and historical data to industries like retail or insurance for risk assessment and trend analysis. This model leverages the API's hyperlocal accuracy for strategic decision-making.
💬 Integration Tip
Ensure the GOOGLE_API_KEY is securely stored as an environment variable and test with sample locations to verify geocoding and data accuracy before full deployment.
Get current weather and forecasts (no API key required).
Get current weather conditions and forecasts for any location worldwide. Returns structured data with temperature, humidity, wind, precipitation, and more. No API key required.
Monitor solar weather conditions including geomagnetic storms, solar flares, aurora forecasts, and solar wind data. Uses NOAA Space Weather Prediction Center real-time data.
Provide current weather and forecasts using wttr.in and Open-Meteo APIs without requiring an API key.
Weather and pollen reports for any location using free APIs. Get current conditions, forecasts, and pollen data.
天气查询:使用和风天气(JWT+Host)获取实时天气与未来预报;支持城市名/LocationID/经纬度;缺省地点可用 QWEATHER_DEFAULT_LOCATION。