
swiss-weather
Retrieve current weather and today's forecast for Swiss locations using Open-Meteo APIs. Accepts city names or 4-digit Swiss postal codes.
0stars
0forks
Updated 1/16/2026
SKILL.md
readonlyread-only
name
swiss-weather
description
Retrieve current weather and today's forecast for Swiss locations using Open-Meteo APIs. Accepts city names or 4-digit Swiss postal codes.
version
"0.0.1"
Swiss Weather (CH)
Retrieve current weather and today's forecast for Swiss locations using Open-Meteo.
When to use
- User asks for weather in Switzerland.
- Input is a Swiss city/place name or 4-digit Swiss ZIP code.
Inputs
query: Place name or Swiss ZIP (e.g.,Zürich,8001).
APIs
- Geocoding:
https://geocoding-api.open-meteo.com/v1/search - Forecast:
https://api.open-meteo.com/v1/forecast
Steps
- Detect ZIP vs place name.
- ZIP pattern:
^\d{4}$→ treat as postal code. - Otherwise treat as place name.
- ZIP pattern:
- Geocode with Switzerland filter:
name=<query>count=1language=decountryCode=CH
- If no results, return:
Kein Ort in der Schweiz gefunden für "<query>". - Fetch weather using resolved
latitudeandlongitude:timezone=autocurrent=temperature_2m,apparent_temperature,weather_code,wind_speed_10m,precipitationdaily=temperature_2m_max,temperature_2m_min,weather_code,precipitation_sum,sunrise,sunsetforecast_days=1
- Map
weather_codeto a short German description (see table). - Output a concise summary in German (see template).
Output template (German)
Wetter für <Ort>, Schweiz
Aktuell: <temp>°C (gefühlt <feels>°C), <Bedingung>
Wind: <wind> km/h | Niederschlag: <precip> mm
Tagesprognose:
Höchst: <max>°C | Tiefst: <min>°C
Bedingungen: <Bedingung>
Niederschlag: <sum> mm erwartet
Sonnenaufgang: <sunrise> | Sonnenuntergang: <sunset>
WMO weather code mapping (concise)
- 0: Klar
- 1–3: Leicht bewölkt bis bedeckt
- 45, 48: Nebel
- 51–55: Nieselregen
- 61–65: Regen
- 71–75: Schnee
- 80–82: Regenschauer
- 95–99: Gewitter
You Might Also Like
Related Skills

gog
169Kdev-api
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
openclaw
orpc-contract-first
127Kdev-api
Guide for implementing oRPC contract-first API patterns in Dify frontend. Triggers when creating new API contracts, adding service endpoints, integrating TanStack Query with typed contracts, or migrating legacy service calls to oRPC. Use for all API layer work in web/contract and web/service directories.
langgenius
