← Back to Skills Marketplace
Ui Design
by
Anil Chandra Naidu Matcha
· GitHub ↗
· v0.1.0
· MIT-0
531
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install muapi-ui-design-skill
Description
Generate high-fidelity UI/UX mockups for mobile and web apps using Atomic Design principles — creates wireframes and design systems via muapi.ai
Usage Guidance
This skill appears to do what it says: convert a product brief into a UX prompt and call the agent platform's image-generation primitive. Before installing, verify two small things: (1) Clarify the 'muapi.ai' mention — confirm whether an external API or API key is actually required (none are declared), and (2) confirm what the core/media/generate-image.sh primitive does on your platform (network calls, external providers, or data retention policies). Also avoid sending sensitive or proprietary data in prompts, as the script forwards the UX brief to a model for image generation.
Capability Analysis
Type: OpenClaw Skill
Name: muapi-ui-design-skill
Version: 0.1.0
The skill is a legitimate UI/UX design tool that translates user requirements into structured prompts for image generation. The primary logic is contained in `scripts/generate-mockup.sh`, which constructs a design brief and passes it to a core system primitive (`core/media/generate-image.sh`). No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found.
Capability Assessment
Purpose & Capability
The skill's stated purpose is UI/UX mockup generation. The included script and SKILL.md implement that: they build a UX brief and call a core image-generation primitive. However the description mentions 'muapi.ai' as the generator, while the script calls a local core/media/generate-image.sh with model 'flux-dev' — a superficial mismatch that should be clarified but does not indicate malicious behavior.
Instruction Scope
SKILL.md instructs the agent to expand the user's brief into a structured UX_BRIEF and then run the provided script. The instructions do not request reading unrelated files, environment variables, or external endpoints beyond the core primitive, and the script only constructs a prompt and forwards it to core/media/generate-image.sh.
Install Mechanism
No install spec is provided (instruction-only plus a small helper script). Nothing is downloaded or written to disk by an installer, which is the lowest-risk model for skills.
Credentials
The skill requests no environment variables or credentials, which matches its stated functionality. The description's reference to muapi.ai could imply an external API or credential requirement, but no such vars are declared or used in the code — clarify whether muapi.ai is an implementation detail of the platform or an outdated note.
Persistence & Privilege
The skill does not request always:true and has no install-time persistence. It merely invokes a local core primitive; it does not modify other skills or system-wide configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install muapi-ui-design-skill - After installation, invoke the skill by name or use
/muapi-ui-design-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: Enables high-fidelity UI/UX mockup generation using Atomic Design principles.
- Supports both mobile and web platforms with platform-specific layouts.
- Integrates design system tokens, including typography, spacing (8pt grid), and WCAG-compliant color palettes.
- Offers intent mapping for various app types (e.g., SaaS, E-commerce, Portfolio) with recommended styles and layouts.
- Enforces constraints for accessibility and accuracy (pure UI only, consistent atomic components).
- Provides detailed agent protocol to expand user briefs into technical design specifications.
Metadata
Frequently Asked Questions
What is Ui Design?
Generate high-fidelity UI/UX mockups for mobile and web apps using Atomic Design principles — creates wireframes and design systems via muapi.ai. It is an AI Agent Skill for Claude Code / OpenClaw, with 531 downloads so far.
How do I install Ui Design?
Run "/install muapi-ui-design-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ui Design free?
Yes, Ui Design is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ui Design support?
Ui Design is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ui Design?
It is built and maintained by Anil Chandra Naidu Matcha (@anil-matcha); the current version is v0.1.0.
More Skills