weather

Installation
SKILL.md

Weather

Overview

Get weather data using wttr.in — free, no API key, works from the terminal.

Commands

Current weather (one-line)

curl -s "wttr.in/Paris?format=3"
# Paris: ⛅️ +12°C

Detailed format

curl -s "wttr.in/Paris?format=%l:+%c+%t+%h+%w"
# Paris: ⛅️ +12°C 65% →10km/h
Related skills
Installs
2
GitHub Stars
7
First Seen
Mar 18, 2026