Agent Skills

Get agent skill

Get a single skill by UUID. 404s for skills owned by another user.

get/api/v0/agent/skills/{skill_id}

Path parameters

skill_idstring uuid required

Response

Successful Response

idstring uuid required

The ID of the skill.

namestring required

The name of the skill.

descriptionstring required

The description of the skill.

bodystring

Markdown body of the skill — what the agent reads via the read_skill builtin tool when a persona has preloaded it.

created_atstring date-time required

When the skill was created.

updated_atstring date-time required

When the skill was last updated.

Changes

No recorded changes to this endpoint across all 1 revision of this API.