# Weather

> Get current conditions and up to sixteen days of forecast for a place or the connected default location

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

---


# Weather

Use this for current conditions and forecasts from Open-Meteo.

## Principles

- Use the named location from the request. With no location, use the verified connected default.
- If a place is ambiguous, state which geocoding match was used; setup records the match and coordinates.
- Forecasts are estimates. Preserve provider units and timestamps and distinguish current conditions from daily extrema.
- Request only the number of days the task needs, from one through sixteen.

