google-weather

Retrieve hyperlocal current conditions and hourly forecasts via Google Cloud APIs.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/adiytharpansa/openclawuserland --skill google-weather
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-weather
Source: https://github.com/adiytharpansa/openclawuserland/tree/main/skills/google-weather
Command: npx skills add https://github.com/adiytharpansa/openclawuserland --skill google-weather

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many users need fast, reliable, and hyperlocal weather information without manually checking multiple sources or converting units; this Skill provides a single command to retrieve current conditions and short-term forecasts so decisions about travel, outdoor events, and daily plans can be made quickly.

Core Features & Use Cases

  • Real-time Current Conditions: Returns temperature, feels-like, humidity, wind (speed, direction, gust), visibility, cloud cover, UV index, and precipitation details.
  • Hourly Forecasts: Provides hourly forecast data (24h by default) with temperature, condition icons, wind, and precipitation probability for planning and scheduling.
  • Automatic Geocoding & Units: Accepts city names, addresses, landmarks, or coordinates and auto-geocodes them; supports metric and imperial units via environment configuration.
  • Use Case: Check the current weather and next 24 hours for a meeting location, plan outdoor activities, or integrate live weather summaries into chatbots and automation flows.

Quick Start

Get the current weather and a human-readable summary for New York including temperature, humidity, wind, and conditions.

Frequently Asked Questions about google-weather

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get real-time weather and hourly forecasts for a specific address or coordinates?

To get real-time weather and hourly forecasts, you can query a specified location using city names, addresses, landmarks, or coordinates. The service auto-geocodes the input to deliver current conditions and 24-hour planning data.

What do I need to retrieve hyperlocal weather data using the Google Weather API?

You need a Google Cloud API key with both Weather API and Geocoding enabled. Environment variables must also be configured to support metric or imperial units for retrieving hyperlocal weather data.

Can I check current temperature, humidity, and wind conditions for travel planning?

Yes, you can check current temperature, feels-like readings, humidity, wind speed and gusts, visibility, and UV index for travel planning. It provides hyperlocal conditions refreshed every 15 minutes.

Does this weather API support metric and imperial units for global locations?

The weather API supports metric and imperial units globally via environment configuration. It accepts worldwide cities, addresses, landmarks, or coordinates to deliver current conditions and hourly forecasts.

How often is the real-time weather data refreshed for hourly forecasts?

Real-time weather data is refreshed every 15 minutes to provide hyperlocal current conditions and hourly forecasts. This ensures accurate temperature, wind, and precipitation probability for scheduling.

What is the best way to integrate live weather summaries into chatbots and automation flows?

The best way to integrate live weather summaries into chatbots is by using this API to fetch current conditions and hourly forecasts. It accepts location inputs and returns structured weather data for automation.