What problem does it solve? Getting quick weather information usually requires signing up for API keys or navigating complex weather service documentation. This Skill retrieves current conditions and forecasts using two free services that require no API keys or registration. ## Core Features & Use Cases - One-line weather lookups: Query wttr.in with curl for compact or full forecasts for any city, airport code, or location. - Customizable output formats: Use format codes for condition, temperature, humidity, wind, and moon phase, plus metric or USCS units. - JSON fallback via Open-Meteo: Get structured JSON weather data by coordinates for programmatic use and automation. - Use Case: Ask for the weather in Tokyo and receive an instant one-line summary, or request a JSON forecast to feed into a script or scheduled report. ## Quick Start Ask the agent what the current weather is in London and it will run a curl request to wttr.in and return the conditions.