forked from OVOSHatchery/OVOS-Hatchery-skills
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathskill-youtube.json
33 lines (33 loc) · 973 Bytes
/
skill-youtube.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
{
"skill_id": "skill-ovos-youtube.openvoiceos",
"source": "https://github.com/OpenVoiceOS/skill-ovos-youtube",
"package_name": "ovos-skill-youtube",
"extra_plugins": {
"core": [],
"PHAL": [],
"listener": [],
"audio": ["ovos-ocp-youtube-plugin"],
"media": ["ovos-ocp-youtube-plugin"],
"gui": []
},
"icon": "https://raw.githubusercontent.com/OpenVoiceOS/skill-ovos-youtube/dev/ui/ytube.jpg",
"name": "Simple Youtube Skill",
"description": "Youtube videos. Search youtube by voice!",
"examples": [
"play rob zombie",
"play programming music mix",
"search youtube for {artist/album/genre/track}",
"play {album} album",
"play {track} by {artist}"
],
"tags": [
"video",
"youtube",
"common play",
"music"
],
"images": [
"https://raw.githubusercontent.com/OpenVoiceOS/skill-ovos-youtube/dev/gui.png",
"https://raw.githubusercontent.com/OpenVoiceOS/skill-ovos-youtube/dev/gui2.png"
]
}