forked from NeonGeckoCom/skill-device_controls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskill.json
59 lines (59 loc) · 1.52 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
52
53
54
55
56
57
58
59
{
"title": "Device Control Center",
"url": "https://github.com/NeonGeckoCom/skill-device_controls",
"summary": "Handles system-wide settings and controls.",
"short_description": "Handles system-wide settings and controls.",
"description": "Device Control skill handles global core configuration and OS interactions (via messagebus/PHAL service).",
"examples": [
"Skip wake words.",
"Require wake words.",
"I want you to exit.",
"I want you to shut down.",
"I want you to restart."
],
"desktopFile": false,
"warning": "",
"systemDeps": false,
"requirements": {
"python": [
"neon-utils~=1.0",
"ovos-bus-client~=0.0.3",
"ovos-utils~=0.0.28"
],
"system": {},
"skill": []
},
"incompatible_skills": [],
"platforms": [
"i386",
"x86_64",
"ia64",
"arm64",
"arm"
],
"branch": "master",
"license": "BSD-3-Clause",
"icon": "https://0000.us/klatchat/app/files/neon_images/icons/neon_skill.png",
"category": "Configuration",
"categories": [
"Configuration",
"Daily"
],
"tags": [
"NeonGecko Original",
"NeonAI",
"controls",
"device",
"wake words",
"power",
"settings"
],
"credits": [
"NeonGeckoCom",
"NeonDaniel",
"reginaneon"
],
"skillname": "skill-device_controls",
"authorname": "NeonGeckoCom",
"foldername": null
}