Install
openclaw skills install nika-skill-creatorCreate or update Nika platform skills (main doc + sub docs) that follow Nika constraints (two-level docs, @sub-doc references, no path/extension references). Use when user asks to make a Nika skill, refactor an existing one to Nika format, or validate a Nika skill draft; also useful to output documents that can be pasted into Nika.
openclaw skills install nika-skill-creator本技能用于在本仓库内创建/更新符合 Nika 平台约束的技能文档,并提供可复制到 Nika 的主文档与子文档内容。
重要核心:
python3 scripts/init_nika_skill.py "你的目标技能中文名"
python3 scripts/validate_nika_skill.py "skills/你的目标技能中文名"
收集并锁定:
目标技能必须明确“必要输入内容、形式”:
目标技能必须按固定优先级获取输入:
约束与注意事项见:nika-spec
目标技能必须同时定义两类交付物:
目标技能的主文档只保留:
@子文档名 引用)子文档只放可复用的细节:
子文档模板见:sub-doc-template
默认交付行为:
完成后运行校验脚本,并把结果作为“屏幕输出交付”的一部分:
python3 scripts/validate_nika_skill.py "skills/目标技能中文名"
如果失败:根据错误定位修订主文档/子文档,再重复校验。