SkillHub

get/api/v1/skillhub/skills/{slug}

Path parameters

slugstring required

Query parameters

source'managed' | 'custom' | 'workspace' | 'user'
agentIdstring

Response

Skill detail

slugstring required
namestring required
descriptionstring required
downloadsnumber required
starsnumber required
tagsstring[] required
versionstring required
updatedAtstring required
installedboolean required
installedSource'managed' | 'custom' | 'workspace' | 'user' nullable required
agentIdstring nullable required
uninstallableboolean required
skillContentstring nullable required
filesstring[] required

Changes

Changed in 4 of the 31 revisions of this API.628

    • added the new optional query request parameter agentId

      new-optional-request-parameter

    • added the new optional query request parameter source

      new-optional-request-parameter

    • added the required property to the response with the status

      response-required-property-added

    • added the required property to the response with the status

      response-required-property-added

    • added the required property to the response with the status

      response-required-property-added

  • 15a1677e662f11See the full diff
    • added the pattern ^[a-z0-9][a-z0-9-]{0,127}$ to the path request parameter slug

      request-parameter-pattern-added

    • for the path request parameter slug, the minLength was decreased from 1 to 0

      request-parameter-min-length-decreased

    • removed the required property from the response with the status

      response-required-property-removed

  • 239b3cc94d80422See the full diff
    • for the path request parameter slug, the minLength was increased from 0 to 1

      request-parameter-min-length-increased

    • removed the required property from the response with the status

      response-required-property-removed

    • removed the required property from the response with the status

      response-required-property-removed

    • removed the required property from the response with the status

      response-required-property-removed

    • deleted the query request parameter agentId

      request-parameter-removed

    • deleted the query request parameter source

      request-parameter-removed

    • removed the pattern ^[a-z0-9][a-z0-9-]{0,127}$ from the path request parameter slug

      request-parameter-pattern-removed

    • added the required property to the response with the status

      response-required-property-added