-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathskill.json
More file actions
52 lines (52 loc) · 1.95 KB
/
skill.json
File metadata and controls
52 lines (52 loc) · 1.95 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
45
46
47
48
49
50
51
52
{
"title": "ovos-skill-laugh",
"icon": "res/icon/laugh_icon.png",
"summary": "    Makes your voice assistant laugh like a maniac ",
"description": "Laugh randomly or when requested.",
"examples": [
"Laugh like Alexa",
"can you laugh"
],
"credits": [
"OpenVoiceOS"
],
"categories": [
"Entertainment"
],
"tags": "ovos skill voice assistant",
"category": "Entertainment",
"package_name": "ovos-skill-laugh",
"pip_spec": "ovos-skill-laugh",
"license": "Apache-2.0",
"author": "OpenVoiceOS",
"version": "1.0.5a1",
"url": "https://github.com/openvoiceos/ovos-skill-laugh",
"skill_id": "ovos-skill-laugh.openvoiceos=ovos_skill_laugh:LaughSkill",
"skillname": "ovos-skill-laugh",
"authorname": "openvoiceos",
"name": "ovos-skill-laugh",
"requirements": {
"python": [
"ovos-utils",
"ovos-workshop",
"ovos-plugin-manager",
"ovos-audio"
],
"system": {},
"skill": []
},
"desktopFile": false,
"warning": "",
"systemDeps": false,
"incompatible_skills": [],
"platforms": [
"i386",
"x86_64",
"ia64",
"arm64",
"arm"
],
"branch": "master",
"foldername": null,
"short_description": "    Makes your voice assistant laugh like a maniac "
}