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
3 changed files
with
51 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,15 @@ | ||
{ | ||
"skill_id": "ovos-skill-filmsandclips.jarbasai", | ||
"source": "https://github.com/JarbasSkills/skill-filmsandclips", | ||
"package_name": "ovos-skill-filmsandclips", | ||
"license": "Apache-2.0", | ||
"icon": "https://raw.githubusercontent.com/JarbasSkills/skill-filmsandclips/dev/ui/filmsandclips_icon.jpg", | ||
"images": [], | ||
"name": "FilmsAndClips", | ||
"description": "A skill to search and play movies and documentaries from FilmAndClips.", | ||
"examples": [ | ||
"play a movie by Piero Pierotti", | ||
"find George Hilton movies" | ||
], | ||
"tags": ["movies", "films", "documentaries"] | ||
} |
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,21 @@ | ||
{ | ||
"skill_id": "ovos-skill-golden-audiobooks.jarbasai", | ||
"source": "https://github.com/JarbasSkills/skill-golden-audiobooks", | ||
"package_name": "ovos-skill-golden-audiobooks", | ||
"pip_spec": "git+https://github.com/JarbasSkills/skill-golden-audiobooks", | ||
"license": "Apache-2.0", | ||
"icon": "https://raw.githubusercontent.com/JarbasSkills/skill-golden-audiobooks/dev/ui/logo.png", | ||
"images": [ | ||
"https://raw.githubusercontent.com/JarbasSkills/skill-golden-audiobooks/dev/gui.png", | ||
"https://raw.githubusercontent.com/JarbasSkills/skill-golden-audiobooks/dev/gui2.png" | ||
], | ||
"name": "Golden Audio Books Skill", | ||
"description": "Search and enjoy audiobooks from Golden AudioBooks.", | ||
"examples": [ | ||
"read jurassic park" | ||
], | ||
"tags": [ | ||
"audiobooks", | ||
"common play" | ||
] | ||
} |
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,15 @@ | ||
{ | ||
"skill_id": "ovos-skill-horror-central.jarbasai", | ||
"source": "https://github.com/JarbasSkills/skill-horror-central", | ||
"package_name": "ovos-skill-horror-central", | ||
"pip_spec": "git+https://github.com/JarbasSkills/skill-horror-central", | ||
"license": "Apache-2.0", | ||
"icon": "https://raw.githubusercontent.com/JarbasSkills/skill-horror-central/dev/ui/horrorcentral_icon.jpg", | ||
"name": "Horror Central", | ||
"description": "Stream horror movies from Horror Central.", | ||
"examples": [ | ||
"play BIGFOOT VS ZOMBIES", | ||
"search for a horror movie" | ||
], | ||
"tags": ["movies", "horror", "streaming"] | ||
} |