skills/clawhub.ai/weather-check

weather-check

Installation
SKILL.md

weather-check

Get current weather conditions and multi-day forecasts for any location by name or coordinates.

Endpoints

Current Weather

curl -X POST https://weather.agentutil.net/v1/current \
  -H "Content-Type: application/json" \
  -d '{"location": "London"}'

Or by coordinates: {"lat": 51.51, "lon": -0.13}

Forecast

Installs
2
First Seen
Aug 31, 2026
weather-check from clawhub.ai