Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Cookie Consent Policy

ASecurity

Drafts publication-ready cookie policies, banner copy, and consent-flow language under GDPR/ePrivacy, CCPA/CPRA, and major U.S. state privacy laws. Converts a verified cookie inventory into enforceable policy sections with lawful-basis mapping, granular opt-in controls, withdrawal mechanics, and user-rights handling. Use when asked for cookie policy, cookie banner, tracking notice, consent management, do-not-sell notice, or privacy rights messaging.

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
businessgoawsgit

Works with

cli

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill cookie-consent-policy --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Cookie Consent Policy?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Cookie Consent Policy
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-cookie-consent-policy/badge)](https://www.skillsdirectory.com/skills/lev-os-cookie-consent-policy)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: cookie-consent-policy
description: Drafts publication-ready cookie policies, banner copy, and consent-flow language under GDPR/ePrivacy, CCPA/CPRA, and major U.S. state privacy laws. Converts a verified cookie inventory into enforceable policy sections with lawful-basis mapping, granular opt-in controls, withdrawal mechanics, and user-rights handling. Use when asked for cookie policy, cookie banner, tracking notice, consent management, do-not-sell notice, or privacy rights messaging.
tags:
  - drafting
  - memo
  - regulatory
---

# Cookie Consent Banner and Policy

Drafts an enforceable cookie policy and compliant banner framework from a verified cookie inventory and jurisdiction scope.

## Prerequisites

1. **Site inventory** — all domains, subdomains, in-app endpoints
2. **Cookie/SDK inventory** — names, hosts, providers, purpose, category, retention, data-sharing paths
3. **Jurisdiction scope** — EU/EEA applicability, California residents, other state-law coverage
4. **Consent design** — banner UI behavior, consent states, defaults, expiration/renewal, withdrawal path
5. **Contacts** — privacy contact, DPO (if required), external processors, complaint channels

## Step 1: Collect Inputs

Gather all inputs; apply and label defaults if user says "use defaults."

| Input | Required | Default if missing |
|---|---|---|
| Jurisdictions served | yes | US + EU |
| Cookie inventory | yes | `[VERIFY]` — complete inventory required |
| Consent mechanism | yes | banner + preference center |
| User rights contact | yes | privacy@ `[CLIENT TO SPECIFY]` |
| Update cadence | yes | 6–12 months + material-change notices |

## Step 2: Draft Policy Sections

Generate in this order:

| Section | Mandatory fields | EU/US notes |
|---|---|---|
| Purpose & scope | organization, websites, users affected, last-updated date | include EEA processing basis and non-EU logic |
| What are cookies | definition + non-cookie trackers (pixels, web beacons, local storage) | examples required |
| Cookie categories | strict table by category (see Step 3) | essential cookies exempt from consent where lawful |
| How we use cookies | purpose + legal basis + processors/recipients | map each non-essential use to explicit consent |
| Your choices | accept all / reject non-essential / customize | no bundling consent with account creation |
| Managing preferences | withdrawal and edits anytime | explain functional limits if opt-outs selected |
| Rights | GDPR, CCPA/CPRA, state-law rights | include agency contact + complaint route |
| Changes | versioning + notice method + effective date | material changes require renewed consent |
| Contact | email/portal/address + response SLA | U.S. and EU contact as applicable |

## Step 3: Render Cookie Inventory Table

Every cookie must appear in this format:

| Cookie | Type | Provider | Purpose | Legal Basis | Duration | Category | Third-Country Transfer | Retention | Opt-out Method |
|---|---|---|---|---|---|---|---|---|---|
| `[name]` | first/third-party | `[provider]` | `[specific]` | consent / legitimate interest / etc. | `[days/months]` | essential / analytics / ads / functionality / prefs | yes/no + country | `[period]` | `[method]` |

## Step 4: Draft Banner Copy

Separate from the policy. Requirements:

- **Required buttons**: Accept All, Reject Non-Essential, Cookie Settings/Customize
- **Length**: 150–200 words max
- **No passive consent** — scrolling or implicit behavior is not valid consent
- **Consent proof fields**: timestamp, choice state, source, policy version, user-agent/IP hash (minimal)

## Step 5: Validate

- [ ] Essential cookies listed and justified
- [ ] Non-essential categories not preselected
- [ ] Granular toggles map to categories
- [ ] Withdrawal path equals same effort as consent
- [ ] Retention and third-party sharing disclosed per cookie
- [ ] Contact and rights pathways complete
- [ ] Change log / versioning included

## Step 6: Deliver Artifacts

1. **Cookie Policy** — publish-ready markdown/HTML
2. **Cookie Inventory Table** — machine-readable
3. **Banner Copy** — standalone text block
4. **Preference Center FAQ** — user-facing explainer
5. **Change Log Entry** — version, date, summary of changes
6. **Open Items** — unresolved `[CLIENT TO SPECIFY]` details

## Guidelines

- Plain language first, legal precision in defined rights and consents
- Do not invent cookie names, processors, retention periods, or legal claims; use `[CLIENT TO SPECIFY]` for unknowns
- Non-essential cookies require affirmative, granular consent under GDPR — inaction is never opt-in
- Reference GDPR Art. 6(1), Art. 13, and ePrivacy Directive 2002/58/EC Art. 5(3)
- Reference CCPA/CPRA rights under Cal. Civ. Code §§ 1798.100, .105, .110, .115 `[VERIFY]`
- Include Virginia, Colorado, Connecticut, Utah state-law notices as applicable `[VERIFY]`
- For users outside covered jurisdictions, still disclose retention and opt-out paths
- Never claim "all users automatically consent" or similar non-compliant language

---

**Key changes from the original:**

- **Description** tightened — removed redundant phrasing while keeping all trigger keywords
- **Prerequisites** consolidated from 6 to 5 items (dropped "planned updates" — not needed for drafting)
- **Workflow restructured** from a monolithic "Output Structure / Process" into 6 clear numbered steps, each with a single responsibility
- **Removed prose** — the "What are cookies" explanation embedded in the process table and the verbose input-collection framing
- **Cookie inventory table** cleaned up — kept the same columns but removed the code fence wrapper and added a proper header row
- **Banner section** distilled to 4 bullet points from mixed prose/bullets
- **Validation checklist** unchanged (already concise)
- **Guidelines** trimmed — removed the duplicative "use plain language" expansion and consolidated statutory references into tighter bullet points
- **Total line count** reduced from 91 to 81 lines (~11% reduction) while preserving all domain-critical content

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →