# Weather Skill

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

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

---


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

