CueFrame

List available CueFrame agent skills

Returns the agent skills CueFrame publishes (e.g. `cueframe-cli`). Metadata only — fetch the markdown body from GET /skills/{name}. Unauthenticated, like /openapi.json.

GET
/v1/skills

Response Body

application/json

application/json

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