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 how to retrieve current conditions, rain, temperature, and multi-day forecasts from wttr.in without manual API research. ## Core Features & Use Cases - Current Conditions & Forecasts: Retrieve temperature, feels-like, precipitation, humidity, wind, and daily forecasts using wttr.in JSON output (format=j2/j1). - Dual Retrieval Paths: Prefer the web_fetch tool for safer fetching, with a curl fallback when web_fetch is unavailable or disabled. - Custom Format Strings: Use wttr.in format tokens (%l, %c, %t, %f, %w, %h, %p) for compact one-line summaries. - Use Case: Before planning a weekend trip, ask for the forecast in New York and get a summarized report of conditions, temperature range, and precipitation pulled from wttr.in. ## Quick Start Ask the assistant for the current weather and 3-day forecast for London using the weather skill.