Compliant consent for Como Website Intent website-visitor identification — banner + Claude Code skill.
pnpm dlx shadcn@latest add https://consent.como.sh/r/website-consent.json
<WebsiteConsent config={{
customerId: "YOUR_CUSTOMER_ID",
mode: "opt-in",
banner: { privacyPolicyUrl: "/privacy" },
}} />
Copy skill/website-intent-consent into your project's .claude/skills/, then run /website-intent-consent. It installs the banner, gates the script, scaffolds the privacy disclosure, and adds the CSP.
| Mode | Banner | Como Website Intent loads |
|---|---|---|
off | none | immediately |
notice | notice + "I understand" | immediately (implied) |
opt-in | Accept / Decline | only after Accept |
opt-out | loads by default + "Opt out" | unless opted out |
Not legal advice. You are responsible for your site's compliance.