agents/openai.yaml
46 tokens · o200k_base · 183 bytes
Source excerpt starting at line 1.interface: display_name: "Skill Creator" short_description: "Create or update a skill" icon_small: "./assets/skill-creator-small.svg" icon_large: "./assets/skill-creator.png"
Referenced from SKILL.md
Source excerpt starting at line 92.`agents/openai.yaml` can provide UI-facing metadata such as `display_name`, `short_description`, and `default_prompt`, along with invocation policy. When creating or updating those settings, read [references/openai_yaml.md](references/openai_yaml.md) and keep the values consistent with the skill.
Source excerpt starting at line 101.This keeps the skill available when explicitly invoked as `$skill-name` without adding it to the model context automatically. Preserve unrelated existing UI, policy, and dependency fields when updating `agents/openai.yaml`.
Source excerpt starting at line 187.The initializer creates the skill directory, a concise `SKILL.md` starter, and `agents/openai.yaml`. It creates resource directories and example files only when requested. Pass generated UI values as `--interface key=value` when needed.