Marketplace Pricing Download

Korean Law Search

Find Korean laws and articles by title search via legal-ko-cli. USE FOR: 법 찾기, 법률 검색, 법조항 찾기, find Korean law, what law applies. DO NOT USE FOR: legal advice, precedent search (use legal-ko-precedent), content search (use legal-ko-zmd).

ID: kr.general.legal-ko-search Version: 0.1.0 License: MIT Author: pastel-sketchbook Language: en Added: 2026-06-01
⬇ Download

Korean Law Search

UTILITY SKILL — INVOKES: legal-ko-cli search|show|articles|navigate

Workflow

  1. Map colloquial terms to formal law names (see reference/TOPICS.md)
  2. Search: legal-ko-cli search "<term>" --json --limit 20 (run 2-5 terms)
  3. Read: legal-ko-cli show "<id>" --json
  4. Articles: legal-ko-cli articles "<id>" --json
  5. Present: summary, law table, key articles, disclaimer

search matches titles only. Always run multiple keywords.

Commands

Command Purpose
search <q> --json Search by title
show <id> --json Full law text
articles <id> --json List articles
navigate <id> --article "제N조" Open in TUI
context --json Read TUI state

ID format: kr/{법령명}/{유형} — e.g., kr/민법/법률

Data Sources

Legalize-KR provides four public datasets:

  • Laws: legalize-kr/legalize-kr
  • Court precedents: legalize-kr/precedent-kr
  • Administrative rules: legalize-kr/admrule-kr
  • Local ordinances: legalize-kr/ordinance-kr

This skill searches laws only. Use legal-ko-precedent for precedents.

TUI Context

legal-ko-cli context --json reads what the user is viewing. See reference/TUI.md for JSON structure and navigate usage.

Disclaimer

⚠️ 검색 결과이며 법률 자문이 아닙니다. 변호사와 상담하세요.

Related Skills

South Korea flagSouth Korea · general

A. Statute claim protocol (조/항/호 verification)

Verify Korean legal claims using Korean-law MCP tools and return verdict JSON.

kipeum86
South Korea flagSouth Korea · general

Korean Law Search

Use korean-law-mcp first for Korean law lookups, and fall back to Beopmang when the primary service is unavailable.

NomaDamas
South Korea flagSouth Korea · general

law-search

Korean law/case search via law.go.kr + data.go.kr APIs.

Demerzels-lab
South Korea flagSouth Korea · general

Korean Law & Precedent Search via zmd

Search Korean laws and precedents via local hybrid index (FTS + vector). USE FOR: 법률 검색, 판례 검색, semantic search, zmd query, zmd search. DO NOT USE FO…