✓ Verified 💻 Development ✓ Enhanced Data

My Weather

Get current weather using wttr.in (no API key required).

Rating
4.3 (63 reviews)
Downloads
797 downloads
Version
1.0.0

Overview

Get current weather using wttr.in (no API key required).

Complete Documentation

View Source →

My Weather

Get current weather using wttr.in (no API key required).

Example

bash
curl -s "wttr.in/78023?format=3"
# Output: San Antonio: ⛅️ +28°C

Location

Use city name, airport code, or zip code:

bash
curl -s "wttr.in/London?format=3"
curl -s "wttr.in/JFK?format=3"
curl -s "wttr.in/78023?format=3"

Format options

  • ?format=3 - Compact one-liner
  • ?format=%l:+%c+%t+%h+%w - Custom format
  • ?T - Full forecast
  • ?0 - Current only
  • ?1 - Today only

Units

  • ?m - Metric
  • ?u - USCS

Installation

Terminal bash

openclaw install my-weather
    
Copied!

💻Code Examples

# Output: San Antonio: ⛅️ +28°C

-output-san-antonio--28c.txt
## Location

Use city name, airport code, or zip code:
example.sh
curl -s "wttr.in/London?format=3"
curl -s "wttr.in/JFK?format=3"
curl -s "wttr.in/78023?format=3"

Tags

#cli_utilities #api

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author ryansorr1
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install my-weather