skills

List or search skills

Search and browse reusable prompt-based skills. Supports full-text and semantic search via the q parameter, and filtering by category, namespace, or slug.

get/skills

Query parameters

qstring

Search query for full-text and semantic search across skill names and descriptions.

categorystring

Filter by skill category (e.g. 'code', 'data', 'web').

namespacestring

Filter by the namespace that owns the skill.

slugstring

Filter by exact skill slug within a namespace. Deprecated: use GET /skills/:namespace/:slug instead.

ownerIdstring

Filter by the skill owner's user ID.

pageinteger

Page number (1-indexed).

pageSizeinteger

Number of results per page (default 20, max 100).

topKinteger

Maximum number of candidate results to consider from the search index before pagination.

fieldsstring

Comma-separated list of fields to include in response

Response

Successful response

Changes