npx skills add ...
npx skills add firecrawl/openclaw --skill weather
npx skills add firecrawl/openclaw --skill 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.
Get current weather conditions and forecasts.
✅ USE this skill when:
❌ DON'T use this skill when:
Always include a city, region, or airport code in weather queries.
%c — Weather condition emoji%t — Temperature%f — "Feels like"%w — Wind%h — Humidity%p — Precipitation%l — Location"What's the weather?"
"Will it rain?"
"Weekend forecast"
curl wttr.in/ORD# One-liner
curl "wttr.in/London?format=%l:+%c+%t+%w"
# JSON output
curl "wttr.in/London?format=j1"
# PNG image
curl "wttr.in/London.png"curl -s "wttr.in/London?format=%l:+%c+%t+(feels+like+%f),+%w+wind,+%h+humidity"curl -s "wttr.in/London?format=%l:+%c+%p"curl "wttr.in/London?format=v2"