meteoblue

Installation
SKILL.md

Meteoblue Weather (Forecast & Image API)

Get weather forecasts and meteogram images for one or more places.

Steps

1. Identify the place(s)

Extract the place name(s) from the user's prompt. Can be one place or several. If no place is mentioned, ask for one.

2. Check API key

echo ${METEOBLUE_API_KEY:?Please set METEOBLUE_API_KEY — get one at https://www.meteoblue.com/en/weather-api}

3. Geocode each place

Use OpenStreetMap Nominatim to resolve each place name to coordinates:

Installs
3
First Seen
Apr 12, 2026
meteoblue — kaihendry/skills