Skip to main content
GET
/
api
/
skills
List Skills
curl --request GET \
  --url https://api.example.com/api/skills/ \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>",
    "description": "<string>",
    "when_to_use": "<string>",
    "tags": [
      "<string>"
    ]
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

name
string
required

Skill name

description
string
required

Skill description

when_to_use
string
required

When to use this skill

tags
string[]

Skill tags