-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathskill.json
More file actions
53 lines (53 loc) · 1.58 KB
/
skill.json
File metadata and controls
53 lines (53 loc) · 1.58 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
51
52
53
{
"title": "Support Helper",
"url": "https://github.com/NeonGeckoCom/skill-support_helper",
"summary": "Get diagnostic information sent via email.",
"short_description": "Get diagnostic information sent via email.",
"description": "The skill provides the functionality to get core module status information and message information, including user profile information, sent to the user via email.",
"examples": [
"Create a troubleshooting package.",
"Create a support ticket."
],
"desktopFile": false,
"warning": "",
"systemDeps": false,
"requirements": {
"python": [
"neon-utils[network]~=1.12",
"ovos-bus-client~=0.0,>=0.0.3",
"ovos-utils~=0.0, >=0.0.28",
"ovos-workshop~=0.0,>=0.0.12",
"pyyaml>=5.4,<7.0"
],
"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/life-ring.svg",
"category": "",
"categories": [],
"tags": [
"NeonGecko Original",
"NeonAI",
"Support",
"Help"
],
"credits": [
"NeonGeckoCom",
"NeonDaniel",
"reginaneon"
],
"skillname": "skill-support_helper",
"authorname": "NeonGeckoCom",
"foldername": null,
"troubleshooting": "If you do not see your troubleshooting email, check your spam folder."
}