SkillObject interface
A skill object.
Properties
| description | A human-readable description of the skill. |
| has_blob | Whether the skill was created from a zip blob package. |
| metadata | Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard. Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters. |
| name | The unique name of the skill. |
| skill_id | The unique identifier of the skill. |
Property Details
description
A human-readable description of the skill.
description?: string
Property Value
string
has_blob
Whether the skill was created from a zip blob package.
has_blob: boolean
Property Value
boolean
metadata
Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard.
Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.
metadata?: Record<string, string>
Property Value
Record<string, string>
name
The unique name of the skill.
name: string
Property Value
string
skill_id
The unique identifier of the skill.
skill_id: string
Property Value
string