← Back to Skills Marketplace
171
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install ui-ux-for-openclaw
Description
Mandatory UI/UX design intelligence engine. Must be executed via python3 before generating any UI/frontend code.
Usage Guidance
This skill appears to do what it claims (an offline design intelligence engine) and ships with datasets and Python scripts, but it forces the agent to run scripts before producing any UI code. Before installing or enabling this skill: (1) Open and review scripts/search.py, scripts/design_system.py, and scripts/core.py to confirm they do not make network requests, call external services, spawn other processes, or read files outside the skill directory. Search for use of 'requests', 'urllib', 'socket', 'subprocess', 'os.system', 'open(..., "r")' with absolute paths, or environment variable access. (2) If you cannot audit the code, run the skill in a restricted sandbox or container and monitor outbound network and filesystem activity. (3) Prefer enabling exec rights only in a controlled profile (limit safeBins) so the agent's python execution cannot reach sensitive host resources. (4) Because the skill's origin is unknown and there is no homepage, treat it as untrusted until you verify the script behavior. If you provide the script contents here, I can review them for network calls, secrets access, and other risky operations.
Capability Analysis
Type: OpenClaw Skill
Name: ui-ux-for-openclaw
Version: 1.0.2
The skill bundle is a comprehensive UI/UX design intelligence engine that provides an offline search capability for design patterns, color palettes, and framework-specific best practices. While SKILL.md contains 'mandatory' instructions forcing the AI agent to execute local Python scripts (search.py) before generating UI code, this behavior is strictly aligned with the stated purpose of ensuring data-driven design. The Python implementation (core.py, design_system.py) is transparent, uses only standard libraries, and contains no network calls, obfuscation, or unauthorized file access beyond writing design documentation to the local workspace.
Capability Assessment
Purpose & Capability
Name/description match the behavior: the skill provides a data-driven design system and includes offline datasets and Python scripts that produce design guidelines. Requiring a local evaluator to produce a design system before outputting frontend code is plausibly necessary for the stated purpose.
Instruction Scope
SKILL.md mandates executing a local Python script (scripts/search.py) for every UI/frontend request and strictly following that script's output. That is within the skill's purpose, but it grants the script broad discretion at runtime. The instructions do not enumerate safe boundaries (e.g., forbidding network or filesystem access outside the skill directory) nor do they provide the script's behavior inline. Without auditing the actual script code, this requirement is risky because the agent will run arbitrary code prior to generating output.
Install Mechanism
No install spec — instruction-only plus bundled scripts/data. This is low-install risk compared to downloads from remote URLs. The package includes many local CSV datasets, consistent with an offline design engine.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The lack of requested secrets is appropriate for an offline design tool. That said, the scripts could still read environment variables or files at runtime — this should be checked in the script source.
Persistence & Privilege
The skill is not always-enabled and is user-invocable; it does not request elevated platform privileges in the metadata. However, the runtime mandate to execute a bundled script makes the execution privilege (exec python3) the critical control point — exercise caution where the agent has exec rights.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ui-ux-for-openclaw - After installation, invoke the skill by name or use
/ui-ux-for-openclaw - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
fix the path error
v1.0.1
Fix the path issue.
v1.0.0
- Major update: UI/UX decision-making now requires mandatory execution of a local Python script before any frontend or UI design/code generation.
- Older data files, static references, and bundled design heuristics have been removed; guidance is exclusively script-driven.
- New workflow: Always generate a tailored design system via the script, extract exact color, typography, and effects, and follow anti-pattern guidance.
- All design/code outputs must strictly follow results from the executed script—internal or generic code is not allowed.
- Optional advanced search and stack-specific checks are documented; execution instructions are clarified for each step.
Metadata
Frequently Asked Questions
What is ui-ux-pro-max for openclaw?
Mandatory UI/UX design intelligence engine. Must be executed via python3 before generating any UI/frontend code. It is an AI Agent Skill for Claude Code / OpenClaw, with 171 downloads so far.
How do I install ui-ux-pro-max for openclaw?
Run "/install ui-ux-for-openclaw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ui-ux-pro-max for openclaw free?
Yes, ui-ux-pro-max for openclaw is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ui-ux-pro-max for openclaw support?
ui-ux-pro-max for openclaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ui-ux-pro-max for openclaw?
It is built and maintained by heyanming (@heyanming); the current version is v1.0.2.
More Skills