← 返回 Skills 市场
balancegsr

Design

作者 Balancegogogo · GitHub ↗ · v1.2.1 · MIT-0
cross-platform ✓ 安全检测通过
179
总下载
1
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install skill-creator-design
功能描述
生成定制化的设计项目 Skill(含 SKILL.md + references/),为用户的设计过程提供从需求定义到 交付的持续引导。触发场景:用户表达想做设计相关工作("我想设计 X""做个 X 的方案" "帮我设计一个 X""出个设计""改版 X""重新做一下 X""想想 X 怎么做""design X"...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-creator-design
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-creator-design 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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 标准一致且可直接使用。
元数据
Slug skill-creator-design
版本 1.2.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

Design 是什么?

生成定制化的设计项目 Skill(含 SKILL.md + references/),为用户的设计过程提供从需求定义到 交付的持续引导。触发场景:用户表达想做设计相关工作("我想设计 X""做个 X 的方案" "帮我设计一个 X""出个设计""改版 X""重新做一下 X""想想 X 怎么做""design X"... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 179 次。

如何安装 Design?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-creator-design」即可一键安装,无需额外配置。

Design 是免费的吗?

是的,Design 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Design 支持哪些平台?

Design 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Design?

由 Balancegogogo(@balancegsr)开发并维护,当前版本 v1.2.1。

💬 留言讨论