Enneo

NEO Skills

List NEO skills

GET /skill

GET /skill

Returns live (non-deleted) skills. With ?aiAgentId=N, returns shared skills (aiAgentId null) plus that agent's private skills.

Query parameters

aiAgentIdintegerquery

Restrict to shared skills plus this agent's private skills.

Responses

200 — Successful operation

Response Example

{
  "skills": [
    {
      "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
}

401 — Unauthorized