forked from OpenVoiceOS/OVOS-skills-store
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathskill-daily-blue-marble.json
30 lines (30 loc) · 1.2 KB
/
skill-daily-blue-marble.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
{
"skill_id": "ovos-skill-daily-blue-marble.openvoiceos",
"source": "https://github.com/OVOSHatchery/ovos-skill-daily-blue-marble",
"package_name": "ovos-skill-daily-blue-marble",
"extra_plugins": {
"core": [],
"PHAL": [],
"listener": [],
"audio": [],
"media": [],
"gui": []
},
"icon": "https://raw.githubusercontent.com/OVOSHatchery/ovos-skill-daily-blue-marble/master/icon.png",
"images": [
"https://raw.githubusercontent.com/OVOSHatchery/ovos-skill-daily-blue-marble/master/gui.gif",
"https://raw.githubusercontent.com/OVOSHatchery/ovos-skill-daily-blue-marble/master/ui.png",
"https://raw.githubusercontent.com/OVOSHatchery/ovos-skill-daily-blue-marble/master/website.png"],
"name": "Daily Blue Marble",
"description": "Earth Polychromatic Imaging Camera provides near real-time pictures of earth from orbit. Can be used as homescreen.",
"examples": [
"show me earth from space",
"Daily Blue Marble",
"Blue Marble of the Day",
"Animate that",
"tell me about Earth Polychromatic Imaging Camera",
"open the epic website from nasa",
"what is the location of DSCOVR spacecraft"
],
"tags": ["nasa", "idle screen"]
}