weather-check
name: weather-check
by cutthemustard · published 2026-03-22
$ claw add gh:cutthemustard/cutthemustard-weather-check---
name: weather-check
description: Current weather conditions and multi-day forecasts for any location worldwide.
version: 1.0.0
metadata:
openclaw:
emoji: "🌤️"
homepage: https://weather.agentutil.net
always: false
---
# 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
curl -X POST https://weather.agentutil.net/v1/forecast \
-H "Content-Type: application/json" \
-d '{"location": "Tokyo", "days": 7}'Days: 1-16 (default 7).
Response Format
{
"location": {"name": "London", "country": "GB", "latitude": 51.51, "longitude": -0.13},
"current": {
"temperature": {"celsius": 12.5, "fahrenheit": 54.5},
"humidity": 72,
"conditions": "Overcast",
"wind": {"speed_kmh": 15.2, "direction_degrees": 230}
},
"request_id": "abc-123",
"service": "https://weather.agentutil.net"
}Pricing
Privacy
No authentication required for free tier. No personal data collected. Rate limiting uses IP hashing only.
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...