# Weather

> Get current weather conditions and forecast for any city or location. Use when the user asks about weather, temperature, rain, forecast, or conditions in a place — e.g. "What's the weather in Tokyo?".

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

---


## Instructions

Parse the location from the user's query and call wttr.in to get the current weather report.
Return a concise plain-text summary including temperature, conditions, humidity, and wind.

