forked from forslund/skill-cocktail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
skill.json
50 lines (50 loc) · 1.37 KB
/
skill.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"title": "Cocktails",
"url": "https://github.com/OscillateLabsLLC/skill-cocktail",
"summary": "Get help mixing drinks.",
"short_description": "Get help mixing drinks.",
"description": "Let Mycroft help you mix better and more fun drinks and cocktails. When asked Mycroft provides ingredients and mixing instructions for various drinks. The skill uses the fabulous [theCocktailDB](https://thecocktaildb.com/).",
"examples": [
"how do I mix a Moscow Mule",
"how do I make a daiquiri"
],
"desktopFile": false,
"warning": "",
"systemDeps": false,
"requirements": {
"python": [
"ovos-bus-client",
"ovos-plugin-manager",
"ovos-utils",
"ovos-workshop"
],
"system": {},
"skill": []
},
"incompatible_skills": [],
"platforms": [
"i386",
"x86_64",
"ia64",
"arm64",
"arm"
],
"branch": "master",
"license": "Unknown",
"icon": "https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/cocktail.svg",
"category": "Information",
"categories": [
"Information"
],
"tags": [
"drinks",
"recipies",
"cocktails"
],
"credits": [
"forslund"
],
"skillname": "skill-cocktail",
"authorname": "OscillateLabsLLC",
"foldername": null
}