Como Website Intent Consent Kit

Compliant consent for Como Website Intent website-visitor identification — banner + Claude Code skill.

React (shadcn)

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" },
}} />

Any framework — Claude Code skill

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.

Consent modes

ModeBannerComo Website Intent loads
offnoneimmediately
noticenotice + "I understand"immediately (implied)
opt-inAccept / Declineonly after Accept
opt-outloads by default + "Opt out"unless opted out

Not legal advice. You are responsible for your site's compliance.