
Thin wrapper around kimlawtech's Apache-2.0 repo that generates Korean privacy policies, terms of service, cookie banners, and consent modals for Next.js App Router projects. Follows 2026 Personal Information Protection Act amendments (10% revenue penalties kick in September), Fair Trade Commission e-commerce standards, and GDPR. Always runs an interview first to gather jurisdiction, service type, shadcn/ui setup, and CPO details before generating anything. Everything goes to ~/.claude and ~/.agents with pinned SHA checkouts. Output is reference drafts, not legal advice, lawyer review required. Won't work offline or with Pages Router. If you're shipping a Korean SaaS and need compliant boilerplate fast, this handles the tedious parts, but you still need to read what it generates and get it reviewed.
npx -y skills add nomadamas/k-skill --skill korean-privacy-terms --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-privacy-terms
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-privacy-terms
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-privacy-terms/instruction.md.