v1
latestSwagger 2.02026-07-17357.0 KBskill
Retrieve all available skills for devices using Mycroft.
The data retrieved is based on the skill metadata found in the mycroft-skills-data Github repository.
get/skill/available
Query parameters
searchstring
Filter skills by comparing the value of this parameter to a skill's title, summary, description, categories and tags. All skills are returned when this parameter is omitted.
Response
successful operation
Example response
[
{
"icon": {
"name": "music",
"color": "#22a7f0"
},
"marketCategory": "Music",
"name": "spotify",
"summary": "Listen to music from your Spotify account",
"title": "Spotify",
"trigger": "Play Rush on Spotify"
}
]