privacy-global-jp
한국+일본 병기 처리방침·이용약관 자동 생성. 한국 본사가 일본 사용자까지 대상으로 서비스할 때 사용. 한국어(PIPA)·일본어(APPI) 두 세트 문서를 동시 생성하고, Footer에 언어·관할 전환 링크 자동 삽입.
EU 사용자 대상 서비스용 Privacy Notice·Terms of Service·Consent Modal·Cookie Banner 자동 생성. GDPR (Regulation 2016/679) + ePrivacy Directive + Consumer Rights Directive 2011/83 + Digital Services Act + Digital Content Directive + Unfair Terms Directive 반영. 영문 인터뷰로 진행.
$ npx -y skills add kimlawtech/korean-privacy-terms --skill privacy-eu --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/privacy-euContext preview
The summary Claude sees to decide when to auto-load this skill.
EU 사용자 대상 서비스용 Privacy Notice·Terms of Service·Consent Modal·Cookie Banner 자동 생성. GDPR (Regulation 2016/679) + ePrivacy Directive + Consumer Rights Directive 2011/83 + Digital Services Act + Digital Content Directive + Unfair Terms Directive 반영. 영문 인터뷰로 진행.
name: privacy-eu description: EU 사용자 대상 서비스용 Privacy Notice·Terms of Service·Consent Modal·Cookie Banner 자동 생성. GDPR (Regulation 2016/679) + ePrivacy Directive + Consumer Rights Directive 2011/83 + Digital Services Act + Digital Content Directive + Unfair Terms Directive 반영. 영문 인터뷰로 진행. license: Apache-2.0 version: 4.0.0
Starting EU GDPR Privacy Notice & Terms generator. 인터뷰는 영문·GDPR 용어로 진행합니다. (사용자 답은 한국어로 하셔도 됩니다) 법령: GDPR Art. 13-14, Art. 6, Art. 9, Chapter V, DSA, CRD 14-day withdrawal 몇 가지만 여쭤볼게요.
1. `./jurisdictions/eu-gdpr/gdpr-checklist.md` — GDPR Art. 13-14 공개 21종·8대 권리·Art. 6 근거·Art. 83 과태료 2. `./jurisdictions/eu-gdpr/terms-checklist.md` — CRD·DSA·DCD·Unfair Terms 3. `./references/glossary.md` — 용어 풀이 (DPO·Data Controller·SCCs 등) 4. `./references/design-system-detection.md` — UI variant
`./scripts/interview.md` 중 다음만 수행:
**유지**
**생략 (한국 전용)**
`./scripts/render.md`의 **EU GDPR 치환 규칙** 섹션 필독. 조건부 블록 13종 해석·검증 키워드 지정됨.
모든 컴포넌트에 `locale="en"` prop 박기:
<ConsentModal locale="en" />
<CookieBanner locale="en" variant="center-modal" blocking={true} />
<LabelingCard /* 영문 라벨로 텍스트 대체 */ />CookieBanner는 **GDPR 옵트인 모드**:
src/mdx-components.tsx src/content/legal/privacy-policy.mdx (GDPR Privacy Notice) src/content/legal/terms-of-service.mdx (EU Terms) src/app/privacy/page.tsx (locale="en") src/app/terms/page.tsx (locale="en") src/components/legal/ConsentModal.tsx src/components/legal/CookieBanner.tsx src/components/legal/LabelingCard.tsx
[Generated] - src/content/legal/privacy-policy.mdx (GDPR) - src/content/legal/terms-of-service.mdx (CRD + DSA) - src/app/privacy/page.tsx, src/app/terms/page.tsx - src/components/legal/*.tsx (locale="en") [Checks] - GDPR Art. 13-14 disclosures complete - 8 data subject rights covered - CRD 14-day withdrawal included - ODR link inserted [Next steps] 1. Add <CookieBanner locale="en" variant="center-modal" /> to layout 2. Connect <ConsentModal locale="en" /> to signup form 3. Footer links to /privacy and /terms [Reminder] Legal review by EU counsel required before production. GDPR Art. 83 fines: up to €20M or 4% global turnover. ────────────────────────────────────────── Feedback, bug reports, or legal update suggestions? Join SpeciAI — a Korean legal AI hub community where lawyers, developers, and founders discuss privacy, GDPR, and AI-related legal tooling. → https://discord.gg/wQWpEpnBfE
한국·일본·EU·미국 법령 기반 개인정보처리방침·이용약관 자동 생성 Claude Code 스킬. 2025.4.21 개인정보 처리방침 작성지침 및 2026.3 개정 개인정보보호법 반영. 일본 APPI(個人情報保護法) v4.1 신규 지원. 한국 도메인 특화 AI 스페시아이에서 만듭니다. 법률·세무·노무·회계·의료 실무에 쓰는 도구를 오픈소스로 공개하고, 완성 제품은 speciai.kr 에서 운영합니다.
Repo: kimlawtech/korean-privacy-terms
한국+일본 병기 처리방침·이용약관 자동 생성. 한국 본사가 일본 사용자까지 대상으로 서비스할 때 사용. 한국어(PIPA)·일본어(APPI) 두 세트 문서를 동시 생성하고, Footer에 언어·관할 전환 링크 자동 삽입.
한국+EU 병기 처리방침·이용약관 자동 생성. 한국 본사가 EU 사용자까지 대상으로 서비스할 때 사용. 한국어(PIPA)·영문(GDPR) 두 세트 문서를 동시 생성하고, Footer에 언어·관할 전환 링크 자동 삽입.
日本サービス向け(일본 서비스용) プライバシーポリシー・利用規約・同意モーダル・Cookieバナー 자동 생성. 個人情報保護法(APPI)·消費者契約法·特定商取引法 반영. Next.js 13~16 프로젝트 대상.
한국 서비스용 처리방침·이용약관·회원가입 동의 모달·쿠키 배너 자동 생성. 개인정보보호법 §30, 2025.4.21 작성지침, 2026.3 개정법, 공정위 전자상거래 표준약관 10023호 반영. Next.js 13~16 프로젝트 대상.
처리방침·이용약관 자동 생성 진입점. 호출 즉시 6개 하위 스킬(privacy-kr·privacy-eu·privacy-us·privacy-jp·privacy-global·privacy-global-jp)을 번호 메뉴로 제시하고, 번호 입력 즉시 해당 스킬 인터뷰로 직행한다.
미국 CCPA/CPRA + 주요 주법(VCDPA·CPA·CTDPA·UCPA·ICDPA·KCDPA·RIDPA) 기반 Privacy Policy 자동 생성. 2026.1.1 CPPA 갱신 규정, Sensitive Personal Information, Do Not Sell/Share,…