Skip to main content
GET
List Skills
List available skills. Filter by installed skills or browse the full marketplace.

Authentication

Requires a Bearer token. See Authentication.

Query Parameters

filter
string
Filter skills. Options:
  • "installed" — Only skills installed by the authenticated user
  • "marketplace" — All public marketplace skills (default when omitted)

Request Examples

Response

skills
object[]
Array of skill objects. Each includes id, name, slug, description, category, version, installCount, isPublic, and more.

Example Response