Skip to main content
GET
Get Skill
Retrieve full details for a skill by ID, including its manifest, install count, and review status.

Authentication

Requires a Bearer token. See Authentication.

Path Parameters

id
string
required
The skill UUID.

Request Example

Response

Returns the full skill object including id, name, slug, description, category, version, systemPromptExt, toolDefinitions, declaredPermissions, installCount, reviewStatus, authorUserId, readme, license, keywords, createdAt, and updatedAt.

Endpoint

GET /api/v1/skills/{id} Requires authentication via Bearer token. See Authentication.