privacy-compliance

privacy-compliance is a skill for Claude Code, Codex from ThomasMoreAI/legal-skills-open. It costs 68 tokens per session (4,464 once invoked), scanned B, original, Apache-2.0.

A guide to building privacy controls for GDPR and CCPA, two laws governing personal-data use in the EU and California. It covers consent, data minimization, impact assessments, processing records, user requests, and data-processing agreements.

In plain words
What is it for?
Use it to plan data collection and retention, document why data is processed, run privacy impact assessments, manage consent, and respond to user rights requests.
Why use it?
It helps teams design privacy into the system instead of trying to reconstruct compliance after launch.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; positional $N argument.

Good fit Use it to plan data collection and retention, document why data is processed, run privacy impact assessments, manage consent, and respond to user rights requests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/thomasmoreai/legal-skills-open/privacy-compliance
Install

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.

Any agent
npx skills add ThomasMoreAI/legal-skills-open --skill privacy-compliance
Clone the repo
git clone --depth 1 https://github.com/ThomasMoreAI/legal-skills-open

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-compliance

README.md
[![agentmods](https://agentmods.dev/badge/skills/thomasmoreai/legal-skills-open/privacy-compliance/github.svg)](https://agentmods.dev/skills/thomasmoreai/legal-skills-open/privacy-compliance)
Your own site
<a href="https://agentmods.dev/skills/thomasmoreai/legal-skills-open/privacy-compliance"><img src="https://agentmods.dev/badge/skills/thomasmoreai/legal-skills-open/privacy-compliance/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-compliance

Your own site · 80×15
<a href="https://agentmods.dev/skills/thomasmoreai/legal-skills-open/privacy-compliance"><img src="https://agentmods.dev/badge/skills/thomasmoreai/legal-skills-open/privacy-compliance.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 4,464 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.04464
Opus 5 $0.00034 $0.02232
Sonnet 5 $0.00014 $0.00893
Haiku 4.5 $0.00007 $0.00446

Measured 9d ago against content hash 05d17e38be83, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade B, and why

privacy-compliance scanned grade B with 1 finding 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 9d 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.

Enumerates other installed skillsmediumAgent snooping

Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.

> On first activation of this skill in a conversation: check which companion skills are installed by running `ls ~/.claude/skills/ ~/.agent/skills/ ~/.agents/skills/ .claude/skills/ .agent/skills/ .agents/skills/ 2>/dev/
cross-jurisdiction/data-protection/skills/privacy-compliance/SKILL.md · 398 lines

How it starts

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

Key principles

  1. Privacy by design - Build privacy controls into the architecture from day one. Data minimization, access controls, and audit logs are structural decisions, not features added after launch. Retrofitting is expensive and incomplete.

  2. Data minimization - Collect only what you need, retain it only as long as necessary, and delete it on schedule. Every field in your database is a liability if you cannot justify its purpose and retention period.

  3. Lawful basis for processing - Every processing activity must have a documented lawful basis (GDPR) or a disclosure obligation (CCPA). "We might need it someday" is not a lawful basis. Document the basis before you collect the data.

  4. Transparency - Users must understand what data you collect, why, how long you keep it, and who you share it with. Privacy policies must be readable, not a legal wall. Consent must be informed to be valid.

  5. Accountability - Maintain records of processing activities (RoPA), run DPIAs for high-risk processing, appoint a DPO when required, and respond to data subject requests within statutory deadlines. Compliance is a continuous process, not a one-time audit.


Core concepts

GDPR vs CCPA at a glance

Dimension GDPR (EU/EEA) CCPA / CPRA (California)
Scope Any org processing EU/EEA residents' data Businesses meeting revenue/data thresholds serving CA residents
Legal basis required Yes - 6 lawful bases No explicit basis required; disclosure + opt-out
Consent standard Freely given, specific, informed, unambiguous, withdrawable Opt-out for sale/sharing; opt-in for sensitive data (CPRA)
Data subject rights Access, rectification, erasure, portability, restriction, objection, no automated decision Know, delete, correct, opt-out of sale/sharing, limit sensitive data use, non-discrimination
Response deadline 30 days (extendable to 90 days) 45 days (extendable to 90 days)
Breach notification 72 hours to supervisory authority; notify individuals if high risk Reasonable time; private right of action for breaches
Penalties Up to 4% global annual turnover or €20M Up to $7,500 per intentional violation
DPO required For large-scale systematic processing or sensitive data No equivalent role required
Cross-border transfers SCCs, adequacy decisions, BCRs required No equivalent mechanism required

Read the full file on GitHub · 398 lines

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. 9d ago First seen · 398 lines · 68 tokens per session scan B 05d17e38be83

Subscribe to this mod's changes

privacy-compliance is a skill published in the GitHub repository ThomasMoreAI/legal-skills-open (72 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 68 tokens to every session and 4,464 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (enumerates other installed skills). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

privacy-compliance

Comprehensive global privacy compliance agent skill covering GDPR, CCPA/CPRA, HIPAA Privacy Rule, EU AI Act, LGPD, cross-border data transfer mechanisms (SCCs, BCRs, EU-US DPF), PII identification and classification, data minimization, consent management, privacy-by-design patterns, DPIA workflows, data subject access…

JPeetz/agent-skills · 132 tokens

gdpr-privacy

Use when producing the GDPR artifacts a product publishes or hands over: a privacy policy true to what it processes, a cookie/consent banner, a lawful basis per purpose, an Art. 28 DPA, an SCC transfer mechanism, or a DSAR flow. Drafts for counsel review. NOT internal retention rules (that is data-policy), NOT…

ericrisco/rsc-harness · 89 tokens

gdpr-expert

Expert in GDPR compliance, data protection, privacy by design, consent management, DPO responsibilities, and EU data regulations. Use when the user mentions privacy, data protection, compliance, consent, a DPO, or eu regulation, or when the task involves GDPR Fundamentals, Key Principles, Data Subject Rights, or…

personamanagmentlayer/pcl · 71 tokens

gdpr-data-handling-note

Drafts a plain-language data handling notice for a journalistic or media production project that involves collecting, storing, or processing personal data — structured to meet GDPR transparency requirements while remaining understandable to non-lawyers.

ur-grue/autopunk-media-skills · 48 tokens

gdpr-note-writer

Drafts a GDPR compliance note for a specific piece of journalistic content or data collection activity — documenting the lawful basis for processing personal data, what data is held, how long it is retained, and who has access.

ur-grue/autopunk-media-skills · 50 tokens

GDPR Compliance Testing

Testing GDPR compliance requirements including data deletion, consent management, data portability, right to erasure, and privacy policy enforcement.

PramodDutta/qaskills · 29 tokens