Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

A personal API key or an OAuth 2.0 access token. Personal API keys also require the x-auth-key header with your user ID.

Query Parameters

team_id
string

Scope the listing to a single team. When omitted, returns skills owned by the authenticated user.

search_query
string

Case-insensitive substring match against the skill name.

sort_order
enum<string>
default:newest

Sort order for the returned skills.

Available options:
newest,
popular,
most_used
page_size
integer
default:20

Number of skills per page. Clamped between 1 and 100.

Required range: 1 <= x <= 100
cursor
string

Opaque pagination cursor returned in next_cursor from a prior page.

creator_user_id
string

Filter to skills created by this user ID.

Filter to skills that reference this MCP server ID in their metadata.

agent_id
string

Filter to skills attached to this agent.

unused
string

When set, filters to skills that have not been used.

Response

Skills matching the provided filters.

skills
object[]
next_cursor
string | null

Opaque cursor for the next page, or null when there are no more results.

total_count
integer | null

Total number of skills matching the filters across all pages.