Get current weather using wttr.in (no API key required).
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill my-weather --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of My Weather?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-my-weather)More formats (shields.io, HTML) on the badges page.
---
name: My Weather
description: Get current weather using wttr.in (no API key required).
---
# My Weather
Get current weather using wttr.in (no API key required).
## Example
```bash
curl -s "wttr.in/78023?format=3"
# Output: San Antonio: ⛅️ +28°C
```
## Location
Use city name, airport code, or zip code:
```bash
curl -s "wttr.in/London?format=3"
curl -s "wttr.in/JFK?format=3"
curl -s "wttr.in/78023?format=3"
```
## Format options
- `?format=3` - Compact one-liner
- `?format=%l:+%c+%t+%h+%w` - Custom format
- `?T` - Full forecast
- `?0` - Current only
- `?1` - Today only
## Units
- `?m` - Metric
- `?u` - USCS
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!