NEO Skills
Get a NEO skill
GET /skill/{id}
GET /skill/{id}
Path parameters
idintegerpathrequiredSkill ID.
Responses
200 — Successful operation
Response Example
{
"skill": {
"id": 1,
"slug": "string",
"aiAgentId": 1,
"name": "string",
"description": "string",
"content": "string",
"createdAt": "2026-01-01T12:00:00Z",
"modifiedAt": "2026-01-01T12:00:00Z"
},
"success": true
}404 — Skill not found