-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathskill-wiki.json
34 lines (34 loc) · 993 Bytes
/
skill-wiki.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
{
"skill_id": "skill-ovos-wikipedia.openvoiceos",
"source": "https://github.com/OpenVoiceOS/skill-ovos-wikipedia",
"package_name": "ovos-skill-ovos-wikipedia",
"extra_plugins": {
"core": [],
"PHAL": [],
"listener": [],
"audio": [],
"media": [],
"gui": []
},
"icon": "https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/brands/wikipedia-w.svg",
"images": ["https://raw.githubusercontent.com/OpenVoiceOS/skill-ovos-wikipedia/dev/gui.gif"],
"name": "Wikipedia",
"description": "Query Wikipedia for answers to all your questions. Get just a summary, or ask for more to get in-depth information.",
"examples": [
"Tell me about Elon Musk",
"Tell me about beans",
"Check Wikipedia for beans",
"Tell me about the Pembroke Welsh Corgi",
"Search for chocolate",
"More information",
"Tell me More"
],
"tags": [
"wikipedia",
"encyclopedia",
"general-knowledge",
"wiki",
"question",
"query"
]
}