Korean Privacy & Terms Generator
PIPA, GDPR, CCPA and APPI privacy policies and terms as Next.js MDX pages
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 30, 2026
- Environment
- Claude Code 2.x (agent harness)
⚠ This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Jul 30, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.
Wrote a Korean privacy policy for a habit-tracking SaaS twice - once unaided, once through the skill's PIPA template - and scored both against the statutory checklist: the unaided draft covered 10 of 20 required and recommended items, the templated one 18 (20 with all conditional branches active). Everything the baseline dropped was post-2024 law it does not know to include: the data portability right under Art. 35-2, the automated-decision clause under Art. 37-2 with its 15/30/60-day response deadlines, the separate under-14 provision, the grievance department contact, per-browser cookie opt-out paths, ADID/IDFA reset steps and the Enforcement Decree Art. 41(1) citation. Templates are real MDX with Handlebars conditionals, not prose advice, and every reference and jurisdiction file resolves after install through in-repo symlinks. Two blemishes: the root SKILL.md is still on v4.0 and lists only four sub-skills where the package now ships seven, and both the entry point and the completion message are scripted to print the author's Discord invite.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 4/5
What Korean Privacy & Terms Generator does
Interviews you about your service and renders a jurisdiction-specific privacy policy and terms of service into a Next.js App Router project as MDX pages plus consent modal, cookie banner and labeling card components. A number menu routes to one of seven sub-skills covering Korea PIPA, EU GDPR, US CCPA/CPRA, Japan APPI and the Korea+EU / Korea+Japan bilingual pairs. Triggers on requests to write a privacy policy, terms of service, consent modal or cookie banner.
How to install Korean Privacy & Terms Generator
Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.
Commands — how to trigger Korean Privacy & Terms Generator
-
/korean-privacy-termsPIPA, GDPR, CCPA and APPI privacy policies and terms as Next.js MDX pages
It also activates on plain-language prompts like these:
-
습관 관리 앱을 새로 만드는데 이 서비스를 위한 개인정보처리방침을 한국 PIPA 기준으로 작성해줘 -
Next.js 프로젝트에 쿠키 동의 배너와 이용약관 페이지, 그리고 동의 모달 컴포넌트를 추가해줘 -
GDPR과 CCPA를 모두 대응하는 한국어와 영어 이중 언어 개인정보처리방침을 만들어줘
Frequently asked questions
- Is the Korean Privacy & Terms Generator skill free?
- Yes. The skill itself is free from kimlawtech/korean-privacy-terms. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Korean Privacy & Terms Generator work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 30, 2026. Verdict: Tested · Works. Wrote a Korean privacy policy for a habit-tracking SaaS twice - once unaided, once through the skill's PIPA template - and scored both against the statutory checklist: the unaided draft covered 10 of 20 required and recommended items, the templated one 18 (20 with all conditional branches active). Everything the baseline dropped was post-2024 law it does not know to include: the data portability right under Art. 35-2, the automated-decision clause under Art. 37-2 with its 15/30/60-day response deadlines, the separate under-14 provision, the grievance department contact, per-browser cookie opt-out paths, ADID/IDFA reset steps and the Enforcement Decree Art. 41(1) citation. Templates are real MDX with Handlebars conditionals, not prose advice, and every reference and jurisdiction file resolves after install through in-repo symlinks. Two blemishes: the root SKILL.md is still on v4.0 and lists only four sub-skills where the package now ships seven, and both the entry point and the completion message are scripted to print the author's Discord invite.
- What is the Korean Privacy & Terms Generator SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 4/5.
- How do I install Korean Privacy & Terms Generator?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Korean Privacy & Terms Generator with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.