# Weather Skill

> A skill that provides weather information based on reference data.

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

---


Step 1: Check 'references/weather_info.md' for the current weather.
Step 2: If humidity is requested, use run 'scripts/get_humidity.py' with the `location` argument.
Step 3: If wind speed is requested, use the `get_wind_speed` tool.
Step 4: Provide the update to the user.

