forked from OpenVoiceOS/OVOS-skills-store
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathskill-asteroids.json
26 lines (26 loc) · 1012 Bytes
/
skill-asteroids.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
{
"skill_id": "ovos-skill-asteroid-tracker.openvoiceos",
"source": "https://github.com/OVOSHatchery/ovos-skill-asteroid-tracker",
"package_name": "ovos-skill-asteroid-tracker",
"extra_plugins": {
"core": [],
"PHAL": [],
"listener": [],
"audio": [],
"media": [],
"gui": []
},
"icon": "https://cdn-icons-png.flaticon.com/512/3061/3061737.png",
"images": [
"https://raw.githubusercontent.com/OVOSHatchery/ovos-skill-asteroid-tracker/master/gui.png",
"https://raw.githubusercontent.com/OVOSHatchery/ovos-skill-asteroid-tracker/master/gui2.png",
"https://raw.githubusercontent.com/OVOSHatchery/ovos-skill-asteroid-tracker/master/gui3.png",
"https://raw.githubusercontent.com/OVOSHatchery/ovos-skill-asteroid-tracker/master/gui.gif"
],
"name": "Asteroid Tracker",
"description": "Skill for tracking asteroids and their orbits.",
"examples": [
"show asteroid orbits"
],
"tags": ["nasa", "space", "asteroids", "neo", "solar_system", "information"]
}