Author or review AgentSkills: create, repair, validate, or restructure SKILL.md files and bundled resources.
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-skill-creator-6de3ae70b659 ,按照其中的说明把「skill-creator」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Establish the contract.
Choose invocation.
description; omit disable-model-invocation.disable-model-invocation: true; write a human-facing summary.command-dispatch: tool, command-tool, and command-arg-mode only when the command bypasses the model.Structure the skill.
SKILL.md; end every step with a checkable completion criterion and finish with verification.description; start the body with execution.references/, deterministic helpers to scripts/, output resources to assets/, and optional UI metadata to agents/.SKILL.md.Draft and persist.
skill_workshop to create or revise a pending proposal; keep live files unchanged until apply.Validate.
python {baseDir}/scripts/quick_validate.py <skill-directory> and execute every touched helper's focused test.Required: name, description.
OpenClaw also supports metadata, homepage, license, allowed-tools, user-invocable, disable-model-invocation, command-dispatch, command-tool, and command-arg-mode. Add optional fields only when they change runtime behavior or discovery.