Install
openclaw skills install weather-dataProvides weather forecast data from NOAA. Free tier returns 3-day forecast, premium tier returns 7-day with hourly data.
openclaw skills install weather-dataGet weather forecasts for any location using NOAA data.
curl "http://localhost:5000/forecast?lat=40.71&lon=-74.00"
Requires x402 payment (0.05 USDC)
curl -H "X-Payment: <payment_header>" "http://localhost:5000/forecast/premium?lat=40.71&lon=-74.00"
GET /forecast - Free 3-day forecastGET /forecast/premium - Paid 7-day + hourly forecast (0.05 USDC)GET /health - Health checklat - Latitude (default: 40.71)lon - Longitude (default: -74.00)