What problem does it solve?
Maintaining consistent visual design across OpenClaw consumer applications is difficult when each app invents its own colors, spacing, and component styles. This Skill provides a compatibility alias that guides AI agents to apply the shared Carapace design system—semantic tokens, themes, and framework-neutral CSS primitives—while preserving legacy @openclaw/design-system imports during migration.
Core Features & Use Cases
- Semantic Token Guidance: Directs the use of
--oc-bg-*, --oc-text-*, --oc-accent-*, radius, motion, and product tokens instead of hardcoded values.
- Framework Adapters: Provides import order and configuration for plain CSS, Astro, Tailwind 4, and static documentation builders via the consumer-adapters reference.
- Migration Compatibility: Keeps existing
skills-lock.json entries working during the v0.1.x transition to openclaw-carapace.
- Use Case: When restyling a ClawHub route, the agent reads the token contract, composes shared classes from
components.css, and validates the result with tests and browser screenshots instead of writing one-off styles.
Quick Start
Apply the OpenClaw design system tokens and shared component classes to restyle this page while keeping its routes and behavior unchanged.