← Back to Skills Marketplace
142
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-designer
Description
通过需求收口帮用户从零设计一个 OpenClaw agent skill。逐步收集目标、输入、输出、过程控制,确认后输出完整的 skill 文件包(SKILL.md + 安装指南)。产出是文件,不替用户执行安装。当用户说"创建 skill"、"做一个技能"、"加一个能力"、"帮我把 XXX 变成 skill"时触发。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-designer - After installation, invoke the skill by name or use
/skill-designer - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Skill Designer?
通过需求收口帮用户从零设计一个 OpenClaw agent skill。逐步收集目标、输入、输出、过程控制,确认后输出完整的 skill 文件包(SKILL.md + 安装指南)。产出是文件,不替用户执行安装。当用户说"创建 skill"、"做一个技能"、"加一个能力"、"帮我把 XXX 变成 skill"时触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 142 downloads so far.
How do I install Skill Designer?
Run "/install skill-designer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill Designer free?
Yes, Skill Designer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skill Designer support?
Skill Designer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill Designer?
It is built and maintained by shing19 (@shing19); the current version is v1.0.0.
More Skills