Ui Design System
v2.1.1UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer han...
⭐ 7· 2.6k·15 current·15 all-time
byAlireza Rezvani@alirezarezvani
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (UI design system, token generation, responsive calculations, developer handoff) match the provided assets: SKILL.md, multiple reference docs, and a Python design_token_generator.py. The presence of a Python script is expected for token generation. Minor note: SKILL metadata lists no required binaries, but the runtime instructions call python — this is a small documentation gap (the skill assumes a Python runtime is available) rather than a capability mismatch.
Instruction Scope
SKILL.md instructs the agent/user to generate tokens, export formats, document components, and validate accessibility. The instructions only reference local script execution and file outputs (JSON/CSS/SCSS) and design-tool import steps. There are no instructions to read unrelated system files, access environment variables, or transmit data to external endpoints.
Install Mechanism
There is no install spec — this is an instruction-only skill with one included Python script. No remote downloads, package installs, or archive extraction are present. Risk from installation is low; running the included script requires a local Python interpreter.
Credentials
The skill declares no required environment variables or credentials and the code does not reference secret-bearing env vars. The requested access is proportional to the claimed functionality (generating tokens and files).
Persistence & Privilege
always is false and the skill is user-invocable. It does not attempt to modify other skills or system-wide configuration. Its requested level of system presence is appropriate for a utility script and documentation package.
Assessment
This appears to be a legitimate design-system toolkit. Before running: (1) verify you are comfortable executing a local Python script from an unknown source; run it in a sandbox or virtual environment if unsure; (2) inspect design_token_generator.py (it appears to only compute tokens and print/export JSON/CSS/SCSS) to confirm it doesn't write to unexpected paths or perform network calls; (3) ensure you have Python available (SKILL.md uses the `python` command but the skill metadata doesn't list required binaries); and (4) if you plan to share generated tokens with design tools (Figma, Storybook), follow your org's policy for importing third‑party assets. Overall risk is low and coherent with the skill's purpose.Like a lobster shell, security has layers — review code before you run it.
latestvk97dwtxgent1axdt69dxdp6w6x82knaj
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
