← Back to Skills Marketplace
495
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install skill-create-cn
Description
在需要新建或优化技能、判断复用还是重建、并生成最小可用技能文件时使用。
Usage Guidance
这是一个文档型的“技能创建向导”,安装风险很低。安装前注意:
- 阅读并理解它将生成的 SKILL.md 内容;如生成脚本(*.js/*.sh)时,先在受控环境中检查/运行脚本源码。
- 若后续您添加外部依赖(npm 包、下载链接)或要求环境变量,再次审查那些依赖来源和所需凭据。
- 默认允许代理调用技能是平台常态;如果您担心自动化执行,可在平台上限制该技能的自动调用权限或仅在手动触发时使用。
总体而言,该技能在目的、说明和请求之间是自恰的。
Capability Analysis
Type: OpenClaw Skill
Name: skill-create-cn
Version: 1.0.1
The skill bundle is a meta-tool designed to guide an AI agent in creating or optimizing other OpenClaw skills. It provides a structured workflow in SKILL.md for searching existing skills, defining metadata, and generating minimal viable skill files (primarily SKILL.md) within the local directory. There are no indicators of malicious intent, data exfiltration, or harmful execution patterns.
Capability Assessment
Purpose & Capability
技能名称与描述(创建/优化技能、生成最小可用 SKILL.md)与 SKILL.md 中的执行清单和输出标准一致;无需要云凭据、二进制或外部服务的请求,功能声明与所需资源相符。
Instruction Scope
SKILL.md 的指令仅限于搜索类似技能、决策创建策略、收集元信息并在工作目录/skills 下生成 SKILL.md(必要时才生成脚本)。没有指示读取系统敏感文件、发送数据到外部第三方或访问与任务无关的环境变量。
Install Mechanism
这是一个纯文档型技能(无 install spec、无代码文件),因此不会在安装时下载或写入二进制文件,安装风险极低。
Credentials
声明没有任何必需的环境变量、凭据或配置路径,与其文档/模板生成目的相符;也没有要求访问其他技能的凭据或系统范围配置。
Persistence & Privilege
flags 显示默认行为(always:false,agent 可被调用),没有请求永久驻留或修改其它技能/系统配置;该技能为说明性,不具备提升特权的行为。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-create-cn - After installation, invoke the skill by name or use
/skill-create-cn - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 明确聚焦“只生成最小可用产物”,仅在必要时生成脚本文件
- 优化描述,强调优先扩展和复用已有技能,避免重复新建
- 输出结构更清晰,分为“何时使用”“执行清单”“输出标准”
- 丰富最佳实践和自检清单,增加触发词和内容规范
- `description` 字段现在仅描述使用场景,不再写执行流程
v1.0.0
- 首次发布:create-skill 智能技能创建向导上线。
- 支持智能技能发现,创建前自动搜索并推荐可复用的现有技能。
- 提供复用建议系统,提升开发效率。
- 按需生成技能文档和相关文件,实现自适应文件结构。
- 简化技能创建流程,提供交互式指导与最佳实践建议。
- 严格遵循 OpenClaw YAML frontmatter 标准,规范技能元数据。
Metadata
Frequently Asked Questions
What is Create-Skill?
在需要新建或优化技能、判断复用还是重建、并生成最小可用技能文件时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 495 downloads so far.
How do I install Create-Skill?
Run "/install skill-create-cn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Create-Skill free?
Yes, Create-Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Create-Skill support?
Create-Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Create-Skill?
It is built and maintained by Mr.Yang (@yangjinghua0127); the current version is v1.0.1.
More Skills