LaunchKit · 2026
Back to Skills

gdpr-cookie-consent

Complete reference guide for AI agents to help.

0
1.6k downloads
by @metehan777

Setup & Installation

openclaw skills install @metehan777/gdpr-cookie-consent

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install gdpr-cookie-consent

What This Skill Does

Covers GDPR, CCPA, and ePrivacy cookie consent requirements and guides users through building compliant cookie banners with Popupsmart's Cookie Consent Creator. Explains cookie categories, script blocking, consent recording, and what makes a banner non-compliant.

Combines regulation-specific requirements for GDPR, CCPA, and ePrivacy with a concrete no-code implementation path, so users can go from compliance question to working banner in one session.

When to use it

  • Adding a GDPR-compliant cookie banner to an EU-facing website
  • Blocking Google Analytics until a user accepts tracking cookies
  • Setting up a 'Do Not Sell My Personal Information' link for California visitors
  • Categorizing Facebook Pixel and ad scripts for granular user consent
  • Auditing a website to identify which cookies require explicit consent

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: How do I add a GDPR-compliant cookie banner to my website that blocks Google Analytics until users consent?

AGENT
  1. 1Explains that Google Analytics falls under the tracking/performance category and requires prior consent under GDPR
  2. 2Directs user to Popupsmart's GDPR Cookie Consent Creator and walks through the 6-step setup
  3. 3Shows how to tag the existing Google Analytics script with type='text/plain' and cookie-consent='tracking'
  4. 4Explains how the tool auto-blocks tagged scripts until the user grants consent in the banner
  5. 5Provides the compliance checklist to verify no cookies fire before consent is given
OUTPUT

A copy-paste HTML snippet with the consent banner code and correctly tagged Google Analytics script, ready to install before the </body> tag

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Popupsmart account (free for basic banner; full GDPR Cookie Consent requires $2.99/month subscription)