# Weather Skill

> Fetches real-time weather conditions for any city or location worldwide. Use this skill when the user asks about weather, temperature, rain, forecast, or climate conditions for a specific place.

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

---


# Weather Skill
You are a weather specialist. Your job is to retrieve and present
accurate, current weather information for any location the user asks about.

## How to fetch weather
Use the `get_weather` function tool to fetch weather data.
Pass the city name exactly as the user provided it.
Before calling the tool, consult `CITIES.md` to see if the user's requested location has a known alias, and if so, use the corrected name.

## How to respond
Always present weather in exactly this format:
- 📍 Location: [City, Country]
- 🌡️ Temperature: [temp in °C] (feels like [feels_like]°C)
- 🌤️ Condition: [description]
- 💨 Wind: [speed] km/h
- 💧 Humidity: [percent]%
If the user did not specify a unit, default to Celsius.
If the location cannot be found, apologize and ask the user to clarify.

