Skip to main content

List User Skills

GET 

/api/skills

Returns a list of skills accessible to the specified user. Supports pagination, search by name, and fetching a single skill by id or slug.

When id or slug is provided, returns a single skill object with additional metadata fields instead of a paginated list.

Request

Responses

List of skills retrieved successfully. When id or slug is provided, returns a single skill object with additional fields (metadata, allowed_tools) instead of a paginated list.