Agent Skills
List plugins
List the plugins available to your connection.
GET
TypeScript SDK
Returns the list of available plugins. To fetch an individual plugin from the list, call Get plugin.
The response includes plugins for skills shared with the connection. If you see fewer plugins than expected, check the connection’s access to your skills databases.
Each unique value in a skills database’s Tags property becomes a plugin. An untagged skill becomes a plugin containing only that skill.
For an overview of how to use the Agent Skills API, see the guide overview.
Using version_id
version_id is an opaque string. An unchanged value means the plugin’s contents are unchanged so you can skip re-downloading its directory.
Pagination
This endpoint uses standard cursor pagination. Follownext_cursor until has_more is false.
Errors
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The API version to use for this request. The latest version is 2026-03-11.
Available options:
2026-03-11 Query Parameters
The number of items to return. Maximum: 100.
Required range:
1 <= x <= 100An opaque cursor returned by the previous page of results.
Required string length:
1 - 200Pattern:
^[A-Za-z0-9]+$