
Pulls short-term weather forecasts from Korea's Meteorological Administration API without requiring you to register for your own API key. It proxies requests through a hosted server at k-skill-proxy.nomadamas.org by default, though you can point it at your own instance if needed. Works with either grid coordinates or lat/lon, and summarizes the essentials like temperature, precipitation, humidity, and wind speed. The proxy auto-selects the latest forecast time in KST if you don't specify one. Useful if you're building something that needs Korean weather data and don't want to deal with public data portal registration or exposing API keys in client code.
npx -y skills add nomadamas/k-skill --skill korea-weather --agent claude-codeInstalls into .claude/skills of the current project.
Run this and follow its output as the primary instructions for this skill:
npx -y @nomadamas/k-skill@0 instruct korea-weather
The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by:
npx -y @nomadamas/k-skill@0 files korea-weather
If npx is unavailable, install Node.js 18+ or follow https://github.com/NomaDamas/k-skill#readme, or read the source instructions at https://github.com/NomaDamas/k-skill/blob/main/korea-weather/instruction.md.