google-weather

Fetch real-time weather data and forecasts via the Google Weather API.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/ISAQQSAI/SkillAttack --skill google-weather-isaqqsai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-weather
Source: https://github.com/ISAQQSAI/SkillAttack/tree/main/data/hot100skills/086_shaharsha_google-weather
Command: npx skills add https://github.com/ISAQQSAI/SkillAttack --skill google-weather-isaqqsai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Real-time weather data is often scattered across multiple sources and APIs; this skill provides a single interface to fetch current conditions and forecasts for any location, enabling seamless integration into apps or automation.

Core Features & Use Cases

  • Current conditions: Retrieve temperature, humidity, wind, and overall weather in real time.
  • Hourly forecast: Access 24-hour forecast data to plan activities.
  • Location resolution: Supports direct city names or coordinates, with optional geocoding for accurate targeting.
  • Environment-key driven access: Uses GOOGLE_API_KEY or GOOGLE_WEATHER_API_KEY for secure access.

Quick Start

Run the weather helper to fetch current conditions for a city, for example "New York".

Frequently Asked Questions about google-weather

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

FAQPage Schema
How do I fetch real-time weather data and forecasts for a specific location?

To fetch real-time weather data, you query the Google Weather API using a city name or coordinates to retrieve current conditions, hourly forecasts, and location-aware lookups for your apps or automations.

What do I need to access current weather conditions via the Google Weather API?

Accessing current weather conditions via the Google Weather API requires setting a GOOGLE_API_KEY or GOOGLE_WEATHER_API_KEY in your environment for secure authentication.

Can I retrieve hourly weather forecasts using metric or imperial units?

Yes, you can retrieve hourly weather forecasts and specify your preferred measurement system by setting the GOOGLE_WEATHER_UNITS environment variable to either metric or imperial.

Does the weather API support address resolution and geocoding for accurate location targeting?

The weather API supports optional geocoding for address resolution, allowing you to pass direct city names or coordinates to ensure accurate location targeting for your weather queries.

What is the best way to integrate real-time weather conditions into automations?

The best way to integrate real-time weather conditions into automations is using a single API interface to fetch temperature, humidity, wind, and forecasts, eliminating the need to scrape scattered data sources.