Get Skill Content

Retrieve the active revision content for a skill, including instructions, metadata, available reference or asset filenames, and structured file content entries with body size.

Authentication

AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

Path parameters

skill_idstringRequiredformat: "uuid"

Response

Skill content
idstringformat: "uuid"
slugstring
display_namestring
descriptionstring or null
licensestring or null
compatibilitystring or null
sourceobject
tagslist of strings
active_revisionobject or null

Errors

401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error