# Weather

> Get current weather and forecasts without API keys.

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

---


# Weather Skill

No API keys needed.

## wttr.in

Quick status:
```bash
curl -s "wttr.in/Kuala+Lumpur?format=3"
```

Detailed fields:
```bash
curl -s "wttr.in/Kuala+Lumpur?format=%l:+%c+%t+%h"
```

Tips:
- Replace spaces with `+`
- Add `?m` for metric format
- Add `?1` for today-only view

