← Back to Skills Marketplace
UI Craft Pro
by
Aira Elite
· GitHub ↗
· v0.2.2
· MIT-0
156
Downloads
0
Stars
0
Active Installs
10
Versions
Install in OpenClaw
/install ui-craft-pro
Description
Design, refine, and implement better UI for websites, dashboards, apps, landing pages, and components by using a local design knowledge base plus a code-firs...
Usage Guidance
This skill appears to be a local design & code assistant that ships with a large offline knowledge base and Python scripts. That is coherent with its description, but it contains two things you should check before use: (1) open and read SKILL.md completely for any instructions that ask the agent to change its system prompt or to send data to an external endpoint — the pre-scan flagged a possible prompt-injection phrase; (2) inspect the bundled Python scripts (scripts/*.py and data/_sync_all.py) for network calls (requests, urllib, sockets), subprocess.exec usage, or file operations outside the skill folder. If you aren't comfortable auditing the code, run the scripts in a restricted environment (container, VM) with no secret credentials mounted and no sensitive files accessible. Do not run them with elevated privileges or in a workspace where they can access other users' files or cloud credentials. If you plan to let the agent invoke the skill autonomously, be extra cautious: autonomous execution plus bundled code and a prompt-injection pattern increases blast radius. If you want, I can scan the remaining script files for network or subprocess patterns and summarize any risky calls I find.
Capability Analysis
Type: OpenClaw Skill
Name: ui-craft-pro
Version: 0.2.2
The bundle is a comprehensive UI/UX design toolkit that includes a file-writing feature in `scripts/design_system.py` (via `persist_design_system`) to save design specifications. While this capability is aligned with the stated purpose of 'persisting' a design system, the implementation lacks strict path sanitization on the `project_name` and `page` parameters, which could potentially be exploited for path traversal. No evidence of intentional malice, data exfiltration, or backdoors was found in the code or the `SKILL.md` instructions.
Capability Assessment
Purpose & Capability
Name/description align with included assets: a large local design knowledge base (CSV data, references) and Python scripts for searching, generating design-systems, and producing style/code artifacts. The requested resources (no env vars, no external binaries) are proportionate to a local design/code helper. Minor oddity: several script files appear twice in the manifest (scripts/*.py listed twice), which looks like a packaging duplication but not necessarily malicious.
Instruction Scope
SKILL.md instructs the agent to run the bundled Python scripts (e.g., python3 skills/ui-craft-pro/scripts/search.py ...) and to use the local CSV knowledge base; that is within the skill's stated scope. However the static pre-scan flagged a 'system-prompt-override' pattern inside SKILL.md (prompt-injection). Even if benign, that indicates the skill's prose contains phrases that could try to alter model/system behavior. Additionally, the scripts (not fully shown) could read/write the local data files (data/_sync_all.py does so) and may execute arbitrary Python logic; you should inspect scripts for any network calls, telemetry, or instructions to alter agent/system prompts before running.
Install Mechanism
There is no install spec (instruction-only style), which minimizes installer-level risk. That said, code files are bundled with the skill and will be executed if the agent follows SKILL.md commands; no remote downloads were declared in the registry metadata. Risk comes from executing bundled code, not from an installer fetching third-party archives.
Credentials
The skill declares no required environment variables, credentials, or external endpoints — appropriate for an offline design helper. Nonetheless, bundled scripts (e.g., data/_sync_all.py) operate on local files (reading/writing CSVs) and could be implemented to access other filesystem locations or the network. Without reviewing all script code for network I/O or file-system paths outside the skill directory, there is residual risk of data exposure.
Persistence & Privilege
always:false and no claims to modify other skills or global agent configuration. The skill's own scripts include a sync utility that mutates files inside its data directory, which is reasonable for keeping the local knowledge base coherent. No indication the skill attempts to persist beyond its bundle or force-enable itself.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ui-craft-pro - After installation, invoke the skill by name or use
/ui-craft-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.2
README visual comparison pass
v0.2.1
README maturity pass with chooser, mistakes, and FAQ
v0.2.0
README productization upgrade with proof and outcome framing
v0.1.9
README documentation architecture upgrade
v0.1.8
README hero/positioning upgrade + live demo integration
v0.1.7
Showcase page + reference-driven docs/workflow upgrade
v0.1.4
Soften SKILL.md wording to reduce false-positive prompt-injection warnings while keeping the workflow intact.
v0.1.3
Improve ClawHub listing summary and sharpen first-glance positioning.
v0.1.2
Add ClawHub install guidance, GitHub/registry links, and publish payload links for better discovery.
v0.1.1
OpenClaw-first packaging, examples, project integration guide, cleaner publish payload, and richer showcase demos.
Metadata
Frequently Asked Questions
What is UI Craft Pro?
Design, refine, and implement better UI for websites, dashboards, apps, landing pages, and components by using a local design knowledge base plus a code-firs... It is an AI Agent Skill for Claude Code / OpenClaw, with 156 downloads so far.
How do I install UI Craft Pro?
Run "/install ui-craft-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is UI Craft Pro free?
Yes, UI Craft Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does UI Craft Pro support?
UI Craft Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created UI Craft Pro?
It is built and maintained by Aira Elite (@airaeliteagent); the current version is v0.2.2.
More Skills