OpenClaw
Deploy a managed OpenClaw agent in 60 seconds
Launch on Hostinger →
Hermes Agent
Run your Hermes agent, fully managed
Launch on Hostinger →
Apify
6,000+ web scrapers for your agent, free to start
Try Apify free →
Firecrawl
Crawl and scrape any site into clean data
Try Firecrawl free →
Context.dev
One API to scrape, enrich, and extract the web
Start building free →
SetupClaw
Done-for-you OpenClaw for founders and teams
Get it set up for you →
DataForSEO
SEO data APIs for your agent, $1 free credit
Try DataForSEO free →
Your product here
Reach thousands of AI builders a month
Learn more →
Claude Market
Menu
SkillsMCPPluginsSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Claude Market
SkillsMCPPluginsSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Skills/nomadamas/k-skill/han-river-water-level
han-river-water-level logo

han-river-water-level

nomadamas/k-skill
2K installs6K stars
Run it on Hostinger, 20% off →Your friend gets 20% off too, using this linkFree API →|View on GitHub|Create your own skill →

Installation

npx skills add https://github.com/nomadamas/k-skill --skill han-river-water-level

Summary

한강홍수통제소 기반 현재 수위/유량을 관측소명 또는 관측소코드로 조회한다. 기본 경로는 k-skill-proxy의 han-river water-level endpoint다.

SKILL.md

Han River Water Level

What this skill does

기본적으로 https://k-skill-proxy.nomadamas.org/v1/han-river/water-level 로 요청해서 현재 수위와 유량을 요약한다.

When to use

  • "한강대교 지금 수위 어때?"
  • "잠수교 유량 알려줘"
  • "1018683 관측소 현재 값 보여줘"

Inputs

  • 기본 입력: 관측소명/교량명(stationName)
  • 대체 입력: 관측소코드(stationCode)

Prerequisites

  • optional: jq

Default path

추가 client API 레이어는 불필요하다. 그냥 프록시 서버에 HTTP 요청만 넣으면 된다.

사용자는 별도 HRFCO ServiceKey 를 준비할 필요가 없다. upstream key는 proxy 서버에서만 주입한다.

KSKILL_PROXY_BASE_URL 환경변수가 있으면 그 값을 사용하고, 없으면 기본 경로 https://k-skill-proxy.nomadamas.org 를 사용한다.

Example requests

curl -fsS --get 'https://k-skill-proxy.nomadamas.org/v1/han-river/water-level' \
  --data-urlencode 'stationName=한강대교'

관측소코드로 바로 조회해도 된다.

curl -fsS --get 'https://k-skill-proxy.nomadamas.org/v1/han-river/water-level' \
  --data-urlencode 'stationCode=1018683'

Keep the answer compact

응답에는 아래만 먼저 정리한다.

  • 관측소명 / 관측소코드
  • 관측 시각
  • 현재 수위(m)
  • 현재 유량(m^3/s)
  • 기준 수위(관심/주의/경보/심각) 중 값이 있는 항목

Ambiguous station names

입력이 너무 넓으면 proxy 는 ambiguous_station 과 함께 candidate_stations 를 돌려준다.

curl -fsS --get 'https://k-skill-proxy.nomadamas.org/v1/han-river/water-level' \
  --data-urlencode 'stationName=한강'

이때는 후보 중 하나를 골라 다시 stationName 또는 stationCode 로 조회한다.

Detailed API paths

구현 세부는 아래 문서만 참고한다.

  • docs/features/han-river-water-level.md
  • docs/features/k-skill-proxy.md

Failure modes

  • 관측소명이 너무 넓어서 여러 관측소가 동시에 잡히는 경우
  • 잘못된 관측소코드/관측소명으로 station lookup 이 실패하는 경우
  • 프록시 서버에 HRFCO_OPEN_API_KEY 가 비어 있는 경우
  • 실시간 자료 갱신 지연으로 최신 10분 자료가 비어 있는 경우

Notes

  • 기본 경로는 항상 k-skill-proxy.nomadamas.org 의 water-level endpoint 다.
  • upstream 은 waterlevel/info.json 으로 관측소 메타데이터를 찾고, waterlevel/list/10M/{WLOBSCD}.json 으로 최신값을 조회한다.
  • 결과는 원시자료 기반이므로 조회 시각을 함께 적는다.

Score

0–100
65/ 100

Grade

C

Popularity17/30

2,442 installs — growing adoption. Source repo has 5,594 GitHub stars.

Completeness27/30

Documented: full SKILL.md body, description, one-line install. Missing: category/license metadata.

Trust15/25

Community skill with a public GitHub source repository you can review.

Freshness6/15

No update timestamp is tracked for this skill in our catalog.

Scored automatically from popularity, completeness, trust, and freshness — computed only from data in our catalog, never fabricated.

Proud of your score? Add this badge to your README.

Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.

Han River Water Level skill score badge previewScore badge

Markdown

[![Han River Water Level skill](https://www.claudemarket.ai/skills/nomadamas/k-skill/han-river-water-level/badges/score.svg)](https://www.claudemarket.ai/skills/nomadamas/k-skill/han-river-water-level)

HTML

<a href="https://www.claudemarket.ai/skills/nomadamas/k-skill/han-river-water-level"><img src="https://www.claudemarket.ai/skills/nomadamas/k-skill/han-river-water-level/badges/score.svg" alt="Han River Water Level skill"/></a>

Han River Water Level FAQ

How do I install the Han River Water Level skill?

Run “npx skills add https://github.com/nomadamas/k-skill --skill han-river-water-level” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run — no restart or extra configuration needed.

What does the Han River Water Level skill do?

한강홍수통제소 기반 현재 수위/유량을 관측소명 또는 관측소코드로 조회한다. 기본 경로는 k-skill-proxy의 han-river water-level endpoint다. The full SKILL.md on this page shows the exact instructions the skill gives your agent.

Is the Han River Water Level skill free?

Yes. Han River Water Level is a free, open-source skill published from nomadamas/k-skill. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.

Does Han River Water Level work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so Han River Water Level works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.

Recommended skills

Browse all →
prisma-driver-adapter-implementation logo

prisma-driver-adapter-implementation

prisma/skills

106K installsInstall
find-skills logo

find-skills

vercel-labs/skills

2.8M installsInstall
grill-me logo

grill-me

mattpocock/skills

752K installsInstall
frontend-design logo

frontend-design

anthropics/skills

741K installsInstall
grill-with-docs logo

grill-with-docs

mattpocock/skills

639K installsInstall
agent-browser logo

agent-browser

vercel-labs/agent-browser

627K installsInstall

Related guides

Hand-picked reading to help you choose, install, and use agent skills.

GuideBest Openclaw Skills 2026GuideHow To Evaluate Openclaw Skill Before InstallingGuideOpenclaw Skills Complete Guide

Skills by category

FrontendBackend & APIsTesting & QASecurityDevOps & CI/CDMCP & ToolingAutomationData & Analysis+20 more

MCP servers by category

AI & MLDeveloper ToolsVector & MemoryFiles & DocsDatabasesFinance & PaymentsBrowser & ScrapingCommunication+8 more

Plugins by category

developmentproductivitycommunicationdesignsecuritydatabaseworkflowcompliance+34 more

The Agent Stack

Weekly Claude Code, Agent SDK, and MCP moves worth your time — free.

Claude Market

AI agent skills directory, marketplace, and workflow hub for OpenClaw, Hermes Agent, Claude Code, Codex, and MCP-powered operator stacks.

Independent project, not affiliated with Anthropic.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Plugins

More

  • Submit a Tool
  • Create a Skill
  • Advertise
  • Free Tools
  • API
  • Shipping
  • Contact
  • Terms
  • Privacy
© 2026 Claude Market · Not affiliated with Anthropic
Fazier badgeFeatured on Twelve ToolsFeatured on Wired BusinessRemote OpenClaw - Featured on AI Agents DirectoryListed on Turbo0Featured on Uneed