Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add kimlawtech/korean-privacy-terms --skill privacy-jpgit clone --depth 1 https://github.com/kimlawtech/korean-privacy-termsWrote 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.
[](https://agentmods.dev/skills/kimlawtech/korean-privacy-terms/privacy-jp)<a href="https://agentmods.dev/skills/kimlawtech/korean-privacy-terms/privacy-jp"><img src="https://agentmods.dev/badge/skills/kimlawtech/korean-privacy-terms/privacy-jp/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.
<a href="https://agentmods.dev/skills/kimlawtech/korean-privacy-terms/privacy-jp"><img src="https://agentmods.dev/badge/skills/kimlawtech/korean-privacy-terms/privacy-jp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00074 | $0.01163 |
| Opus 5 | $0.00037 | $0.00581 |
| Sonnet 5 | $0.00015 | $0.00233 |
| Haiku 4.5 | $0.00007 | $0.00116 |
Grade A, and why
privacy-jp 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 115 lines — stays where its author put it; the contents beside it link to each section on GitHub.
privacy-jp — 일본 APPI 전용 스킬
호출 즉시 출력 (짧게)
日本の個人情報保護法(APPI)・消費者契約法・特定商取引法に基づく
プライバシーポリシーと利用規約を作成します。
いくつか質問させていただきます。
SpeciAI 홍보 문구는 여기서 출력하지 않는다 (진입점 privacy-terms에서 이미 출력).
법령 근거 (MUST READ)
작업 시작 전 반드시 읽는다:
./references/appi-jp.md— APPI 법령 체크리스트·필수 공개 항목./references/glossary.md— 전문용어 풀이./references/service-type-matrix.md— 서비스 유형별 차이./references/design-system-detection.md— UI 감지./jurisdictions/jp-appi/appi-checklist.md— APPI 검증 체크리스트
인터뷰 범위
./scripts/interview.md 중 다음만 수행:
- Step 1 서비스 소개
- Step 2 수집 항목
- Step 3 수집 방법
- Step 4 처리 목적
- Step 5 제3자 제공
- Step 6 처리위탁
- Step 7 책임자 (管理者)
- Step 8 특수 상황 (아동·AI 자동화·해외사업자·마케팅·행태광고)
- Step 9 시행 정보
- Step 9-JP (일본 전용 추가 질문)
- Step 10 디자인 스타일
- Step 11 최종 확인
Step 0 (성격 스크리닝)·Step 9-EU·Step 9-US 건너뜀. 이미 일본 모드로 진입한 상태.
사용 템플릿
./jurisdictions/jp-appi/privacy-policy.ja.mdx.tmpl(일본어 프라이버시 정책)./jurisdictions/jp-appi/terms-of-service.ja.mdx.tmpl(일본어 이용약관)
영문 병기 요청 시 Step 10에서 확인하고, 별도 영문 템플릿 작성 (현재는 일본어 단독 생성).
치환·설치 절차
./scripts/render.md의 "APPI 치환 규칙" 섹션 수행.
./jurisdictions/jp-appi/appi-checklist.md 검증 필수.
./scripts/install.md에 따라 Next.js 프로젝트에 파일 배포.
생성 대상 파일 (src-app 기준)
src/mdx-components.tsx
src/content/legal/jp/privacy-policy.mdx
src/content/legal/jp/terms-of-service.mdx
src/app/jp/privacy/page.tsx
src/app/jp/terms/page.tsx
src/components/legal/ConsentModal.tsx (locale="ja" 추가)
src/components/legal/CookieBanner.tsx (locale="ja" 추가)
src/components/legal/LabelingCard.tsx
한국 서비스와 병기하는 경우 (privacy-global-jp 사용 권장):
src/content/legal/privacy-policy.mdx (한국어)
src/content/legal/jp/privacy-policy.mdx (일본어)
완료 출력
[생성 완료]
- src/content/legal/jp/privacy-policy.mdx
- src/content/legal/jp/terms-of-service.mdx
- src/app/jp/privacy/page.tsx
- src/app/jp/terms/page.tsx
- src/components/legal/*.tsx
[검증]
- APPI 第32条 보유개인데이터 필수 공개 항목 포함
- 이용 목적 특정 (第15条)
- 제3자 제공 관련 사항 (第27条)
- 해외 제3자 제공 (第28条, 해당 시)
- 정보 주체 권리 5종 (第33~39条)
- 안전관리조치 개요 (第23条)
- 고충처리 창구 (苦情申出先)
[다음 단계]
1. app/layout.tsx에 <CookieBanner locale="ja" /> 삽입
2. 회원가입 폼에 <ConsentModal locale="ja" /> 연결
3. Footer에 /jp/privacy, /jp/terms 링크 추가
4. 전자상거래 서비스는 特定商取引法 표기 페이지 별도 작성 필요
配布前に弁護士(日本法)によるレビューを強く推奨します。
個人情報保護法違反は最大1億円の罰金対象です。
──────────────────────────────────────────
生成された文書についてご不明な点や機能追加のご要望は、
法律AI허브 SpeciAI 디스코드에서 받고 있어요.
→ https://discord.gg/wQWpEpnBfE
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.
- 12d ago First seen · 115 lines · 74 tokens per session scan A 388824cfb00a
privacy-jp is a skill published in the GitHub repository kimlawtech/korean-privacy-terms (583 stars, last pushed 13d ago), licensed Apache-2.0. It adds 74 tokens to every session and 1,163 once invoked, about $0.0004 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.
Other skills, from other repositories
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…
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…
contract-amendment
A tool that drafts an agreement for changing the working conditions in an existing Korean employment contract.
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.
flexible-contract
A tool that drafts Korean employment contracts for flexible schedules, including variable hours, chosen hours, and remote work.
freelancer-contract
A tool that drafts service contracts for individual freelancers and one-person businesses in South Korea. It covers rules for commissioned work, withholding tax, and ownership of intellectual property such as code or designs.