Skill Search
Endpoint to search skills with flexible filtering options.
Args: query: Search query to match against name and description status: Filter by status (default: “active”) max_results: Maximum number of results to return (default: 5)
Returns: List[SkillListItem]: A list of skill list items matching the search criteria
Authorizations
JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'
Query Parameters
Search query for name or description
Filter by status (active/disabled)
Maximum number of results to return
Response
Successful Response
Unique identifier for the skill
Name of the skill
Description of the skill
User who created the skill
The date and time when the skill was created.
The date and time when the skill was last updated.
License field
Compatibility field
Metadata dict
Allowed-tools field
Status of the skill: active or disabled
