ui-design-optimizer
Generate practical UI design systems and starter pages using local style/color/typography datasets. Use for landing page or dashboard UI planning and implementation.
Why use this skill?
Generate professional UI design systems, layout specs, and runnable HTML/CSS code directly from your local style datasets with OpenClaw.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dalomeve/ui-design-optimizerWhat This Skill Does
The ui-design-optimizer is a specialized OpenClaw agent skill designed to bridge the gap between abstract design requirements and concrete implementation. Unlike generic AI design assistants that output vague descriptions, this skill processes local datasets—including styles, colors, typography, and patterns—to generate professional-grade UI specs and runnable code files. It enforces design system consistency by strictly adhering to provided data sources, ensuring that every color palette, font pairing, and layout pattern is grounded in validated design rules. When requested, it automatically generates index.html and styles.css files, linking them correctly to ensure immediate previewability. It serves as a technical bridge between product requirements and the front-end codebase.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/dalomeve/ui-design-optimizer
Ensure that your workspace contains the required data directory structure (styles.csv, colors.csv, typography.csv, patterns.csv, and rules.json) for the skill to function correctly.
Use Cases
- Rapid Prototyping: Quickly generate boilerplate dashboards for internal tooling.
- Landing Page Generation: Build high-conversion landing pages that follow established brand guidelines.
- Style Exploration: Evaluate multiple color and typography combinations for a new product without manual CSS editing.
- Design System Scaling: Enforce consistent spacing and interaction rules across a growing project portfolio by centralizing definitions in the source CSV files.
Example Prompts
- "Create a SaaS dashboard layout for a CRM tool using the professional style palette. Generate the index.html and styles.css files."
- "Search for a high-contrast typography pairing in the typography.csv and build a landing page for a beauty SPA that uses these settings."
- "Design a minimalist navigation header using the 'Clean' pattern from patterns.csv and apply the 'Ocean' color scheme from colors.csv."
Tips & Limitations
To maximize the utility of this skill, ensure your local data files are well-maintained and adhere to the expected format. The skill prioritizes WCAG AA accessibility standards, so ensure your custom colors provide sufficient contrast. Note that the skill currently relies on local file access for its data sources, meaning it cannot fetch design systems from external URLs without local ingestion. Always review generated CSS variables to ensure they map correctly to your internal project requirements.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dalomeve-ui-design-optimizer": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution
Related Skills
model-route-guard
Diagnose and fix model routing conflicts. Ensure primary model uses correct provider endpoint without duplicate overrides.
Instruction Anchor Guard
Skill by dalomeve
Skill Governance Balanced
Skill by dalomeve
clawhub-web-publisher
Publish OpenClaw skills to ClawHub using the web dashboard only (no CLI login). Use when an agent must reliably upload a local skill folder, avoid auth-loop failures, and enforce privacy-safe publishing with verification evidence.
evidence-url-verifier
Verify evidence URLs are real and accessible. Check that artifact links resolve to actual content, not placeholders.