cookie-consent

cookie-consent is a skill for Claude Code from Dragoon0x/everything-design-taste. It costs 19 tokens per session (172 once invoked), scanned A, original, MIT.

A guide to designing cookie banners and privacy settings that let people choose which cookies a website may use. Cookies are small pieces of data stored in a browser, often for essential functions, analytics, or marketing.

In plain words
What is it for?
Use it to plan consent banners, category choices, preference storage, and accessible accept, reject, and settings flows.
Why use it?
It helps websites request consent clearly and avoid steering people toward acceptance. It also covers rejecting non-essential cookies and changing preferences later.

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 to plan consent banners, category choices, preference storage, and accessible accept, reject, and settings flows.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dragoon0x/everything-design-taste/cookie-consent
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 cookie-consent
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 cookie-consent

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/dragoon0x/everything-design-taste/cookie-consent"><img src="https://agentmods.dev/badge/skills/dragoon0x/everything-design-taste/cookie-consent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 172 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.00019 $0.00172
Opus 5 $0.00010 $0.00086
Sonnet 5 $0.00004 $0.00034
Haiku 4.5 $0.00002 $0.00017

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

Security

Grade A, and why

cookie-consent 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 5d 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/cookie-consent/SKILL.md · 24 lines

What it actually says

Ethical Design

  • Equal visual weight for Accept and Reject
  • Granular options: Essential, Analytics, Marketing
  • Pre-selected: essential only (nothing else pre-checked)
  • Reject should be as easy as Accept (one click)
  • Remember choice across sessions
  • Easy to change preference later (in settings/footer)

Don'ts

  • Tiny reject link vs big Accept button
  • "Accept" and "Manage" (where Manage is the decline path)
  • Pre-checked non-essential cookies
  • No reject option at all
  • Cookie wall (blocking access until consent)
  • Dark patterns that guide toward acceptance
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. 5d ago First seen · 24 lines · 19 tokens per session scan A ead86f6568b5

Subscribe to this mod's changes

cookie-consent is a skill published in the GitHub repository Dragoon0x/everything-design-taste (11 stars, last pushed 5mo ago), licensed MIT. It adds 19 tokens to every session and 172 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