API Reference
cURL
curl --request GET \ --url https://api.example.com/api/skills/ \ --header 'Authorization: Bearer <token>'
[ { "name": "<string>", "description": "<string>", "when_to_use": "<string>", "tags": [ "<string>" ] } ]
List all available skills
Returns: List of available skills with basic information
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Skill name
Skill description
When to use this skill
Skill tags