--- name: sloppy-weather description: "Gets 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(*)