Install
openclaw skills install weather-skillGet the current temperature in Celsius for any city, using free weather data from wttr.in with a 0.001 USDT pay-per-call fee.
openclaw skills install weather-skillA paid skill that returns the current weather temperature for any location.
Simply call the skill with a city name:
This skill uses SkillPay for payment processing:
{
"city": "Beijing",
"temperature": "25°C",
"condition": "Sunny",
"humidity": "45%",
"wind": "10 km/h"
}