
If you need to look up Korean statutes, case law, or administrative interpretations, this hits korean-law-mcp first and falls back to Beopmang's API when the primary service is down. It wraps the official 법제처 Open API with tools like search_law, get_law_text, and search_precedents, plus specialized lookups for ordinances and interpretations. The skill doesn't bundle its own package, it just routes your query to the right endpoint and handles credential setup for both local CLI (needs LAW_OC) and remote MCP modes. It stops short of giving actual legal advice, sticking to search results and source citations. Useful when you're writing something that touches Korean regulation and need the actual text, not a summary.
npx -y skills add nomadamas/k-skill --skill korean-law-search --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 korean-law-search
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 korean-law-search
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/korean-law-search/instruction.md.