generated from NeonGeckoCom/template-skill
-
Notifications
You must be signed in to change notification settings - Fork 1
/
skill.json
57 lines (57 loc) · 1.69 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
53
54
55
56
57
{
"title": "Free Music Archive",
"url": "https://github.com/NeonGeckoCom/skill-free_music_archive",
"summary": "[OCP](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin) skill to play royalty free music from [Free Music Archive](https://freemusicarchive.org/).",
"short_description": "[OCP](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin) skill to play royalty free music from [Free Music Archive](https://freemusicarchive.org/).",
"description": "Search and play royalty free music from [Free Music Archive](https://freemusicarchive.org/).",
"examples": [
"Play jazz.",
"Play classical music.",
"Play electronic music.",
"Play Mozart."
],
"desktopFile": false,
"warning": "",
"systemDeps": false,
"requirements": {
"python": [
"beautifulsoup4~=4.11",
"neon-utils[network]~=1.0,>=1.11.1a3",
"ovos-utils~=0.0, >=0.0.28",
"ovos-workshop~=0.0,>=0.0.7"
],
"system": {},
"skill": []
},
"incompatible_skills": [],
"platforms": [
"i386",
"x86_64",
"ia64",
"arm64",
"arm"
],
"branch": "master",
"license": "BSD-3-Clause",
"icon": "https://freemusicarchive.org/legacy/fma-smaller.jpg",
"category": "Music",
"categories": [
"Music"
],
"tags": [
"music",
"Royalty Free",
"Free Music Archive",
"NeonAI",
"NeonGecko Original",
"OCP",
"Common Play"
],
"credits": [
"NeonGeckoCom",
"NeonDaniel"
],
"skillname": "skill-free_music_archive",
"authorname": "NeonGeckoCom",
"foldername": null
}