Skip to main content
GET

Overview

Returns every skill owned by the signed-in user, newest first. Private and public skills are both included unless you filter by visibility. Auth: Requires JWT token (Authorization: Bearer <token>). An API key is not accepted on this endpoint. The Python and TypeScript SDKs do not wrap this endpoint yet, and there is no MCP tool for it. Call it directly.

Query Parameters

string
Filter by visibility. Options: public, private. Any other value returns 400.

Response

Returns an array of skill summary objects.
string
Unique identifier for the skill
string
Skill name (lowercase, hyphens, 1-64 characters)
string
What the skill does and when to use it
string
License (e.g., “Apache-2.0”)
string
Environment requirements. This listing does not load the value, so it is always null here. Get Skill returns it.
object
Additional metadata from the SKILL.md frontmatter (author, version, etc.)
string
Optional linked service ID
string
private or public
string
ISO 8601 timestamp

Example