privacy-generator

privacy-generator is a skill for Claude Code, Codex from ThomasMoreAI/legal-skills-open. It costs 64 tokens per session (2,219 once invoked), scanned A, original, Apache-2.0.

A privacy-policy generator that scans a website or application codebase for signs of data collection, such as cookies, forms, payment services, analytics, and third-party trackers. It then creates a policy and cookie-consent text based on those findings.

In plain words
What is it for?
Use it when launching or reviewing a website or app that collects user data, especially when you need to map data touchpoints to privacy disclosures.
Why use it?
It helps a policy reflect the data a product actually collects instead of relying on generic text. It also organises common GDPR and CCPA rights and disclosures.

Skill for Claude CodeCodex

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

Good fit Use it when launching or reviewing a website or app that collects user data, especially when you need to map data touchpoints to privacy disclosures.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/thomasmoreai/legal-skills-open/privacy-generator
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-generator
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-generator

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/thomasmoreai/legal-skills-open/privacy-generator"><img src="https://agentmods.dev/badge/skills/thomasmoreai/legal-skills-open/privacy-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,219 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.00064 $0.02219
Opus 5 $0.00032 $0.01110
Sonnet 5 $0.00013 $0.00444
Haiku 4.5 $0.00006 $0.00222

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

Security

Grade A, and why

privacy-generator 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 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.

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.

cross-jurisdiction/data-protection/skills/privacy-generator/SKILL.md · 223 lines

How it starts

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

Privacy Policy Generator

Overview

Scans a website or application codebase to detect data collection signals — cookies, web forms, payment processors, analytics scripts, social media embeds, and third-party trackers — then generates a tailored privacy policy with 12 sections. Includes specific GDPR rights (7 individual rights), CCPA rights (6 consumer rights), and cookie consent banner text in both minimal and full GDPR formats.

The detection phase maps every data touchpoint to its legal basis and disclosure requirement, ensuring the generated policy accurately reflects actual data practices rather than relying on generic boilerplate.

Legal Disclaimer: This skill generates template documents for informational and educational purposes only. Generated privacy policies are not a substitute for legal advice. Data protection requirements vary by jurisdiction, industry, and data type. All documents should be reviewed by a licensed attorney and/or data protection officer before publication. No attorney-client relationship is created by using this tool.

Prerequisites

  • A live website URL or local codebase to scan
  • Knowledge of the business entity name and jurisdiction
  • Understanding of what data is collected and why (the scan detects signals but cannot capture server-side-only processing)

Instructions

  1. Scan for data collection signals. Use WebFetch on the target URL to detect:

    Signal Category What to Look For
    Cookies Set-Cookie headers, cookie consent banners, tracking pixels
    Analytics Google Analytics, Mixpanel, Amplitude, Hotjar, Segment
    Forms Contact forms, registration, login, newsletter signup
    Payments Stripe, PayPal, Square, Braintree, payment form fields
    Social Facebook Pixel, Twitter tags, LinkedIn Insight, social login
    Advertising Google Ads, Facebook Ads, retargeting pixels
    CDN/Third-Party Cloudflare, AWS CloudFront, Google Fonts, embedded iframes
    Chat/Support Intercom, Zendesk, Drift, live chat widgets

Read the full file on GitHub · 223 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 · 223 lines · 64 tokens per session scan A 75906ab2752d

Subscribe to this mod's changes

privacy-generator is a skill published in the GitHub repository ThomasMoreAI/legal-skills-open (72 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 64 tokens to every session and 2,219 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-09-03.

Related

Other skills, from other repositories

fedramp

Expert guidance for FedRAMP certification and compliance under CR26 (FedRAMP Consolidated Rules for 2026). Use this skill whenever a user asks about FedRAMP authorization, ATO (Authority to Operate), cloud security for federal government, NIST SP 800-53 controls, CSP compliance, or any of the core FedRAMP document…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 236 tokens

gdpr-compliance

Expert GDPR compliance assistant covering all four core workflows: (1) auditing code and systems for GDPR violations, (2) drafting GDPR-compliant documents such as privacy policies, Data Processing Agreements (DPAs), and consent notices, (3) answering GDPR compliance questions with authoritative article citations, and…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 176 tokens

nist-800-53

NIST SP 800-53 Rev 5 compliance advisor — all 20 control families (AC, AT, AU, CA, CM, CP, IA, IR, MA, MP, PE, PL, PM, PS, PT, RA, SA, SC, SI, SR), Low/Moderate/High baseline selection, FIPS 199/200 system categorization, control tailoring and overlays, privacy controls (PT family), supply chain risk management (SR…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 177 tokens

soc2

Expert SOC 2 compliance assistant covering all five Trust Services Criteria (Security/CC, Availability/A, Confidentiality/C, Processing Integrity/PI, Privacy/P). Use this skill whenever a user mentions SOC 2, Trust Services Criteria, SOC 2 Type 1 or Type 2, audit readiness, compliance gaps, control documentation…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 159 tokens

hipaa-compliance

Expert HIPAA compliance assistant for healthcare and software contexts. Use this skill whenever the user mentions HIPAA, PHI (Protected Health Information), ePHI, covered entities, business associates, healthcare data privacy, medical records, health information security, BAA (Business Associate Agreements), or any…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 161 tokens

ccpa

California Consumer Privacy Act (CCPA) and California Privacy Rights Act (CPRA) compliance advisor — business threshold analysis, consumer rights fulfillment (access, delete, correct, opt-out of sale/sharing, limit SPI, ADMT opt-out), privacy notice drafting, service provider vs. contractor vs. third-party…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 163 tokens