Eprivacy Essential Cookies logo

Eprivacy Essential Cookies

Community
mukul975
eprivacy-essential-cookies

Applying the ePrivacy Directive Article 5(3) strictly necessary exemption to classify cookies that do not require consent. Covers exemption criteria, functionality cookies, load balancing, session state, and non-exempt categories with regulatory guidance from EDPB and national DPAs.

Overview

Publishermukul975
RepositoryPrivacy-Data-Protection-Skills
Skill nameeprivacy-essential-cookies
Stars
279
Forks
59
Bundled files
4
LicenseApache-2.0
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 4 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by mukul975 on GitHub. Read the source before you install it.

Installation

Install the Eprivacy Essential Cookies AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/mukul975/Privacy-Data-Protection-Skills.git /tmp/Privacy-Data-Protection-Skills
mkdir -p .claude/skills
cp -r /tmp/Privacy-Data-Protection-Skills/plugins/cookie-consent-skills/skills/eprivacy-essential-cookies .claude/skills/eprivacy-essential-cookies
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Eprivacy Essential Cookies in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Eprivacy Essential Cookies on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Eprivacy Essential Cookies is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

ePrivacy Directive Article 5(3) Essential Cookie Exemption

Overview

Article 5(3) of the ePrivacy Directive (2002/58/EC, as amended by Directive 2009/136/EC) requires informed consent before storing or accessing information on a user's terminal equipment (cookies, LocalStorage, device fingerprints). However, it provides an exemption for storage that is "strictly necessary in order for the provider of an information society service explicitly requested by the subscriber or user to deliver the service." Correctly classifying cookies under this exemption is critical — over-claiming exemption exposes organizations to enforcement action, while under-claiming creates unnecessary consent friction. The Article 29 Working Party Opinion 04/2012 on Cookie Consent Exemption (WP 194) remains the authoritative guidance on applying this exemption.

Exemption Criteria

The Two-Part Test

A cookie qualifies for the strictly necessary exemption only if BOTH conditions are met:

Condition 1 — The cookie is strictly necessary The cookie must be essential for the specific functionality that the user has actively requested. "Strictly necessary" means the service literally cannot function without it — not merely that it would be degraded or less convenient.

Condition 2 — For a service explicitly requested by the user The user must have actively requested the service that the cookie enables. The cookie must serve the user's purpose, not the website operator's purpose. A cookie that is necessary for the operator's business model (e.g., analytics) but not for the service the user requested (e.g., viewing products) does not qualify.

Article 29 Working Party Exemption Categories

WP 194 (Opinion 04/2012) identified specific cookie categories that can qualify for exemption:

Category A — User Input Cookies (Session-Only)

CriterionRequirement
PurposeKeeping track of user input during a multi-step process (e.g., filling a form, shopping cart)
DurationSession-only (deleted when browser closes) or short-lived (limited to a few hours)
ScopeFirst-party only
ExampleShopping cart contents during a browsing session

Pinnacle E-Commerce Ltd Examples:

CookiePurposeDurationExempt
cart_sessionStores items added to shopping cart during sessionSessionYes
checkout_stepTracks current step in multi-page checkoutSessionYes
form_data_tempPreserves form input if page reloads during checkout30 minutesYes

Category B — Authentication Cookies

CriterionRequirement
PurposeAuthenticating the user to provide access to authenticated content/services
DurationSession-only for session authentication; persistent only if user explicitly chose "remember me"
ScopeFirst-party only
ExampleSession token after login

Pinnacle E-Commerce Ltd Examples:

CookiePurposeDurationExempt
auth_tokenAuthenticates logged-in userSessionYes
refresh_tokenMaintains authentication across browser restarts (when "remember me" selected)30 daysYes — user explicitly requested persistent login
session_idLinks requests to server-side sessionSessionYes

Category C — User Security Cookies

CriterionRequirement
PurposeEnsuring security of the service explicitly requested by the user
DurationLimited to what is necessary
ScopeFirst-party only
ExampleCSRF protection, detecting repeated failed login attempts

Pinnacle E-Commerce Ltd Examples:

CookiePurposeDurationExempt
csrf_tokenPrevents cross-site request forgery attacksSessionYes
login_attemptsTracks failed login count for brute-force protection30 minutesYes
device_verifiedFlags device as verified after 2FA30 daysYes — security for authenticated service

Category D — Multimedia Player Session Cookies

CriterionRequirement
PurposeStoring technical data for media playback (quality settings, buffering)
DurationSession-only
ScopeFirst-party only
ExampleVideo player quality preference for current session

Category E — Load Balancing Cookies

CriterionRequirement
PurposeDistributing web traffic across multiple servers
DurationSession-only (persists only for the browsing session)
ScopeFirst-party only
ExampleLoad balancer session affinity cookie

Pinnacle E-Commerce Ltd Examples:

CookiePurposeDurationExempt
SERVERIDHAProxy server affinity cookieSessionYes
__cfduid (legacy)Cloudflare server identificationSessionYes — if session-only
lb_routeInternal load balancer routingSessionYes

Category F — UI Customisation Cookies (Session-Only)

CriterionRequirement
PurposeStoring user interface preferences explicitly set by the user during the session
DurationSession-only (first visit within a session); persistent requires consent
ScopeFirst-party only
ExampleLanguage selection within a session

Critical Distinction: A language preference cookie set for the current session when the user clicks a language selector is exempt. A persistent language preference cookie that remembers the selection across visits typically requires consent (it exceeds the session scope).

Pinnacle E-Commerce Ltd Examples:

CookiePurposeDurationExempt
locale_sessionLanguage selected during current sessionSessionYes
localePersistent language preference1 yearNo — requires consent
currency_sessionCurrency selected during current sessionSessionYes
currencyPersistent currency preference1 yearNo — requires consent

Non-Exempt Cookie Categories

The following cookie types are explicitly NOT exempt and always require consent:

Analytics and Performance Cookies

Cookie TypeWhy Not Exempt
Google Analytics (_ga, _gid)Serves the operator's analytics purpose, not the user's requested service
Hotjar (_hj*)Session recording and heatmaps serve the operator
A/B testing (optimizely_*)Experimentation serves the operator's optimization goals
Performance monitoringSite performance monitoring benefits the operator

Note: The CNIL has created a separate limited exemption for audience measurement (see analytics-cookie-consent skill), but this is a French-specific interpretation, not a universal ePrivacy Article 5(3) exemption.

Advertising and Targeting Cookies

Cookie TypeWhy Not Exempt
Meta Pixel (_fbp, _fbc)Advertising tracking serves the advertiser
Google Ads (_gcl_au, IDE)Conversion tracking and remarketing serve the advertiser
Retargeting cookiesCross-site tracking for ad personalization
Ad frequency cappingServes the ad delivery system, not the user

Social Media Plug-in Cookies

Cookie TypeWhy Not Exempt
Facebook Like button cookiesThird-party tracking via social widget
Twitter share widget cookiesThird-party data collection
YouTube embed cookiesGoogle tracking via embedded video
LinkedIn Insight TagProfessional network tracking

Exception: If a social login (e.g., "Login with Google") is explicitly requested by the user, the authentication cookies for that flow may qualify under Category B. The social platform's tracking cookies do not.

Persistent Preference Cookies

Cookie TypeWhy Not Exempt
Persistent language preferenceExceeds session scope
Theme/dark mode preference (persistent)Exceeds session scope
"Don't show again" dismissal cookiesConvenience, not strictly necessary
Recently viewed productsEnhancement, not essential service

Borderline Cases and Regulatory Guidance

Consent Cookie Itself

The cookie that stores whether the user has accepted or rejected cookies:

DPA PositionExempt?Reasoning
UK ICOYesStrictly necessary to remember the user's privacy choice
CNILYesTechnical necessity for implementing consent
Belgian DPAYesRequired to avoid re-prompting on every page
EDPBYes (implied)Necessary to fulfill the consent obligation

Pinnacle E-Commerce Ltd: The consent_state cookie is classified as strictly necessary.

Fraud Detection Cookies

ScenarioExempt?Reasoning
CSRF token for form submissionYesSecurity for service the user requested (submitting a form)
Bot detection (CAPTCHA)Likely yesSecurity for the service; some DPAs require notice
Device fingerprinting for fraudLikely noGoes beyond what is strictly necessary; may use consent or legitimate interest
reCAPTCHA cookiesContestedGoogle reCAPTCHA sets cookies and communicates with Google; some DPAs require consent

CDN and Infrastructure Cookies

ScenarioExempt?Reasoning
Cloudflare __cf_bm (bot management)ContestedSecurity-related but sets persistent cookie; review with DPO
CDN session routingYesLoad balancing (Category E)
Geographic routingYes if session-onlyInfrastructure necessity
A/B testing server routingNoOptimization, not user-requested service

Classification Process for Pinnacle E-Commerce Ltd

Step 1: Inventory All Cookies

Use the cookie-audit skill to generate a complete cookie inventory.

Step 2: Apply the Two-Part Test

For each cookie, answer:

  1. Is this cookie strictly necessary for the website to deliver a specific function?
  2. Did the user explicitly request that specific function?

Step 3: Classify and Document

CookieUser-Requested ServiceStrictly NecessaryDuration OKExempt
session_idBrowsing the siteYes — session stateSessionYes
auth_tokenLogging inYes — authenticationSessionYes
cart_sessionAdding items to cartYes — cart functionalitySessionYes
csrf_tokenSubmitting formsYes — form securitySessionYes
_gaNone (operator analytics)No2 yearsNo
_fbpNone (operator advertising)No90 daysNo
localeChanging languageDebatable1 yearNo — persistent, needs consent
consent_stateManaging cookie preferencesYes — consent management6 monthsYes

Step 4: Document Justification

For each exempt cookie, maintain a written justification:

Template:

Cookie: [name]
Classification: Strictly Necessary — Exempt from consent
User-Requested Service: [specific service]
Why Strictly Necessary: [explanation of why the service cannot function without this cookie]
Duration Justification: [why this duration is the minimum necessary]
WP 194 Category: [A/B/C/D/E/F]
Reviewed By: [DPO name]
Review Date: [date]
Next Review: [date + 12 months]

Key Legal References

  • ePrivacy Directive 2002/58/EC, Article 5(3) — Consent requirement and strictly necessary exemption
  • Directive 2009/136/EC (Citizens' Rights Directive) — Amended Article 5(3) to require informed consent
  • Article 29 Working Party Opinion 04/2012 (WP 194) — Authoritative guidance on cookie consent exemption categories
  • CJEU Case C-673/17 (Planet49) — Active consent; exemption applies only to strictly necessary cookies
  • EDPB Guidelines 05/2020 on Consent — Consent under GDPR applicable to ePrivacy consent
  • UK ICO Guidance on Cookies (2019, updated 2023) — PECR implementation of ePrivacy exemptions
  • CNIL Deliberation No. 2020-091 (17 September 2020) — French implementation of cookie exemptions
  • Recital 66, Directive 2009/136/EC — Exemption for cookies "strictly limited to the provision of an information society service explicitly requested"

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Eprivacy Essential Cookies AI skill do?

Applying the ePrivacy Directive Article 5(3) strictly necessary exemption to classify cookies that do not require consent. Covers exemption criteria, functionality cookies, load balancing, session state, and non-exempt categories with regulatory guidance from EDPB and national DPAs.

Why use Eprivacy Essential Cookies on TypingMind?

Because you install it once and use it with any model. Eprivacy Essential Cookies is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Eprivacy Essential Cookies in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/mukul975/Privacy-Data-Protection-Skills/tree/main/plugins/cookie-consent-skills/skills/eprivacy-essential-cookies. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Eprivacy Essential Cookies?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Eprivacy Essential Cookies?

As many as you like. As long as a model supports skills, you can use Eprivacy Essential Cookies with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Eprivacy Essential Cookies AI skill free?

Yes. It is published on GitHub by mukul975 under the Apache-2.0 license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇