Install
openclaw skills install aoleme-uiGenerate dark neon cyber-xianxia dashboards, glassmorphism surfaces, and gamified React and Tailwind UIs.
openclaw skills install aoleme-uiUse this skill when the user wants a dark, cyber-xianxia, neon, glassmorphism, or game-like interface, especially in React and Tailwind projects.
This skill provides a visual system, reusable component patterns, and implementation guidance. It is best suited for dashboards, gamified pages, member systems, event pages, status panels, and immersive app surfaces.
Typical prompts that should match this skill:
Use this skill when the request mentions one or more of the following:
Do not force this skill onto products that already have a well-defined design system unless the user explicitly wants this style.
Before making changes, inspect these files from the skill directory:
{baseDir}/resources/tailwind.config.js{baseDir}/resources/global.cssUse them as source material. Merge and adapt them instead of copying everything blindly.
When applying this skill, follow this order:
{baseDir}/resources/tailwind.config.js and merge only the required theme.extend tokens, colors, fonts, animations, and keyframes into the target Tailwind config.{baseDir}/resources/global.css and copy only the variables and utility classes that the target UI actually needs.Apply this design system selectively and preserve the host application's structure.
Do not blindly import all global styles from {baseDir}/resources/global.css. In particular:
body { overflow: hidden; } unless the product is intentionally a full-screen experienceUse these core cues:
Favor these building blocks:
Every implementation using this skill should preserve:
opacity and transformwill-change, heavy blur, and animated filtersWhen you apply this skill in code:
{baseDir}/resources/tailwind.config.js: colors, fonts, animations, keyframes{baseDir}/resources/global.css: CSS variables, glass utilities, liquid effects, text glow, performance helpersTreat this skill as a design system reference and implementation guide, not as a command to replace the target project's architecture.