name: weather-tools description: Get current weather and forecasts (no API key required). homepage: https://wttr.in/:help metadata: {"clawdbot":{"emoji":"🌤️","requires":{"bins":["curl"]}}}
Weather
Get weather information using wttr.in (no API key required).
Current weather
curl wttr.inLocation-specific:
curl wttr.in/BeijingCompact output:
curl wttr.in/?format=3Forecasts
3-day forecast:
curl wttr.in/?1Tomorrow:
curl wttr.in/?1TFull forecast:
curl wttr.in/?2Output formats
Current temp only:
curl wttr.in/?format=%tWind direction and speed:
curl wttr.in/?format=%wFull location name:
curl wttr.in/?format=%lCustom format:
curl wttr.in/?format="%l: %c+%t+%w"Examples
Beijing current weather:
curl wttr.in/BeijingShanghai 3-day forecast:
curl wttr.in/Shanghai?1Compact format (any location):
curl wttr.in/Tokyo?format=3Moon phase:
curl wttr.in/?format=%m