v1
latestOpenAPI 3.0.32026-07-267015229.9 KBSkills
List Skills
List every skill in the registry. Skills are pre-built capabilities authored by Tavus that you can attach to a PAL - see Skills.
get/v2/skills
Response
Successfully retrieved the skill registry
Example response
{
"data": [
{
"skill_id": "internet_search",
"display_name": "Internet Search",
"description": "Lets the PAL answer questions with up-to-date information from the web."
}
]
}