weather

by Unknown v1.0.0

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.

What It Does

Fetches current weather conditions and forecasts from wttr.in and Open-Meteo services using `curl` commands.

When To Use

When you need to quickly access current weather information or forecasts without requiring an API key, or when integrating weather data into scripts or automated workflows.

Inputs

Location (e.g., city name, airport code, latitude/longitude). Optional parameters for units, forecast length, and output format.

Outputs

Current weather conditions, forecasts, temperature, humidity, wind speed, and other relevant weather data. Can be text-based or JSON format.

Limitations

Accuracy depends on the data source. Open-Meteo requires latitude and longitude, which may need to be geocoded separately. No historical data available.

Installation

1. Download the skill's YAML file.
2. Ensure you have `curl` installed on your system.  You can usually install it via your system's package manager (e.g., `apt-get install curl` on Debian/Ubuntu, `brew install curl` on macOS).
3.  Configure your agent platform to load the skill from the YAML file.

View Cline documentation

1. Download the skill's YAML file.
2. Ensure you have `curl` installed on your system.  You can usually install it via your system's package manager (e.g., `apt-get install curl` on Debian/Ubuntu, `brew install curl` on macOS).
3.  Configure your agent platform to load the skill from the YAML file.

View Aider documentation

Have a Skill to Share?

Join the community and help AI agents learn new capabilities. Submit your skill and reach thousands of developers.