-
Notifications
You must be signed in to change notification settings - Fork 2
/
skill.json
52 lines (52 loc) · 1.44 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
{
"title": "Demo",
"url": "https://github.com/NeonGeckoCom/skill-demo",
"summary": "Skill to demo Neon capabilities",
"short_description": "Skill to demo Neon capabilities",
"description": "The demo skill will prompt on first run if you'd like to see a demo. User may accept or decline and optionally choose to be asked again on next run. The demo may also be run at any time via intent.",
"examples": [
"Show me the demo."
],
"desktopFile": false,
"warning": "",
"systemDeps": false,
"requirements": {
"python": [
"neon-tts-plugin-audiofiles~=0.0.2",
"neon-utils~=1.8",
"ovos-bus-client~=0.0,>=0.0.3",
"ovos-plugin-manager~=0.0,>0.0.21",
"ovos-utils~=0.0,>=0.0.28",
"ovos-workshop~=0.0"
],
"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": "Information",
"categories": [
"Information"
],
"tags": [
"NeonGecko Original",
"NeonAI",
"Demo"
],
"credits": [
"NeonDaniel",
"NeonGeckoCom"
],
"skillname": "skill-demo",
"authorname": "NeonGeckoCom",
"foldername": null
}