forked from NeonGeckoCom/skill-speak
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskill.json
More file actions
50 lines (50 loc) · 1.25 KB
/
skill.json
File metadata and controls
50 lines (50 loc) · 1.25 KB
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": "Speak",
"url": "https://github.com/NeonGeckoCom/skill-speak",
"summary": "Have Neon repeat whatever you want",
"short_description": "Have Neon repeat whatever you want",
"description": "Turn Neon into a parrot. Speak a phrase and listen to it repeated in Mycroft's selected voice.",
"examples": [
"Say Goodnight, Gracie.",
"Repeat I can say anything you'd like!"
],
"desktopFile": false,
"warning": "",
"systemDeps": false,
"requirements": {
"python": [
"neon-utils~=1.0",
"ovos_utils~=0.0.28"
],
"system": {},
"skill": []
},
"incompatible_skills": [],
"platforms": [
"i386",
"x86_64",
"ia64",
"arm64",
"arm"
],
"branch": "master",
"license": "BSD-3-Clause",
"icon": "https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/bullhorn.svg",
"category": "Entertainment",
"categories": [
"Entertainment"
],
"tags": [
"speak",
"say",
"repeat",
"system"
],
"credits": [
"Mycroft AI",
"NeonDaniel"
],
"skillname": "skill-speak",
"authorname": "NeonGeckoCom",
"foldername": null
}