
This pulls real-time water level and flow rate data from the Han River Flood Control Office for specific observation stations in Korea. You ask by station name like "한강대교" or by station code, and it hits a proxy endpoint that handles the upstream API key for you. The proxy returns current water level in meters, flow rate in cubic meters per second, and relevant alert thresholds. If your query is too broad it'll give you a list of candidate stations to pick from. It's a straightforward wrapper around Korean government hydrological data, useful if you're building anything that needs to track Han River conditions without dealing with the HRFCO API directly.
npx -y skills add nomadamas/k-skill --skill han-river-water-level --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 han-river-water-level
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 han-river-water-level
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/han-river-water-level/instruction.md.