Skip to main content
Create and manage skills, reusable instructions you run in Omni Agent chat with a slash command.
The skills API is experimental. These commands and their response fields can change without a deprecation cycle.
Organization Admins can see and edit every skill in the organization. Other users see and edit only their own skills. Skills must be enabled for you to use these commands. A skill’s identifier is its slash-command handle without the slash: lowercase letters, numbers, and hyphens, up to 48 characters, and unique among the organization’s skills. create requires name, identifier, description, and body, the instructions the agent follows when the skill runs.
list omits body, so use get to read a skill’s instructions. Creating a skill with an identifier that another skill already holds fails with a 409. Deleting a skill removes it from every read and frees its identifier for reuse.
Every command in this group also accepts the global flags, including --token, --profile, --format, and --compact.