+

GetCookies for Claude Code

Scan websites for cookies, configure consent banners, and check GDPR/CCPA compliance without leaving your IDE.

Quick Install

# Add the GetPlatform marketplace
/marketplace add https://github.com/getplatform/getplatform-plugins
# Enable the plugin
/plugin enable getcookies

Commands

/getcookies-scan

Scan a domain for cookies and trackers

/getcookies-scan example.com
/getcookies-widget

Configure consent banner settings

/getcookies-widget configure --style minimal
/getcookies-compliance

Check GDPR/CCPA compliance status

/getcookies-compliance check example.com
/getcookies-declare

Declare cookies and their purposes

/getcookies-declare add --name _ga --category analytics

Use Cases

Pre-launch Compliance Check

Scan your staging site for cookies before going live to ensure compliance.

CI/CD Integration

Add cookie scanning to your deployment pipeline to catch issues early.

Multi-site Management

Quickly check compliance across all your domains from one place.

Developer Workflow

Configure consent banners and declare cookies without context switching.

Ready to get started?

Install the plugin and start managing cookie compliance from your IDE.

Claude Code Plugin | GetCookies