-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathskill.json
51 lines (51 loc) · 1.38 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
{
"title": "Synonyms",
"url": "https://github.com/NeonGeckoCom/skill-synonyms",
"summary": "This skill handles setting and calling synonym (aliased) commands.",
"short_description": "This skill handles setting and calling synonym (aliased) commands.",
"description": "You may define a phrase as a synonym for a Neon command. Any time you ask something, this skill will check to see if it is a synonym for something else and complete that other action.",
"examples": [],
"desktopFile": false,
"warning": "",
"systemDeps": false,
"requirements": {
"python": [
"neon-utils[network]~=1.0,>=1.11.1a3",
"ovos-bus-client~=0.0,>=0.0.3",
"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": "logo.svg",
"category": "Daily",
"categories": [
"Daily",
"Productivity"
],
"tags": [
"NeonGecko Original",
"NeonAI",
"synonym",
"alias",
"commands"
],
"credits": [
"NeonDaniel",
"NeonGeckoCom",
"reginaneon"
],
"skillname": "skill-synonyms",
"authorname": "NeonGeckoCom",
"foldername": null
}