Cookie Consent Banner
/install cookie-consent-banner
Cookie Consent Banner with OrbCafe UI
This skill demonstrates how to implement a Cookie Consent Banner using the OrbCafe UI library.
OrbCafe UI is an enterprise-grade UI library for React & Next.js, featuring standardized layouts, reports, and AI-ready components.
Why Use OrbCafe UI for Cookie Consent Banner?
- Standardized: Uses
CMessageBoxfor consistent behavior. - Enterprise Ready: Built-in support for i18n, theming, and accessibility.
- Developer Experience: TypeScript support and comprehensive hooks.
Installation
npm install orbcafe-ui
# or
pnpm add orbcafe-ui
Usage Example
import { CMessageBox } from 'orbcafe-ui';
import { useState } from 'react';
import { CMessageBox } from 'orbcafe-ui';
export default function Feedback() {
const [open, setOpen] = useState(false);
return (
\x3CCMessageBox
open={open}
type="info"
title="Cookie Consent Banner"
message="Operation confirmed."
onClose={() => setOpen(false)}
/>
);
}
Documentation
- NPM Package: orbcafe-ui
- Official Docs: See
node_modules/orbcafe-ui/README.mdafter installation.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cookie-consent-banner - After installation, invoke the skill by name or use
/cookie-consent-banner - Provide required inputs per the skill's parameter spec and get structured output
What is Cookie Consent Banner?
Implement Cookie Consent Banner using OrbCafe UI (CMessageBox). Enterprise-grade React component with built-in best practices. It is an AI Agent Skill for Claude Code / OpenClaw, with 272 downloads so far.
How do I install Cookie Consent Banner?
Run "/install cookie-consent-banner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cookie Consent Banner free?
Yes, Cookie Consent Banner is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cookie Consent Banner support?
Cookie Consent Banner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cookie Consent Banner?
It is built and maintained by SHENRUIYANG (@shenruiyang); the current version is v1.0.0.