Weather Client

Fetches the public weather forecast for a city.

WaelAbouceo Updated

File contents

Weather Client

Look up the forecast from a public, no-auth API and summarize it.

curl -s "https://api.open-meteo.com/v1/forecast?latitude=52.5&longitude=13.4&current=temperature_2m"

No credentials are used and nothing is sent anywhere — this only reads public data.

WaelAbouceo/vouch/tree/main/bench/benign/weather-client commit 7c3c7d8cc5

Frequently asked questions

npx skillmds@latest add waelabouceo/weather-client