v1
skills

Read a single copilot skill with its full SKILL.md body

Return full SKILL.md content (name, description, triggers, body) for the library UI's expand-to-view dialog.

Built-in default skills are returned with is_default=True so the UI can hide destructive affordances; missing user skills return 404.

get/api/skills/{name}

Path parameters

namestring required

Slug of the skill to read

Slug of the skill to read

Query parameters

expert_idstring nullable

Read this expert's own copy of the skill.

Read this expert's own copy of the skill.

Response

Successful Response

namestring required
descriptionstring required
triggersstring[]
bodystring required
versionstring nullable
is_defaultboolean

Changes

Changed in 4 of the 165 revisions of this API.113

  • 33ef6a92dfc211See the full diff
    • ●

      removed the optional property from the response with the status

      response-optional-property-removed

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the new optional query request parameter expert_id

      new-optional-request-parameter

    • ○

      endpoint added

      endpoint-added

    • ▲

      api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 96 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog