-
Notifications
You must be signed in to change notification settings - Fork 6
/
skill-moviemaster.json
37 lines (37 loc) · 1.13 KB
/
skill-moviemaster.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
{
"skill_id": "skill-moviemaster.builderjer",
"source": "https://github.com/OpenVoiceOS/ovos-skill-moviemaster",
"package_name": "ovos-skill-moviemaster",
"extra_plugins": {
"core": [],
"PHAL": [],
"listener": [],
"audio": [],
"media": [],
"gui": []
},
"icon": "https://github.com/OpenVoiceOS/ovos-skill-moviemaster/raw/main/PrimaryLogo_Green.png",
"images": [],
"name": "Movie Master",
"description": "Find information about movies, actors, and production details. Easily find information about a movie with your voice.",
"examples": [
"What is the movie _______ about?",
"Tell me about the movie _______",
"Who plays in the movie _______?",
"What genres does the flick _______ belong to?",
"Look for information on the movie _______.",
"When was the movie _______ made?",
"Do you have info on the film _______?",
"What are popular movies playing now?",
"What films do you recommend like _______?",
"How long is the movie _______?",
"What are the highest rated movies out?"
],
"tags": [
"TMDB",
"Movies",
"Actors",
"Mark I",
"entertainment"
]
}