forked from OVOSHatchery/OVOS-Hatchery-skills
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathskill-ccc.json
23 lines (23 loc) · 1.01 KB
/
skill-ccc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"skill_id": "ovos-skill-cult-cinema-classics.jarbasai",
"source": "https://github.com/JarbasSkills/skill-ccc",
"package_name": "ovos-skill-cult-cinema-classics",
"pip_spec": "git+https://github.com/JarbasSkills/skill-ccc",
"license": "Apache-2.0",
"icon": "https://raw.githubusercontent.com/JarbasSkills/skill-ccc/dev/res/icon/ccc_icon.png",
"images": [
"https://raw.githubusercontent.com/JarbasSkills/skill-ccc/dev/gui3.png",
"https://raw.githubusercontent.com/JarbasSkills/skill-ccc/dev/gui2.png",
"https://raw.githubusercontent.com/JarbasSkills/skill-ccc/dev/gui.png",
"https://raw.githubusercontent.com/JarbasSkills/skill-ccc/dev/gui4.png"
],
"name": "Cult Cinema Classics",
"description": "Enjoy cult movie classics on OpenVoiceOS.",
"examples": [
"open cult movie classics menu",
"play zontar the thing from venus movie",
"play cult movie classics",
"play invasion of the saucer men"
],
"tags": ["movies", "public domain", "classic movies", "video", "entertainment"]
}