🧩 Skills Official Documentation

â‹™ List Skills

List skills.

msg.payload Properties

after string
Pagination cursor for items after this id.
limit integer
Maximum number of skills to return.
order string
Sort order by timestamp. Use asc or desc.

â‹™ Create Skill

Create a skill.

msg.payload Properties

files file | array
Skill files to upload (directory upload) or one zip file.

â‹™ Retrieve Skill

Retrieve a skill by id.

msg.payload Properties

skill_id string
The skill id.

â‹™ Modify Skill

Update the default version for a skill.

msg.payload Properties

skill_id string
The skill id.
default_version string
Version to set as the skill default.

â‹™ Delete Skill

Delete a skill by id.

msg.payload Properties

skill_id string
The skill id.

â‹™ Get Skill Content

Fetch the packaged content for a skill.

msg.payload Properties

skill_id string
The skill id.

â‹™ List Skill Versions

List versions for a skill.

msg.payload Properties

skill_id string
The skill id.
after string
Pagination cursor for versions after this id.
limit integer
Maximum number of versions to return.
order string
Sort order by version number. Use asc or desc.

â‹™ Create Skill Version

Create a new version for an existing skill.

msg.payload Properties

skill_id string
The skill id.
default boolean
Whether to set the created version as default.
files file | array
Skill files to upload (directory upload) or one zip file.

â‹™ Retrieve Skill Version

Retrieve one version from a skill.

msg.payload Properties

skill_id string
The skill id.
version string
The version identifier.

â‹™ Delete Skill Version

Delete a version from a skill.

msg.payload Properties

skill_id string
The skill id.
version string
The version identifier.

â‹™ Get Skill Version Content

Fetch packaged content for a specific skill version.

msg.payload Properties

skill_id string
The skill id.
version string
The version identifier.