curl --request GET \
--url https://ai.wisepilot.app/api/v1/skills \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"skills": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"category": "monitor",
"version": 123,
"scope": "global",
"createdAt": "2023-11-07T05:31:56Z"
}
]
},
"meta": {
"total": 123,
"limit": 123,
"offset": 123
}
}List available AI skill templates with filtering by category and scope.
curl --request GET \
--url https://ai.wisepilot.app/api/v1/skills \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"skills": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"category": "monitor",
"version": 123,
"scope": "global",
"createdAt": "2023-11-07T05:31:56Z"
}
]
},
"meta": {
"total": 123,
"limit": 123,
"offset": 123
}
}API key prefixed with cr_ (e.g. cr_a1b2c3...)
Website ID. Auto-resolved if key has single website scope.
Filter by agent-role category
monitor, analyst, producer, planner, qa, integrator, librarian Max results (default 50, max 200)
x <= 200Pagination offset
x >= 0