Weather

Get current weather and forecasts

gebruder eaa3855 465 B Updated

File contents

Weather

Get weather information using wttr.in.

Usage

  • Current weather: curl -s "wttr.in/CityName?format=3"
  • Detailed forecast: curl -s "wttr.in/CityName"
  • One-line summary: curl -s "wttr.in/CityName?format=%l:+%c+%t+%w+%h"
  • Moon phase: curl -s "wttr.in/Moon"

Replace spaces in city names with + (e.g., New+York).

For JSON output: curl -s "wttr.in/CityName?format=j1"

gebruder/wirken/tree/main/skills/weather commit eaa3855756

Frequently asked questions

npx skillmds@latest add gebruder/weather