What problem does it solve? Getting accurate weather for a city is harder than it looks: geocoding services often return the wrong location for ambiguous or non-Latin city names, leading to wrong forecasts. This Skill provides verified location matching so the weather you report actually corresponds to the place the user asked about. ## Core Features & Use Cases - Verified Location Matching: Cross-checks geocoding results (country, admin region, population) before querying weather, avoiding homonym city errors. - Dual API Strategy: Uses wttr.in for direct city-name queries (including Chinese names like 成都) and Open-Meteo for structured current conditions and daily forecasts. - Use Case: A user asks "成都天气怎么样?" — the Skill queries wttr.in with the original Chinese name, restates the matched location and observation time, and returns current conditions without an API key. ## Quick Start Ask the assistant for the current weather and today's forecast in Chengdu, and it will verify the location before reporting conditions.