Skills

List skills

Returns a paginated list of skills with optional filtering

get/api/v1/skills

Query parameters

limitinteger

Max skills per page (max: 100, default: 12)

cursorstring

Pagination cursor from previous response

sortstring

Sort by 'skillName' or 'updatedAt' (default)

Example:updatedAt
searchstring

Filter by name or description

Example:debugging
tagstring

Filter by tag

Example:development
scopestring

Filter by publisher scope

Example:superpowers

Response

List of skills

nextstring
totalCountnumber required

Changes

Changed in 3 of the 11 revisions of this API.36

  • 25721894961a23See the full diff
    • removed the required property skills/items/displayName from the response with the 200 status

      response-required-property-removed

    • removed the required property skills/items/slug from the response with the 200 status

      response-required-property-removed

    • added the optional property skills/items/totalInstalls to the response with the 200 status

      response-optional-property-added

    • added the required property skills/items/repoName to the response with the 200 status

      response-required-property-added

    • added the required property skills/items/skillName to the response with the 200 status

      response-required-property-added

  • ba253fbf08a712See the full diff
    • the response property skills/items/version became optional for the status 200

      response-property-became-optional

    • added the optional property skills/items/developerId to the response with the 200 status

      response-optional-property-added

    • the version response's property default value 1.0.0 was added for the status 200

      response-property-default-value-added

    • endpoint added

      endpoint-added

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