data-privacy-ux

data-privacy-ux is a skill for Claude Code from Dragoon0x/everything-design-taste. It costs 23 tokens per session (322 once invoked), scanned A, original, MIT.

Guidance for designing interfaces that explain data collection, permissions, consent, and privacy choices. It includes patterns related to GDPR, the European Union’s data-protection law.

In plain words
What is it for?
Use it for cookie banners, permission requests, privacy settings, data exports, deletion controls, and retention notices.
Why use it?
It helps users understand what data is collected and make genuine choices about it. It also avoids confusing or manipulative consent screens.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the edt plugin — 117 skills, 80 agents shipped together

Good fit Use it for cookie banners, permission requests, privacy settings, data exports, deletion controls, and retention notices.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dragoon0x/everything-design-taste/data-privacy-ux
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 Dragoon0x/everything-design-taste --skill data-privacy-ux
Clone the repo
git clone --depth 1 https://github.com/Dragoon0x/everything-design-taste

Made for: Claude Code.

Or install edt, the plugin that ships this one along with the rest of its 117 skills, 80 agents.

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 data-privacy-ux

README.md
[![agentmods](https://agentmods.dev/badge/skills/dragoon0x/everything-design-taste/data-privacy-ux/github.svg)](https://agentmods.dev/skills/dragoon0x/everything-design-taste/data-privacy-ux)
Your own site
<a href="https://agentmods.dev/skills/dragoon0x/everything-design-taste/data-privacy-ux"><img src="https://agentmods.dev/badge/skills/dragoon0x/everything-design-taste/data-privacy-ux/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 data-privacy-ux

Your own site · 80×15
<a href="https://agentmods.dev/skills/dragoon0x/everything-design-taste/data-privacy-ux"><img src="https://agentmods.dev/badge/skills/dragoon0x/everything-design-taste/data-privacy-ux.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 322 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.
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.00023 $0.00322
Opus 5 $0.00012 $0.00161
Sonnet 5 $0.00005 $0.00064
Haiku 4.5 $0.00002 $0.00032

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

Security

Grade A, and why

data-privacy-ux 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 6d 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/data-privacy-ux/SKILL.md · 42 lines

What it actually says

Data Privacy UX

Cookie Banner

  • Equal visual weight for Accept and Reject
  • Don't use dark patterns (tiny reject link, pre-checked boxes)
  • Granular options (essential, analytics, marketing)
  • Remember choice (don't ask every visit)

Permission Requests

  • Ask in context (when user is about to use the feature)
  • Explain why you need it (before the system prompt)
  • Show what they get in return
  • Allow using the product without granting (degrade gracefully)

Data Collection Rules

  1. Collect minimum necessary data
  2. Explain what you collect and why (plain language, not legal)
  3. Show what data you have about the user (data export)
  4. Allow deletion (right to be forgotten)
  5. Don't pre-check marketing consent boxes
  6. Separate essential consent from optional consent

Transparency

  • Privacy settings easily findable (not buried 5 levels deep)
  • Clear labels: 'We share this with partners' not 'Third-party data sharing'
  • Notify users of policy changes before they take effect
  • Show data retention periods

Anti-Patterns

  • Dark patterns that make opting out difficult
  • 'Accept All' as the only prominent button
  • Requiring account creation to view privacy policy
  • Collecting data not needed for the service
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. 6d ago First seen · 42 lines · 23 tokens per session scan A 80d243460c69

Subscribe to this mod's changes

data-privacy-ux is a skill published in the GitHub repository Dragoon0x/everything-design-taste (11 stars, last pushed 5mo ago), licensed MIT. It adds 23 tokens to every session and 322 once invoked, about $0.0001 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

a11y-audit

Dedicated WCAG 2.2 AA/AAA accessibility audit across 10 dimensions (A1-A10) covering semantic HTML, keyboard navigation, ARIA patterns, color contrast, forms, images/media, responsive/zoom, motion/animation, reading/content, and legal compliance. Goes far beyond surface-level design-review checks with deep…

greglas75/zuvo · 147 tokens

accessibility

Accessibility (a11y) workflow skill. Use this skill when the user needs Audit and improve web accessibility following WCAG 2.1 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible". Do NOT use for SEO (use seo)…

diegosouzapw/awesome-omni-skills · 119 tokens

accessibility-compliance-audit

Comprehensive web accessibility (a11y) audit and compliance skill. Audits HTML, React, Vue, and Angular codebases against WCAG 2.2 AA standards. Activates when users ask for "accessibility audit", "a11y check", "WCAG compliance", "ADA compliance", "screen reader testing", "keyboard navigation audit", "color contrast…

JPeetz/agent-skills · 134 tokens

contrast-checker

Color contrast analyzer for WCAG compliance. Use when analyzing color contrast in code files, when user mentions WCAG compliance, color accessibility, contrast ratios, or when discussing colors in UI components. Calculates contrast ratios, identifies violations, and suggests accessible color alternatives that preserve…

deepakkamboj/claude-marketplace · 59 tokens

accessibility

Audit and improve web accessibility following WCAG 2.2 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".

addyosmani/web-quality-skills · 51 tokens

Accessibility Manual Audit

Teach agents to guide manual accessibility audits for keyboard, screen reader, zoom, reflow, focus, and WCAG 2.2 criteria that scanners miss.

PramodDutta/qaskills · 36 tokens