# Weather Forecasting

> Gets current weather conditions and 5-day forecasts. Use when asking about temperature, rain, wind, humidity, or future weather.

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

---


# Weather Forecasting

## When to Use
- Current weather → `get_weather` (no location param for home area)
- Future weather ("tomorrow", "this week") → `get_weather_forecast`
- Different city → pass location param (e.g., "Denver, CO")
- Vague/local references ("here", "near me") → call with NO location param

## Important
- Home location: configured in Settings (coordinates pre-configured)
- Small towns may not be recognized — use nearest larger city
- Units: imperial (Fahrenheit)

