weatherlisted
Install: claude install-skill mostafa-drz/claude-skills
# Weather
Check the current weather for your location using live data from Open-Meteo (free, no API key needed).
## Preferences
_Read `~/.claude/skills/weather/preferences.md` using the Read tool. If not found, no preferences are set._
## Command routing
Check `$ARGUMENTS`:
- **`help`** → display help then stop
- **`config`** → interactive setup then stop
- **`reset`** → delete `~/.claude/skills/weather/preferences.md`, confirm, stop
- **anything else** (including empty) → run the skill
### Help
```
Weather — Check current weather for your location
Usage:
/weather Show weather for saved location
/weather Berlin Show weather for Berlin
/weather config Set your default location
/weather reset Clear saved location
/weather help This help
Examples:
/weather Uses your saved city
/weather "New York" One-off check for New York
/weather Tokyo One-off check for Tokyo
Current preferences:
(shown above under Preferences)
```
### Config
Use **AskUserQuestion**:
**Q1** — "What city are you in?" (text input via Other)
- Options: suggest common cities as quick picks, plus Other for custom input
**Q2** — "Temperature unit?"
- Celsius (default)
- Fahrenheit
Save to `~/.claude/skills/weather/preferences.md`.
### Reset
Delete `~/.claude/skills/weather/preferences.md` and confirm: "Preferences cleared. Using defaults."
## First-time detection