# Weather

> Get current weather and forecasts

- Skill: `gebruder/weather` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gebruder/weather`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gebruder/weather/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: gebruder (https://skillmd.com/u/gebruder)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/gebruder/weather

---


# Weather

Get weather information using wttr.in.

## Usage

- Current weather: `curl -s "wttr.in/CityName?format=3"`
- Detailed forecast: `curl -s "wttr.in/CityName"`
- One-line summary: `curl -s "wttr.in/CityName?format=%l:+%c+%t+%w+%h"`
- Moon phase: `curl -s "wttr.in/Moon"`

Replace spaces in city names with `+` (e.g., `New+York`).

For JSON output: `curl -s "wttr.in/CityName?format=j1"`

