weather

Installation
SKILL.md

Weather Skill

Provides current weather and forecasts for any location using Open-Meteo free APIs called directly via WebFetch:

  • Open-Meteo Geocoding for resolving location names to coordinates
  • Open-Meteo Forecast for weather data

Workflow

  1. Understand the user's request. Extract the location, time range, and whether they're planning travel. See examples below.
  2. Geocode the location using WebFetch to call the Nominatim API (see below). If the result is ambiguous, ask the user to clarify.
  3. Fetch weather using WebFetch to call the Open-Meteo API with the lat/lon and appropriate parameters (see below).
  4. Respond to the user with a clear summary. See example outputs below.
  5. If travel intent is detected, also read references/clothing_guide.md and include relevant clothing advice.

API Calls

Related skills

More from mateeb11/weather-forecast

Installs
17
First Seen
Mar 31, 2026