korean-law-search

Resolve Korean law, article, precedent, and ordinance lookups with fallback querying.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

한국 법령·조문·판례·유권해석·자치법규를 찾아볼 때, 기본 조회 경로가 막히면 검색이 끊기거나 작업 흐름이 멈추는 문제를 해결합니다.

Core Features & Use Cases

  • Upstream-first law lookup: 기본적으로 kornrean-law-mcp 경로를 우선 사용해 법령/조문/판례/유권해석/자치법규를 조회합니다.
  • Availability fallback to 법망: korean-law-mcp가 설치/네트워크/서비스 장애로 실패하면 승인된 fallback인 법망(https://api.beopmang.org)로 전환합니다.
  • Task-specific tool routing: 법령명 검색(search_law), 조문 본문(get_law_text), 판례 검색(search_precedents), 유권해석 검색(search_interpretations), 자치법규 검색(search_ordinance), 통합 검색(search_all)으로 요청을 정확히 분기합니다.

Quick Start

Ask your AI to search for the article text you need using the korean-law-search skill with kornrean-law-mcp as the primary path and 법망 as the fallback if the primary service fails.

Frequently Asked Questions about korean-law-search

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

FAQPage Schema
How do I search for Korean law article text when the primary lookup path fails?

Korean law search resolves article text lookup by querying the primary korean-law-mcp path, then automatically falling back to the Beopmang API via MCP or REST to retrieve specific article text if the primary path fails.

Can I search for Korean legal precedents and interpretations using a single integrated search?

Yes, Korean legal precedents and interpretations can be searched using task-specific routing that includes search_precedents, search_interpretations, and a search_all function for integrated retrieval across multiple legal categories.

What is the best way to retrieve Korean ordinances if the main law service is unavailable?

Retrieving Korean ordinances uses a prioritized upstream-first approach via korean-law-mcp, automatically falling back to the Beopmang API at https://api.beopmang.org to ensure ordinance search results when the primary service is unavailable.

Does Korean law search support both MCP and REST API connections for the fallback service?

Yes, the fallback service supports both MCP and REST API connections, allowing Korean law, article, precedent, interpretation, and ordinance lookup requests to continue processing through Beopmang if the primary MCP path fails.

Why does my Korean law lookup stop working when the primary service experiences network issues?

Korean law lookup stops because the primary korean-law-mcp path encounters installation, network, or service failures, triggering an automatic availability fallback to the Beopmang API to resume the lookup workflow.

Do I need korean-law-mcp installed to search for specific Korean law names?

Korean-law-mcp is the primary path used first for searching law names, but if it is not installed or fails, the search automatically falls back to the Beopmang API to complete the law name lookup request.