forked from MycroftAI/fallback-unknown
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathskill.json
48 lines (48 loc) · 1.8 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
{
"title": "Fallback Unknown",
"url": "https://github.com/NeonGeckoCom/skill-fallback_unknown",
"summary": "Unknown request fallback handler. Executes if every other step failed to answer the question.",
"short_description": "Unknown request fallback handler. Executes if every other step failed to answer the question.",
"description": "This fallback is how Neon would let you know if he can't help with what you said and answer your question. This skill will execute as a last resort, and only if you are currently in the wakewords-required mode. If you are skipping wakewords, the failed utterances will be ignored. Neon will try to match the request to Adapt skills, Padatious skills, and all of Fallbacks before finally l reaching it here.",
"examples": [],
"desktopFile": false,
"warning": "",
"systemDeps": false,
"requirements": {
"python": [
"neon-utils~=1.5",
"ovos-bus-client~=0.0,>=0.0.3",
"ovos-workshop~=0.0,>=0.0.15",
"ovos_utils~=0.0,>=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": "",
"categories": [],
"tags": [
"fallback",
"unknown",
"system"
],
"credits": [
"Mycroft AI",
"NeonDaniel",
"reginaneon"
],
"skillname": "skill-fallback_unknown",
"authorname": "NeonGeckoCom",
"foldername": null,
"troubleshooting": "Check your signal handling in `/mycroft/ipc` if you are receiving response from this skill while skipping wake words."
}