v1
latestSwagger 2.02026-07-17357.0 KBskill
Retrieve more detailed information about a selected skill.
This endpoint provides more information about a skill than is provided in the available skills endpoint.
get/skill/detail/{skillName}
Path parameters
skillNamestring required
Unique name of the skill to return.
Response
successful operation
Example response
[
{
"categories": [
"Music",
"Entertainment"
],
"credits": {
"name": "Mycroft AI"
},
"icon": {
"name": "music",
"color": "#22a7f0"
},
"marketCategory": "Music",
"name": "Spotify",
"platforms": [
"Mark I",
"Mark II"
],
"summary": "Listen to music from your Spotify account",
"title": "Spotify",
"triggers": [
"Play Rush on Spotify",
"Play Discover Weekly"
]
}
]