Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Korean law/case search via law.go.kr + data.go.kr APIs. Use for legal questions, statute lookup, court cases, and everyday legal info.
Korean law/case search via law.go.kr + data.go.kr APIs. Use for legal questions, statute lookup, court cases, and everyday legal info.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Korea Legislation Research Institute (MOLEG) law search, statute detail, case search. Inspired by Cowork Legal plugin architecture.
KeyValueProviderMOLEG (Ministry of Government Legislation)API Sourcelaw.go.kr (primary) + data.go.kr (fallback)Auth (law.go.kr)~/.config/law-go-kr/credentials.json → OC codeAuth (data.go.kr)~/.config/data-go-kr/api_keyDaily limit10,000 callsPlaybookplaybook.md
scripts/ ├── law_search.sh → Search laws by keyword ├── law_detail.sh → Statute text by law ID ├── case_search.sh → Court case search └── life_law.sh → Everyday legal info search
Extract legal keywords from user question Match against playbook.md interest areas Decide strategy: statute-focused? case-focused? combined?
law_search.sh "keyword" → list of relevant laws
law_detail.sh [law_id] → specific articles
case_search.sh "keyword" → relevant court decisions
life_law.sh "keyword" → plain-language legal guide
TargetDescriptionURLlawStatute search/detailhttps://www.law.go.kr/DRF/lawSearch.do?OC={oc}&target=law&type=JSONprecCourt cases...&target=prec&type=JSONdetcInterpretation examples...&target=detc&type=JSONadmrulAdministrative rules...&target=admrul&type=JSON
APIData IDEndpointStatute search15000115http://apis.data.go.kr/1170000/law/lawSearchList.doEveryday law15000215http://apis.data.go.kr/1170000/lifeLawSearch/lifeLawSearchList.doCase text15057123(linked to law.go.kr)
PlaceholderPurposeCurrent Tool~~lawLaw/case APIlaw.go.kr, data.go.kr~~docsSave resultsNotion~~notifyAlertsTelegram~~searchSupplementary searchBrave Search
Disclaimer: API info is reference only. Not legal advice. Currency: Based on current law, but recent amendments may have delay. Format: law.go.kr returns JSON; data.go.kr returns XML → each needs parser. Priority: law.go.kr JSON first → fallback to data.go.kr XML. Encoding: URL-encode query parameters. Cowork Legal architecture v2.1 — 🦞 chumjibot (2026-02-14)
open.law.go.kr 회원가입 OC 코드 발급 (이메일 @ 앞부분) mkdir -p ~/.config/law-go-kr && echo '{"oc":"YOUR_OC"}' > ~/.config/law-go-kr/credentials.json
data.go.kr 회원가입 → 인증키 복사 mkdir -p ~/.config/data-go-kr && echo "YOUR_KEY" > ~/.config/data-go-kr/api_key 법제처 API 미등록 시에도 web_search 폴백으로 법령 기본 검색 가능합니다.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.