# Weather

> Get current weather information and forecasts for any location. Use when: user asks about weather, temperature, forecast, 'will it rain', 'is it cold outside'. Don't use when: user wants a full daily briefing (use briefing skill) or historical weather data.

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

---


# Weather

## Use when
- "what's the weather?", "will it rain today?"
- Temperature/forecast queries
- Travel weather planning

## Don't use when
- Combined daily briefing (use briefing)
- Historical weather or climate trends (use research)
- Severe weather alerts (advise checking official sources)

## Instructions
When the user asks about weather:

1. Identify the location they're asking about
   - If no location specified, ask which city they want
   - Remember their home location if they've told you before

2. Use web_search to find current weather
   - Search: "[city] weather today"
   - Include temperature, conditions, and any alerts

3. Format your response concisely:
   - Current temperature and conditions
   - High/low for the day
   - Any notable weather alerts
   - Brief forecast if they asked

Keep responses short - this is for mobile viewing.

