What problem does it solve? Getting quick, accurate weather information for a city, airport code, or coordinates requires querying an external service and parsing its response correctly. This Skill standardizes that workflow using wttr.in, with a preferred web_fetch path and a curl fallback. ## Core Features & Use Cases - Current Conditions: Retrieve temperature, feels-like, humidity, wind, and precipitation for any location using wttr.in JSON output. - Forecasts: Pull multi-day forecasts with daily high/low temperatures for travel planning and scheduling. - Fallback Support: Use curl with compact text formats when web_fetch is unavailable, and retry on the wttr.is mirror if wttr.in is unreliable. - Use Case: Before a business trip, ask for the 3-day forecast in Tokyo and get a concise summary of conditions, temperatures, and rain probability. ## Quick Start Ask the assistant for the current weather and 3-day forecast for London using the weather skill.