← 返回 Skills 市场
142
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-designer
功能描述
通过需求收口帮用户从零设计一个 OpenClaw agent skill。逐步收集目标、输入、输出、过程控制,确认后输出完整的 skill 文件包(SKILL.md + 安装指南)。产出是文件,不替用户执行安装。当用户说"创建 skill"、"做一个技能"、"加一个能力"、"帮我把 XXX 变成 skill"时触发。
安全使用建议
This skill appears to be a benign authoring assistant that collects requirements and outputs a skill package. Before using it: 1) confirm your agent environment allows writing to the reported output/<skill-id>/ path and that you trust any generated scripts; 2) always review the generated SKILL.md, README, and any scripts in scripts/ before copying them into a production agent or running them (they may include install commands or downloads); 3) if the generated files reference external downloads or API keys, verify those references and do not paste secrets unless you understand why they're needed. If you want stronger assurance, request the skill to avoid embedding any automatic download/install steps and to flag any recommended network calls explicitly in the package.
功能分析
Type: OpenClaw Skill
Name: skill-designer
Version: 1.0.0
The skill acts as a design consultant to help users create new OpenClaw skill bundles. It follows a structured requirement-gathering process and generates file templates (SKILL.md, README.md) in an output directory without executing them, and it contains explicit safety constraints in SKILL.md forbidding the agent from installing the skills or modifying the host environment.
能力评估
Purpose & Capability
Name/description match the runtime instructions: the skill's purpose is to gather requirements and generate a SKILL.md + README package. It requests no binaries, no env vars, and no installs — all proportional to an authoring/templating tool.
Instruction Scope
SKILL.md instructs the agent to interactively collect 4 requirement fields, design plans, and then write the generated files to output/<skill-id>/. This is consistent with a file-generation task. Note: the instructions imply searching for technical solutions (APIs/tools/best practices) and writing files to disk; if the runtime agent has network access it may perform lookups — this is expected but you should review generated outputs before executing any suggested installation commands or scripts.
Install Mechanism
There is no install spec and no code files — lowest-risk model. The skill only emits files; it does not download or install third-party code itself.
Credentials
The skill declares no environment variables, no credentials, and no config paths. Nothing requests secrets or unrelated service access.
Persistence & Privilege
always:false and default autonomous invocation are appropriate. The skill explicitly forbids installing itself or modifying other agent files. It will write generated files to its working directory (output/<skill-id/>), which is normal for a generator and does not imply elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-designer - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-designer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release – quickly create an OpenClaw agent skill package through a structured requirement-gathering and design workflow.
- Guides users step-by-step to collect goal, input, output, and process control before designing the skill.
- Outputs a complete, ready-to-install skill package (SKILL.md + installation guide); does not auto-install or modify any agent.
- Suggests a unique, English slug for each skill and confirms with the user.
- Presents multiple technical solutions, explains pros and cons, and lets users select the final plan.
- Ensures all skill definitions follow AgentSkills protocol with clear trigger conditions, executable steps, and explicit constraints.
- Delivers all generated files in a structured directory for easy installation and review.
元数据
常见问题
Skill Designer 是什么?
通过需求收口帮用户从零设计一个 OpenClaw agent skill。逐步收集目标、输入、输出、过程控制,确认后输出完整的 skill 文件包(SKILL.md + 安装指南)。产出是文件,不替用户执行安装。当用户说"创建 skill"、"做一个技能"、"加一个能力"、"帮我把 XXX 变成 skill"时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 142 次。
如何安装 Skill Designer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-designer」即可一键安装,无需额外配置。
Skill Designer 是免费的吗?
是的,Skill Designer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Designer 支持哪些平台?
Skill Designer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Designer?
由 shing19(@shing19)开发并维护,当前版本 v1.0.0。
推荐 Skills