forked from OpenVoiceOS/OVOS-skills-store
-
Notifications
You must be signed in to change notification settings - Fork 1
/
skill-xkcd.json
36 lines (36 loc) · 1.05 KB
/
skill-xkcd.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
{
"skill_id": "skill-ovos-xkcd.openvoiceos",
"source": "https://github.com/OVOSHatchery/ovos-skill-xkcd",
"package_name": "ovos-skill-xkcd",
"extra_plugins": {
"core": [],
"PHAL": [],
"listener": [],
"audio": [],
"media": [],
"gui": []
},
"icon": "https://github.com/OVOSHatchery/ovos-skill-xkcd/raw/master/icon.png",
"images": [
"https://github.com/OVOSHatchery/ovos-skill-xkcd/raw/master/logo.png",
"https://github.com/OVOSHatchery/ovos-skill-xkcd/raw/master/screenie.png",
"https://github.com/OVOSHatchery/ovos-skill-xkcd/raw/master/screenie2.png",
"https://github.com/OVOSHatchery/ovos-skill-xkcd/raw/master/screenie3.png",
"https://github.com/OVOSHatchery/ovos-skill-xkcd/raw/master/website.png"
],
"name": "XKCD Comics",
"description": "Comics from xkcd.",
"examples": [
"open the xkcd website",
"show me the latest xkcd comic",
"random xkcd",
"display comic number 2020",
"how many xkcd comics"
],
"tags": [
"comics",
"idle screen",
"mark2",
"bigscreen"
]
}