What problem does it solve?
Checking whether a specific Seoul neighborhood faces heat waves, cold snaps, heavy rain, snow, or strong winds during a planned visit requires manually interpreting raw forecast data. This Skill resolves a Seoul administrative dong name to its official place_id and retrieves read-only, forecast-based weather risk time windows from the ASK Seoul data product through the hosted k-skill proxy, with no user API key required.
Core Features & Use Cases
- Deterministic location resolution: Maps any of Seoul's 427 administrative dongs to a canonical place_id using exact-name matching plus strictly defined notation aliases, with gu-based disambiguation for duplicate names like Sinsa-dong.
- Read-only risk window queries: Retrieves the weather_place_risk_window product (heat, cold, rain, snow, wind candidates by forecast time) via a single fast-path query with automatic date-range expansion and one retry against the available forecast window.
- Strict contract validation: Verifies bundle, product, and data response contracts and never substitutes fixtures or estimates for failed live queries.
- Use Case: Ask "What weather risk time windows should I watch for when visiting Jamsilbon-dong today?" and receive the forecast-based risk periods with publication metadata and row counts.
Quick Start
Ask the assistant to check today's weather risk time windows for a Seoul neighborhood, for example: "Tell me the weather risk hours and their basis for Jamsilbon-dong today."