korea-weather

Retrieve summarized South Korean short-term forecasts from user-specified grid or lat/lon coordinates.

7.1k|836|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill korea-weather
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: korea-weather
Source: https://github.com/NomaDamas/k-skill/tree/main/korea-weather
Command: npx skills add https://github.com/NomaDamas/k-skill --skill korea-weather

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

기상청 단기예보를 직접 조회하고 정리하는 번거로움을 줄이고, 위치(격자 또는 위도/경도)에 맞는 날씨 요약을 빠르게 제공한다.

Core Features & Use Cases

  • Proxy 기반 단기예보 조회: 사용자는 개인 공공데이터포털/기상청 API key를 다루지 않고, 프록시 경유로 단기예보를 요청해 요약한다.
  • 좌표 입력(격자/위도·경도) 지원: nx/ny 격자 또는 lat/lon 실좌표를 받아 동일한 단기예보 응답을 생성한다.
  • 보수적 요약(핵심 항목 중심): 기온(TMP), 하늘상태(SKY), 강수형태(PTY), 강수확률(POP), 강수량(PCP) 등 핵심 지표와 조회 시각/발표 시각을 함께 정리한다.

Quick Start

Use the korea-weather skill to get the short-term weather forecast summary for a location (either nx/ny grid coordinates or lat/lon).

Frequently Asked Questions about korea-weather

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a short-term weather forecast summary for Korea using coordinates?

A short-term weather forecast summary for Korea is retrieved by providing nx/ny grid or lat/lon coordinates, which fetches Korea Meteorological Administration data and returns a conservative summary of temperature, sky, and precipitation.

Do I need my own public data portal API key to retrieve Korea Meteorological Administration forecasts?

You do not need your own public data portal API key to retrieve Korea Meteorological Administration forecasts. The Skill uses a proxy endpoint to keep upstream API keys server-side, simplifying access.

What weather indicators are included in a short-term forecast summary for Korea?

A short-term forecast summary for Korea includes core indicators: temperature (TMP), sky condition (SKY), precipitation type (PTY), probability of precipitation (POP), precipitation amount (PCP), snow (SNO), humidity (REH), and wind speed (WSD).

Can I use latitude and longitude instead of grid coordinates for Korea weather forecasts?

Yes, you can use latitude and longitude for Korea weather forecasts. The Skill accepts both lat/lon real coordinates and nx/ny grid inputs to generate the identical short-term forecast response.

What is the best way to summarize current-like weather near a specific city hall in Korea?

The best way to summarize current-like weather near a city hall in Korea is to input the location's coordinates into the proxy-based short-term forecast retrieval, which conservatively summarizes key weather indicators and observation times.