Install
openclaw skills install @northcap-group/clawweather-proWeather and forecasts via free services (wttr.in + Open-Meteo). Multi-city comparison and 7-day planning are free. ⚠️ Premium trading-weather uses the paid x402 API (X402_API_KEY, USDC on Ethereum) — PAID external call, read the docs first.
openclaw skills install @northcap-group/clawweather-proWeather skill based on the free services (wttr.in + Open-Meteo), enhanced with unique features:
Compare the weather in several cities side by side — perfect for travel planning (Hargeisa, Copenhagen, Dubai in one call):
python3 scripts/compare.py "Copenhagen" "Hargeisa" "Dubai" --days 3
Shows weather + sunrise/sunset to plan London/NY sessions — and whether there is extreme weather that could affect markets (hurricanes, storms in financial hubs):
python3 scripts/trading_weather.py --hubs london,newyork
Gives a clean, structured week plan: "Best day to travel", "Wettest day", "Coldest morning":
python3 scripts/week_plan.py "Copenhagen" --days 7
curl -s "wttr.in/London?format=3"
# London: ⛅️ +8°C
curl -s "wttr.in/London?format=%l:+%c+%t+%h+%w"
curl -s "wttr.in/London?T" # full forecast
Format codes: %c condition · %t temp · %h humidity · %w wind · %l location · %m moon
Tips:
wttr.in/New+Yorkwttr.in/JFK?m (metric) ?u (USCS)?1 · Now only: ?0curl -s "wttr.in/Berlin.png" -o /tmp/weather.pngcurl -s "https://api.open-meteo.com/v1/forecast?latitude=51.5&longitude=-0.12¤t_weather=true"
Docs: https://open-meteo.com/en/docs
wttr.in (and optionally Open-Meteo) over the network — city names can reveal location interests/travel plans. No API key is involved for the free path.Get live weather in the financial hubs (London, New York, Tokyo, Frankfurt) — extreme weather can move markets:
# 1) Get an API key: send USDC (Ethereum) to the wallet, then POST /v1/purchase
export X402_API_KEY=*** # key issued after on-chain verified payment
# 2) Trading weather (PAID call — costs per call)
python3 scripts/trading_weather_premium.py london newyork
python3 scripts/trading_weather_premium.py tokyo frankfurt
0xafd1c6bC2B35152f30E3D0dBE99eE1d40E5a5CF8/.well-known/x402 · Price: $0.005/call · $25/moclawhub star clawweather-pro