Skip to main content
GET

Overview

Returns the skills that are linked to a service, newest first. A skill is linked when it was created with that service_id. An unknown service ID returns an empty array, not 404. Auth: None required. The Python and TypeScript SDKs do not wrap this endpoint yet, and there is no MCP tool for it. Call it directly.

Path Parameters

string
required
The service UUID

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
object
Additional metadata from the SKILL.md frontmatter (author, version, etc.)
string
This listing does not load the value, so it is always null here. The service is the one named in the path.
string
private or public
string
ISO 8601 timestamp

Example