forked from MycroftAI/skill-spelling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskill.json
51 lines (51 loc) · 1.3 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
51
{
"title": "Spelling",
"url": "https://github.com/NeonGeckoCom/skill-spelling",
"summary": "Let Neon help you spell words",
"short_description": "Let Neon help you spell words",
"description": "Neon can spell any word which is understood by speech-to-text.",
"examples": [
"How do you spell aardvark?",
"Spell succotash.",
"How do you spell bureacracy?",
"Spell omnipotence."
],
"desktopFile": false,
"warning": "",
"systemDeps": false,
"requirements": {
"python": [
"neon-utils[network]~=1.0,>=1.11.1a3",
"ovos-utils~=0.0, >=0.0.28",
"ovos-workshop~=0.0,>=0.0.15"
],
"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/book-reader.svg",
"category": "Information",
"categories": [
"Information"
],
"tags": [
"spell",
"spelling"
],
"credits": [
"Mycroft AI",
"NeonDaniel"
],
"skillname": "skill-spelling",
"authorname": "NeonGeckoCom",
"foldername": null
}