v11

latestOpenAPI 3.0.0raw.githubusercontent.com2026-01-29273578.1 KB
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