forked from OVOSHatchery/OVOS-Hatchery-skills
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"skill_id": "ovos-skill-classic-scifi-horror.jarbasai", | ||
"source": "https://github.com/JarbasSkills/skill-classic-scifi-horror", | ||
"package_name": "ovos-skill-classic-scifi-horror", | ||
"pip_spec": "git+https://github.com/JarbasSkills/skill-classic-scifi-horror", | ||
"license": "Apache-2.0", | ||
"icon": "https://raw.githubusercontent.com/JarbasSkills/skill-classic-scifi-horror/master/ui/scifihorror.png", | ||
"images": [ | ||
"https://raw.githubusercontent.com/JarbasSkills/skill-classic-scifi-horror/master/gui.png", | ||
"https://raw.githubusercontent.com/JarbasSkills/skill-classic-scifi-horror/master/gui2.png" | ||
], | ||
"name": "Classic Sci Fi Horror Collection", | ||
"description": "Dive into a collection of science fiction and horror films featuring monsters, aliens, time travel, and more.", | ||
"examples": [ | ||
"open classic scifi horror menu", | ||
"play classic scifi movie", | ||
"play public domain movie" | ||
], | ||
"tags": ["feature-films", "movies", "video", "public-domain", "entertainment"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"skill_id": "ovos-skill-vintage-comedy.jarbasai", | ||
"source": "https://github.com/JarbasSkills/skill-comedy-films", | ||
"package_name": "ovos-skill-vintage-comedy", | ||
"pip_spec": "git+https://github.com/JarbasSkills/skill-comedy-films", | ||
"license": "Apache-2.0", | ||
"icon": "https://raw.githubusercontent.com/JarbasSkills/skill-comedy-films/master/ui/comedyfilms_icon.gif", | ||
"images": [], | ||
"name": "Vintage Comedy Films", | ||
"description": "Enjoy a collection of silent and black-and-white comedy films from the golden era of cinema.", | ||
"examples": [ | ||
"play The Fatal Glass of Beer", | ||
"find silent comedy films", | ||
"show me black and white comedy movies" | ||
], | ||
"tags": ["comedy", "films", "silent movie", "black and white", "entertainment"] | ||
} |