# Weather Lookup

> Get current weather conditions for any city worldwide.

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

---

# Weather Lookup Skill

Use the `get_weather` tool to retrieve current weather for a given city.

## Usage

Call `get_weather(city="<city name>")`. The tool returns a JSON string with:
- Location name and country
- Temperature (°C)
- Wind speed (km/h)
- Wind direction (degrees)
- Weather code (WMO standard)

## Notes

- The API is free and requires no authentication.
- City names are resolved via geocoding; use well-known city names for best results.
- Weather data is current (not forecast).

