-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathskill.json
49 lines (49 loc) · 1.27 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
{
"title": "Ready",
"url": "https://github.com/NeonGeckoCom/skill-core_ready",
"summary": "Skill to speak a notification when Neon is ready.",
"short_description": "Skill to speak a notification when Neon is ready.",
"description": "When Neon is started or restarted, this skill will speak a notification to the user. This speech can be enabled/disabled by intent.",
"examples": [
"Enable ready notifications.",
"Disable load speech."
],
"desktopFile": false,
"warning": "",
"systemDeps": false,
"requirements": {
"python": [
"ovos-bus-client~=0.0,>=0.0.3",
"ovos-utils~=0.0, >=0.0.28",
"ovos-workshop~=0.0,>=0.0.12"
],
"system": {},
"skill": []
},
"incompatible_skills": [],
"platforms": [
"i386",
"x86_64",
"ia64",
"arm64",
"arm"
],
"branch": "master",
"license": "BSD-3-Clause",
"icon": "logo.svg",
"category": "Daily",
"categories": [
"Daily"
],
"tags": [
"NeonGecko Original",
"NeonAI"
],
"credits": [
"NeonDaniel",
"NeonGeckoCom"
],
"skillname": "skill-core_ready",
"authorname": "NeonGeckoCom",
"foldername": null
}