Get a Skill
Get one Skill and optionally its procedure body or bounded portable bundle. Bundle files are returned only when explicitly requested; binary files use base64.
Path Parameters
skill_id*Skill Id
Stable Skill ID
Query Parameters
include_body?Include Body
Include the SKILL.md body
Default
falseinclude_files?boolean
Explicit opt-in for remote native-host projection. Normal UI detail requests stay small and keep binary assets off the wire.
Response Body
application/json
application/json
curl -X GET "https://example.com/skills/string"{}Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}