korea-weather

Retrieve KMA short-term weather forecasts via a self-hosted k-skill-proxy.

Updated May 1, 2026
One-click install
npx skills add https://github.com/seolcoding/k-parent-skill --skill korea-weather-seolcoding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: korea-weather
Source: https://github.com/seolcoding/k-parent-skill/tree/main/korea-weather
Command: npx skills add https://github.com/seolcoding/k-parent-skill --skill korea-weather-seolcoding

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users can access official Korean short-term weather forecasts without needing to obtain and manage their own Korea Meteorological Administration public API key, eliminating credential management hassle for casual weather lookups.

Core Features & Use Cases

  • Proxy-based Forecast Access: Retrieves KMA short-term forecast data through a self-hosted k-skill-proxy, so users never handle upstream API keys directly.
  • Flexible Input Support: Accepts both grid coordinates (nx/ny) and latitude/longitude values for any location in South Korea.
  • Concise Weather Summaries: Returns easy-to-understand summaries of key metrics including temperature, precipitation probability, wind speed, and sky conditions.
  • Use Case: A parent planning a weekend family outing can quickly check the local forecast to decide what to pack and adjust outdoor activity plans accordingly.

Quick Start

Ask the korea-weather skill for the 3-day short-term forecast for your current location in Busan to prepare for your family's weekend trip.

Frequently Asked Questions about korea-weather

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

FAQPage Schema
How do I get Korean weather forecasts without an API key?

You can retrieve Korean Meteorological Administration short-term weather forecasts without an API key by using a proxy that handles upstream KMA authentication internally. This eliminates credential management hassle, returning summarized key weather metrics directly.

Can I query Korea Meteorological Administration forecasts using latitude and longitude?

Yes, you can query Korea Meteorological Administration forecasts using either latitude and longitude values or grid coordinate pairs (nx/ny). The proxy internally handles the coordinate conversion required to retrieve the short-term forecast data.

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

A short-term forecast summary for South Korea includes key weather metrics such as temperature, precipitation probability, wind speed, and sky conditions. These metrics are returned in an easy-to-understand summarized format.

Do I need a personal public API credential to check the Korean weather forecast?

No, you do not need a personal public API credential to check the Korean weather forecast. The system integrates with a self-hosted proxy instance that manages all upstream KMA API authentication internally on your behalf.

What locations in South Korea are supported by the KMA short-term forecast proxy?

The KMA short-term forecast proxy supports querying weather forecasts for any location in South Korea. Users can specify their desired location using either grid coordinate pairs (nx/ny) or latitude and longitude values.

Why use a proxy for KMA short-term weather forecasts instead of direct API calls?

Using a proxy for KMA short-term weather forecasts avoids the need for end users to manage personal public API credentials directly. It simplifies access for casual weather lookups by handling upstream authentication and coordinate conversion internally.