Install
openclaw skills install weather-wttr-inRetrieve current weather and short-term forecasts worldwide via wttr.in, including temperature, humidity, wind, UV, and precipitation without requiring an AP...
openclaw skills install weather-wttr-inFree weather data via wttr.in. No registration, no API key. Cross-platform: Windows / macOS / Linux (Python 3.6+ only, no pip packages).
# Current weather + forecast (auto-detect IP location)
python scripts/weather.py
# City name
python scripts/weather.py Beijing
python scripts/weather.py "New York"
# GPS coordinates
python scripts/weather.py "35.31,113.87"
# Forecast only (--today shows daily summary)
python scripts/weather.py Beijing --today
# JSON output (programmatic use)
python scripts/weather.py Beijing --json
# Chinese language
python scripts/weather.py Beijing --lang=zh
urllib, json, sys)--lang=zh