c-weather

Installation
SKILL.md

Weather — Forecasts & Conditions

Get weather information using curl and wttr.in. No API key required, no tool to install.

Commands

# Current weather (auto-detects location)
curl -s "wttr.in?format=3"

# Detailed current conditions
curl -s "wttr.in?format=%l:+%c+%t+%h+%w+%p"

# Full forecast (today + 2 days)
curl -s "wttr.in"
Installs
12
Repository
daxaur/openpaw
GitHub Stars
167
First Seen
Mar 9, 2026
c-weather — daxaur/openpaw