# Weather

> Weather queries - get current weather, forecasts, and weather alerts for any location worldwide

- Skill: `chainlesschain/weather` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add chainlesschain/weather`
- Raw SKILL.md: https://api.skillmd.com/api/skills/chainlesschain/weather/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- License: MIT
- Author: chainlesschain (https://skillmd.com/u/chainlesschain)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/chainlesschain/weather

---


# Weather

Get current weather and forecasts for any location worldwide.

## Usage

```
/weather current <location>
/weather forecast <location> [--days N]
```

## Actions

| Action | Description |
| --- | --- |
| `current` | Get current weather conditions for a location |
| `forecast` | Get multi-day weather forecast (default 3 days) |

## Data Returned

- Temperature (Celsius and Fahrenheit)
- Weather description and conditions
- Humidity percentage
- Wind speed and direction
- Visibility
- Precipitation chance
- UV index

## Examples

- Current weather: `/weather current San Francisco`
- 5-day forecast: `/weather forecast Berlin --days 5`
- Simple query: `/weather London`

## API

Uses [wttr.in](https://wttr.in) - a free weather service. No API key required.

