privacy-global

privacy-global is a skill for Claude Code, Codex from kimlawtech/korean-privacy-terms. It costs 68 tokens per session (1,521 once invoked), scanned A, original, Apache-2.0.

A document-generation tool for creating privacy policies and terms of service for a Korean company serving users in both Korea and the European Union. It produces Korean documents based on Korean privacy rules and English documents based on EU rules such as the GDPR, the European data-protection law.

In plain words
What is it for?
Use it to create Korean and EU versions of privacy policies and terms, add language and jurisdiction links in the site footer, and collect the business details needed for those documents.
Why use it?
It helps businesses prepare separate legal documents for two jurisdictions without writing the shared information twice. It also accounts for differences between Korean and EU requirements, including cookie consent and language links.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is ./jurisdictions/kr-pipa/privacy-policy.ko.mdx.tmpl → /privacy.

Good fit Use it to create Korean and EU versions of privacy policies and terms, add language and jurisdiction links in the site footer, and collect the business details needed for those documents.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/kimlawtech/korean-privacy-terms
agentmods
npx agentmods add skills/kimlawtech/korean-privacy-terms/privacy-global

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for privacy-global

README.md
[![agentmods](https://agentmods.dev/badge/skills/kimlawtech/korean-privacy-terms/privacy-global/github.svg)](https://agentmods.dev/skills/kimlawtech/korean-privacy-terms/privacy-global)
Your own site
<a href="https://agentmods.dev/skills/kimlawtech/korean-privacy-terms/privacy-global"><img src="https://agentmods.dev/badge/skills/kimlawtech/korean-privacy-terms/privacy-global/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for privacy-global

Your own site · 80×15
<a href="https://agentmods.dev/skills/kimlawtech/korean-privacy-terms/privacy-global"><img src="https://agentmods.dev/badge/skills/kimlawtech/korean-privacy-terms/privacy-global.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,521 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00068 $0.01521
Opus 5 $0.00034 $0.00760
Sonnet 5 $0.00014 $0.00304
Haiku 4.5 $0.00007 $0.00152

Measured 11d ago against content hash 17de169f8f1e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

privacy-global scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/privacy-global/SKILL.md · 167 lines

How it starts

The opening of the file, as written. The whole thing — 167 lines — stays where its author put it; the contents beside it link to each section on GitHub.

privacy-global — 한국+EU 병기 전용 스킬

호출 즉시 출력

한국+EU 병기 모드로 시작합니다.

생성될 문서
  /privacy, /terms          — 한국어 (PIPA + 약관규제법 + 전자상거래법)
  /eu/privacy, /eu/terms    — 영문 (GDPR + CRD + DSA)

공통 질문은 한 번만, 관할별 고유 질문은 각각 묻습니다.
시작해볼게요.

법령 근거 (MUST READ)

한국·EU 양쪽 레퍼런스 전부 필독:

  • ./references/*.md (한국 10종)
  • ./jurisdictions/eu-gdpr/gdpr-checklist.md
  • ./jurisdictions/eu-gdpr/terms-checklist.md

인터뷰 범위

./scripts/interview.md에서 다음 수행:

공통 1회 (한국+EU 함께 쓰임)

  • Step 1 서비스 소개
  • Step 2 수집 항목
  • Step 6 처리위탁 (처리위탁 + 국제 이전 양쪽 반영)
  • Step 9 시행일

한국 전용

  • Step 4 처리 목적 (한국식)
  • Step 5 제3자 제공 (한국식)
  • Step 7 CPO

EU 전용 (Step 9-EU 전부)

  • Q9E-1~11

통합 (둘 다 영향)

  • Step 8 특수 상황 — 14세 미만 기준 묻고 16세로 통일 권장
  • Step 10 디자인 (CookieBanner는 EU 기준 옵트인 자동 적용)
  • Step 11 최종 확인

사용 템플릿 (4종 전부)

한국 세트
  ./jurisdictions/kr-pipa/privacy-policy.ko.mdx.tmpl → /privacy
  ./jurisdictions/kr-pipa/terms-of-service.ko.mdx.tmpl → /terms

EU 세트
  ./jurisdictions/eu-gdpr/privacy-notice.en.mdx.tmpl → /eu/privacy
  ./jurisdictions/eu-gdpr/terms-of-service.en.mdx.tmpl → /eu/terms

생성 대상 파일 (src-app 기준)

src/mdx-components.tsx

src/content/legal/privacy-policy.mdx          (한국어)
src/content/legal/terms-of-service.mdx        (한국어)
src/content/legal/eu/privacy-notice.mdx       (영문)
src/content/legal/eu/terms-of-service.mdx     (영문)

src/app/privacy/page.tsx                      locale="ko"
src/app/terms/page.tsx                        locale="ko"
src/app/eu/privacy/page.tsx                   locale="en"
src/app/eu/terms/page.tsx                     locale="en"

src/components/legal/ConsentModal.tsx
src/components/legal/CookieBanner.tsx         variant="center-modal" (EU 옵트인)
src/components/legal/LabelingCard.tsx
src/components/legal/LocaleSwitch.tsx         (신규, 언어 전환 링크)

LocaleSwitch 컴포넌트

Footer에 넣는 언어·관할 전환 링크. 사용자 요청 기반 또는 geolocation 기반 선택:

<LocaleSwitch
  currentLocale="ko"
  options={[
    { locale: "ko", label: "한국어", href: "/privacy" },
    { locale: "en", label: "English", href: "/eu/privacy" },
  ]}
/>

Read the full file on GitHub · 167 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 167 lines · 68 tokens per session scan A 17de169f8f1e

Subscribe to this mod's changes

privacy-global is a skill published in the GitHub repository kimlawtech/korean-privacy-terms (581 stars, last pushed 12d ago), licensed Apache-2.0. It adds 68 tokens to every session and 1,521 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

flexible-contract

A tool that drafts Korean employment contracts for flexible schedules, including variable hours, chosen hours, and remote work.

kimlawtech/korean-contracts · 83 tokens

commercial-legal-pl

Skill do analizy i tworzenia umów według polskiego prawa, ze szczególnym uwzględnieniem umów B2B, IP i IT (body leasing, NDA, wdrożenia, SaaS, przeniesienie praw autorskich, ugody). Powstał w Kancelarii Radców Prawnych Żurawska Piotrowski i Wspólnicy (ktzr.pl). Używaj zawsze gdy użytkownik prosi o przeanalizowanie…

apiotrowski-afk/commercial-legal-pl · 231 tokens

markmesh

Manage a trademark portfolio through MarkMesh's MCP server — list trademarks, filings and deadlines, run cross-office searches and conflict research for clearance, import or refresh filings from national offices, and register watches that report what changed. Every record carries provenance (source office, fetch time…

team-markmesh/mark_mesh_skill · 121 tokens

contract-amendment

A tool that drafts an agreement for changing the working conditions in an existing Korean employment contract.

kimlawtech/korean-contracts · 78 tokens

daily-worker-contract

A tool that drafts Korean employment contracts for daily workers, such as construction workers, delivery workers, and event staff. It includes daily pay, hourly pay, insurance, withholding tax, and the 2026 minimum wage.

kimlawtech/korean-contracts · 100 tokens

employment-contract

A tool that drafts Korean employment contracts for regular and fixed-term employees. It includes required contract details, insurance, working hours, probation, fixed overtime, and broad wage arrangements.

kimlawtech/korean-contracts · 92 tokens