forked from OpenVoiceOS/OVOS-skills-store
-
Notifications
You must be signed in to change notification settings - Fork 1
/
skill-viirs.json
38 lines (38 loc) · 1.17 KB
/
skill-viirs.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
{
"skill_id": "ovos-skill-viirs.openvoiceos",
"source": "https://github.com/OVOSHatchery/ovos-skill-viirs",
"package_name": "ovos-skill-viirs",
"extra_plugins": {
"core": [],
"PHAL": [],
"listener": [],
"audio": [],
"media": [],
"gui": []
},
"icon": "https://github.com/OVOSHatchery/ovos-skill-viirs/raw/master/icon.png",
"images": [
"https://github.com/OVOSHatchery/ovos-skill-viirs/raw/master/gui.png",
"https://github.com/OVOSHatchery/ovos-skill-viirs/raw/master/gui1.png",
"https://github.com/OVOSHatchery/ovos-skill-viirs/raw/master/gui2.png",
"https://github.com/OVOSHatchery/ovos-skill-viirs/raw/master/gui3.png"
],
"name": "Visible Infrared Imaging Radiometer Suite",
"description": "Near real time Satellite imagery from NASA's VIIRS",
"examples": [
"show my location from space",
"show me london from space",
"next picture",
"previous picture",
"show my house from space last month",
"increase zoom",
"zoom out",
"set zoom to maximum",
"why so many clouds",
"explain the holes in the equator",
"talk about Visible Infrared Imaging Radiometer Suite"
],
"tags": [
"nasa"
]
}