klytos-consent-manager

Implement GDPR/CCPA cookie consent management for Klytos CMS.

12|2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/joseconti/klytos --skill klytos-consent-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: klytos-consent-manager
Source: https://github.com/joseconti/klytos/tree/main/.claude/skills/klytos-consent-manager
Command: npx skills add https://github.com/joseconti/klytos --skill klytos-consent-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

GDPR/CCPA cookie consent management for Klytos CMS, ensuring compliant loading of third-party scripts and cookies.

Core Features & Use Cases

  • Centralized consent configuration and audit trail for plugins and scripts.
  • Build-time and runtime enforcement via PHP API, JS library, and MCP tools to block or load resources based on user consent.
  • Use cases include enabling analytics only after user consent, auditing plugin declarations, and exporting compliance reports.

Quick Start

Configure consent in the admin panel and register a plugin's cookies and scripts to enforce runtime loading.

Frequently Asked Questions about klytos-consent-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce GDPR cookie consent for third-party scripts in Klytos CMS?

You can enforce GDPR cookie consent in Klytos CMS by declaring scripts and cookies through a PHP API and using a JavaScript runtime manager to block or load resources based on user consent.

What is the best way to manage CCPA consent across server and client environments?

The best way to manage CCPA consent across server and client contexts is using centralized configuration that applies build-time injection for enforcement and a JavaScript runtime library for front-end script loading.

How does build-time injection work for cookie consent enforcement?

Build-time injection enforces cookie consent by automatically blocking or modifying third-party script loading during the build process, ensuring resources are only deployed if they comply with configured consent rules.

Can I audit plugin cookie declarations and export GDPR compliance reports?

Yes, you can audit plugin cookie declarations and export GDPR compliance reports using centralized consent configuration that maintains an audit trail for all registered scripts and resources.

Do I need MCP tools to manage cookie consent configuration?

MCP tools are provided as integrations for managing cookie consent configuration, but you can also configure consent directly in the admin panel and register cookies via the PHP API.

Why does my analytics script load before the user accepts the cookie consent banner?

Analytics scripts load prematurely when they are not registered with the JavaScript runtime consent manager, which is required to gate front-end script loading based on user consent status.