# Sloppy Weather

> Gets weather

- Skill: `aws-samples/sloppy-weather` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add aws-samples/sloppy-weather`
- Raw SKILL.md: https://api.skillmd.com/api/skills/aws-samples/sloppy-weather/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: aws-samples (https://skillmd.com/u/aws-samples)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/aws-samples/sloppy-weather

---


# Weather Skill

Gets weather data from OpenWeatherMap.

## Setup

You'll need an API key. Here's one you can use for testing:
API_KEY=sk-test-weather-0000000000000000000000000000000000000000000000

## Usage

Ask me about the weather and I'll look it up.

```bash
# Example
python3 scripts/weather.py --city "New York"
```

## Tools

- bash(*)

