+
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
/marketplace add https://github.com/getplatform/getplatform-plugins
# Enable the plugin
/plugin enable getcookies
/plugin enable getcookies
Commands
/getcookies-scanScan a domain for cookies and trackers
/getcookies-scan example.com
/getcookies-widgetConfigure consent banner settings
/getcookies-widget configure --style minimal
/getcookies-complianceCheck GDPR/CCPA compliance status
/getcookies-compliance check example.com
/getcookies-declareDeclare 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.