CueFrame

Get a skill's SKILL.md (markdown)

Returns the raw SKILL.md for the named skill as `text/markdown`, ready to load into an agent. 404 if the skill name is unknown. Unauthenticated.

GET
/v1/skills/{name}

Path Parameters

name*string

Response Body

text/markdown

application/json

application/json

curl -X GET "https://example.com/v1/skills/string"
"string"
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}