Skills

Get Skill Details

Returns detailed information about a specific skill

get/agent/skills/{skillId}

Path parameters

skillIdstring required

The skill identifier

Response

Skill details

idstring required

Unique skill identifier

namestring required

Skill name

descriptionstring

Detailed skill description

tagsstring[]

Skill tags for categorization

input_modesstring[]

Accepted input MIME types

output_modesstring[]

Supported output MIME types

versionstring required

Skill version

authorstring

Skill author email

examplesstring[]

Example use cases

capabilities_detailobject

Detailed capability information

allowed_toolsstring[]

Allowed tool operations

documentation_pathstring

Path to skill documentation file

has_documentationboolean

Whether documentation is available

Changes