v1

latestOpenAPI 3.0.02026-07-26492143.5 KB
Skills

Download skill

Generate a signed URL to download a skill's contents as a .skill archive (ZIP). When version_id is provided, returns that exact version; otherwise returns the current draft.

get/skills/{skill_id}/download

Path parameters

skill_idstring required

ID of the skill to download.

Query parameters

version_idstring

Specific version to download. When omitted, the current draft is returned.

Response

Signed download URL for the requested skill archive.

download_urlstring

Short-lived signed URL pointing at the .skill archive in object storage.

filenamestring

Suggested filename for the archive (<skill name>.skill).

media_type'application/zip'

Media type of the archive at download_url.

sizeinteger nullable

Size of the archive in bytes.

idstring

ID of the skill the archive was generated for.

version_idstring nullable

Version that was archived, or null if the skill has no current version.

major_versioninteger nullable

Major version number of the archived version, or null if unavailable.