Download OpenAPI specification:Download
List and retrieve AI skills available to agents and MCP clients.
Returns all AI skills available to MCP clients. Use ?names_only=true to return only skill names (useful for discovery before fetching full content). Use ?name__startswith=
| name__startswith | string name__startswith |
| limit | integer Number of results to return per page. |
| offset | integer The initial index from which to return the results. |
{- "count": 0,
- "results": [
- {
- "name": "string",
- "content": "string",
- "is_public": true
}
]
}