-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathskill.json
More file actions
44 lines (44 loc) · 1.42 KB
/
Copy pathskill.json
File metadata and controls
44 lines (44 loc) · 1.42 KB
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
{
"title": "neon-skill-communication",
"icon": "https://0000.us/klatchat/app/files/neon_images/icons/neon_skill.png",
"summary": "Skill for the Common Message Skill framework.",
"description": "This handles requests to send messages and place calls by communicating with all call and message handling skills and selecting the appropriate one to handle a request.",
"credits": [
"Neongecko"
],
"tags": [],
"category": "",
"package_name": "neon-skill-communication",
"pip_spec": "neon-skill-communication",
"license": "BSD-3-Clause",
"author": "Neongecko",
"version": "0.2.0",
"url": "https://github.com/NeonGeckoCom/skill-communication",
"skill_id": "skill-communication.neongeckocom=skill_communication:CommunicationSkill",
"skillname": "skill-communication",
"authorname": "NeonGeckoCom",
"name": "neon-skill-communication",
"requirements": {
"python": [
"neon-utils~=1.12",
"ovos-utils~=0.0, >=0.0.28",
"ovos-workshop~=0.0,>=0.0.15"
],
"system": {},
"skill": []
},
"desktopFile": false,
"warning": "",
"systemDeps": false,
"incompatible_skills": [],
"platforms": [
"i386",
"x86_64",
"ia64",
"arm64",
"arm"
],
"branch": "master",
"foldername": null,
"short_description": "Skill for the Common Message Skill framework."
}