id | string | Skill ID with the skill_ prefix |
type | string | Always "skill" |
display_title | string | Display title derived from the stored skill name |
description | string | Skill description from SKILL.md |
source | string | Valid values: custom, qoder |
latest_version | string | Latest version number as a string |
metadata | object | Custom metadata object stored with the Skill; defaults to {} |
content | string | Present only when requested by get endpoints that include content; base64 encoded |
content_encoding | string | Present with content; value is base64 |
created_at | string | Creation time |
updated_at | string | Last update time |