Agent Skills: Weather

Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed.

UncategorizedID: steipete/clawdis/weather

Repository

openclawLicense: MIT
341,75467,475

Install this agent skill to your local

pnpm dlx add-skill https://github.com/openclaw/openclaw/tree/HEAD/skills/weather

Skill Files

Browse the full folder contents for weather.

Download Skill

Loading file tree…

skills/weather/SKILL.md

Skill Metadata

Name
weather
Description
"Current weather and forecasts with wttr.in via curl for locations, rain, temperature, travel planning."

Weather

Use for current weather, rain/temperature checks, forecasts, and travel planning. Need a city, region, airport code, or coordinates.

Commands

curl "wttr.in/London?format=3"
curl "wttr.in/London?0"
curl "wttr.in/London"
curl "wttr.in/London?format=v2"
curl "wttr.in/London?1"
curl "wttr.in/New+York?format=3"

Useful formats:

  • %l: location
  • %c: condition icon
  • %t: temperature
  • %f: feels like
  • %w: wind
  • %h: humidity
  • %p: precipitation
curl "wttr.in/London?format=%l:+%c+%t,+feels+%f,+rain+%p,+wind+%w"

JSON:

curl "wttr.in/London?format=j1"

Notes

  • For severe alerts, aviation, marine, or official decisions, use official local weather services.
  • For historical climate/weather, use an archive/API, not wttr.in.
  • For hyper-local microclimates, prefer local sensors.