← Back to Skills Marketplace
Design
by
Balancegogogo
· GitHub ↗
· v1.2.1
· MIT-0
179
Downloads
1
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install skill-creator-design
Description
生成定制化的设计项目 Skill(含 SKILL.md + references/),为用户的设计过程提供从需求定义到 交付的持续引导。触发场景:用户表达想做设计相关工作("我想设计 X""做个 X 的方案" "帮我设计一个 X""出个设计""改版 X""重新做一下 X""想想 X 怎么做""design X"...
Usage Guidance
This skill appears coherent and does what it says: it will collect brief requirements, generate a templated SKILL.md and supporting references, and create a project folder structure in your workspace (or package as ZIP). Before installing or allowing the agent to run in your real workspace: 1) Review the generated SKILL.md preview that the Creator shows before it writes files. 2) Run it in an isolated or dedicated project folder (not your home or an existing repo with secrets). The skill will scan common skill-paths under your workspace and home to pick an install prefix — if you do not want it to probe your home, run it in a clean workspace or choose ZIP packaging and install manually. 3) Be aware the agent will read and load files from the project_dir (plan.md, decisions.md and other outputs) into its context; remove or avoid placing secrets in those files. 4) Prefer ZIP delivery if you want to inspect files before they are written into any global skill path. If you are concerned about filesystem access, restrict the agent's file write/read permissions or run in a disposable environment.
Capability Analysis
Type: OpenClaw Skill
Name: skill-creator-design
Version: 1.2.1
The skill bundle is a 'Skill Creator' designed to generate and install customized design project skills. It uses 'bash' and 'write' tools to manage project directories and install generated SKILL.md files into detected agent skill paths (e.g., .agents/skills/ or ~/.openclaw/skills/). While it performs path probing and file creation, these actions are transparently documented and essential for its stated purpose of automating the setup of design workflows. The instructions even include security-conscious guidance for the agent to avoid shell injection vulnerabilities (e.g., avoiding heredocs) when writing files in SKILL.md.
Capability Assessment
Purpose & Capability
The skill claims to generate a design-project Skill and guide a design process; its runtime instructions (collecting user requirements, templating SKILL.md, creating references/, reading/writing project files) match that purpose. The directory probing to detect an appropriate skill install prefix (workspace and home skill paths) is aligned with the stated 'install into workspace' behavior.
Instruction Scope
Instructions direct the agent to read and load project files (plan.md, decisions.md and other produced artifacts) and to scan for existing skill directories under the workspace and user home. This is coherent for a file-backed memory design assistant, but it means the agent will read arbitrary files under the project directory (and will enumerate certain paths in the user home). That has privacy implications if sensitive files are present in those locations.
Install Mechanism
No install spec and no code files — the skill is instruction-only. Nothing will be downloaded or executed from external URLs. This is the lowest-risk install model.
Credentials
The skill requests no environment variables, credentials, or external secrets. Its need for filesystem access (read/write/create under detected skill prefix and project_dir) is proportionate to its purpose of creating and maintaining project files.
Persistence & Privilege
The skill will persistently write files and directories into the workspace (and may write under a detected global skills prefix in the user's home). It does not request 'always: true' nor claim system-wide privilege, and it indicates it will create its own skill folder rather than modify other skills. Still, it is persistent (writes on disk) so users should expect permanent artifacts.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-creator-design - After installation, invoke the skill by name or use
/skill-creator-design - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.1
No file changes detected.
Metadata and description updated.
- skill name in frontmatter changed from `skill_creator_design` to `skill-creator-design`
- description更精确,覆盖更多设计场景和触发意图(如"产品设计""改版X""设计规划"等)
- 明确技能适用产品设计、交互、视觉等多类设计,并强调持续引导与系统推进
- 指出优先适用于系统化设计场景,而非快速头脑风暴
- 功能和核心流程未变,class为metadata/说明性补充,无流程/能力调整
v1.2.0
**Summary: v1.2.0 introduces project文件目录支持 (“design_主题/”) 并优化了安装及交付流程。**
- 新增 `project_dir` 变量:所有设计项目会附属一个独立的项目文件目录(如 `design_user_onboarding/`),用于保存产出文档。
- skill 安装默认改为“当前工作空间内”,支持 skill 和项目文件分目录管理,便于与其他项目并行。
- 交付流程优化:ZIP 包和直接安装两种方式都包含 skill 目录和项目文件目录,解压即用。
- frontmatter 及内容填充逻辑同步更新,确保所有变量(含项目文件目录)在生成物中正确展示。
- 安装/交付说明文本、流程步骤、质量检查清单新增对项目文件目录的明确指引与校验。
v1.1.0
skill-creator-design v1.0.2 → v1.1.0 主要变更:新增版本标识字段,精细化模板变量管理。
- 新增 `generated_by` 变量与占位符,生成的 SKILL.md frontmatter 自动标注版本号(固定值 skill_creator_design v1.1.0)
- 附录的生成物质量检查清单同步增加对 generated_by 字段的检查与要求
- 微调模式推荐语,明确“轻量模式遇到高影响决策自动加深,完整模式明确简单环节自动精简”
- 变量提取和模板填充流程增加 `generated_by` 处理
- 其余内容保持不变
v1.0.1
No changes detected in this version.
- No file or documentation updates; content and logic remain unchanged.
v1.0.0
skill_creator_design 1.0.0 — 首次发布
- 新增:通过多轮自然对话收集设计主题、目标、范围和约束条件,高效定制设计项目 Skill。
- 自动生成完整 SKILL.md 与配套 references/ 文件,支持轻量与完整两种流程模式。
- 支持用户定制交付方式(直接创建文件夹或打包为 ZIP),并自动探测安装路径。
- 内置多语言支持,自动匹配用户对话语言生成。
- 配备生成物质量检查清单,确保每份 Skill 标准一致且可直接使用。
Metadata
Frequently Asked Questions
What is Design?
生成定制化的设计项目 Skill(含 SKILL.md + references/),为用户的设计过程提供从需求定义到 交付的持续引导。触发场景:用户表达想做设计相关工作("我想设计 X""做个 X 的方案" "帮我设计一个 X""出个设计""改版 X""重新做一下 X""想想 X 怎么做""design X"... It is an AI Agent Skill for Claude Code / OpenClaw, with 179 downloads so far.
How do I install Design?
Run "/install skill-creator-design" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Design free?
Yes, Design is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Design support?
Design is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Design?
It is built and maintained by Balancegogogo (@balancegsr); the current version is v1.2.1.
More Skills