What problem does it solve? Getting quick weather information without signing up for API keys or managing credentials is often harder than it should be. This Skill lets you retrieve current conditions and forecasts for any location using free, keyless services. ## Core Features & Use Cases - Current Conditions: Query wttr.in for compact one-line weather summaries including temperature, humidity, and wind. - Full Forecasts: Retrieve multi-day forecasts in terminal-friendly text or PNG image format. - Programmatic JSON Data: Use the Open-Meteo API as a fallback for structured JSON responses suitable for further processing. - Location Inference: Automatically detect the user's approximate location from their IP address when no city is specified. - Use Case: A user asks "What's the weather like today?" and the agent infers their location via IP, then returns a compact summary like "London: ⛅️ +8°C 71% ↙5km/h". ## Quick Start Ask the agent what the weather is like in a specific city, such as "What's the weather in New York today?"