# Weather Client

> Fetches the public weather forecast for a city.

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

---


# Weather Client

Look up the forecast from a public, no-auth API and summarize it.

```bash
curl -s "https://api.open-meteo.com/v1/forecast?latitude=52.5&longitude=13.4&current=temperature_2m"
```

No credentials are used and nothing is sent anywhere — this only reads public data.

