forked from OpenVoiceOS/OVOS-skills-store
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathskill-helioviewer.json
41 lines (41 loc) · 1.49 KB
/
skill-helioviewer.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
{
"skill_id": "ovos-skill-helioviewer.openvoiceos",
"source": "https://github.com/OVOSHatchery/ovos-skill-helioviewer",
"package_name": "ovos-skill-helioviewer",
"extra_plugins": {
"core": [],
"PHAL": [],
"listener": [],
"audio": [],
"media": [],
"gui": []
},
"icon": "https://raw.githubusercontent.com/OVOSHatchery/ovos-skill-helioviewer/master/icon.png",
"images": [
"https://raw.githubusercontent.com/OVOSHatchery/ovos-skill-helioviewer/master/gui.gif",
"https://raw.githubusercontent.com/OVOSHatchery/ovos-skill-helioviewer/master/gui7.png",
"https://raw.githubusercontent.com/OVOSHatchery/ovos-skill-helioviewer/master/gui.png",
"https://raw.githubusercontent.com/OVOSHatchery/ovos-skill-helioviewer/master/gui2.png",
"https://raw.githubusercontent.com/OVOSHatchery/ovos-skill-helioviewer/master/gui3.png",
"https://raw.githubusercontent.com/OVOSHatchery/ovos-skill-helioviewer/master/gui4.png",
"https://raw.githubusercontent.com/OVOSHatchery/ovos-skill-helioviewer/master/gui6.png"
],
"name": "Helioviewer Skill",
"description": "Access daily sunspot data and pictures from NASA's Solar and Heliospheric Observatory.",
"examples": [
"Live picture of the sun",
"What's the number of sunspots?",
"How many sunspots yesterday?",
"Show me a picture of the solar corona",
"Animate that",
"Next picture",
"Previous picture",
"Open Helioviewer"
],
"tags": [
"nasa",
"space",
"sun",
"helioviewer"
]
}