Skip to main content
GET
/
api
/
v1
/
skills
List skills
curl --request GET \
  --url http://localhost:3001/api/v1/skills \
  --cookie nut-session=
{
  "success": true,
  "documents": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "license": "<string>",
      "compatibility": "<string>",
      "allowedTools": "<string>",
      "metadata": {},
      "content": "<string>"
    }
  ]
}

Authorizations

nut-session
string
cookie
required

Session cookie authentication

Response

List of skill documents

success
boolean
documents
object[]