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
4 changed files
with
69 additions
and
1 deletion.
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
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,23 @@ | ||
{ | ||
"skill_id": "ovos-skill-popcornflix.jarbasai", | ||
"source": "https://github.com/JarbasSkills/skill-popcornflix", | ||
"package_name": "ovos-skill-popcornflix", | ||
"pip_spec": "git+https://github.com/JarbasSkills/skill-popcornflix", | ||
"license": "MIT", | ||
"icon": "https://github.com/JarbasSkills/skill-popcornflix/raw/dev/ui/popcornflix_icon.jpg", | ||
"images": [], | ||
"name": "PopcornFlix Movies", | ||
"description": "Discover and play movies available on PopcornFlix.", | ||
"examples": [ | ||
"open popcornflix", | ||
"play a horror movie on popcornflix", | ||
"play movie on popcornflix" | ||
], | ||
"tags": [ | ||
"entertainment", | ||
"movies", | ||
"video", | ||
"streaming", | ||
"popcornflix" | ||
] | ||
} |
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,26 @@ | ||
{ | ||
"skill_id": "ovos-skill-public-domain-cartoons.jarbasai", | ||
"source": "https://github.com/JarbasSkills/skill-public-domain-cartoons", | ||
"package_name": "ovos-skill-public-domain-cartoons", | ||
"pip_spec": "git+https://github.com/JarbasSkills/skill-public-domain-cartoons", | ||
"license": "MIT", | ||
"icon": "https://github.com/JarbasSkills/skill-public-domain-cartoons/raw/dev/ui/pd-cartoons.png", | ||
"images": [ | ||
"https://github.com/JarbasSkills/skill-public-domain-cartoons/raw/dev/gui.png", | ||
"https://github.com/JarbasSkills/skill-public-domain-cartoons/raw/dev/gui2.png" | ||
], | ||
"name": "Public Domain Cartoons", | ||
"description": "Enjoy a collection of classic public domain cartoons.", | ||
"examples": [ | ||
"open public domain cartoons", | ||
"play old cartoon", | ||
"play public domain movie" | ||
], | ||
"tags": [ | ||
"entertainment", | ||
"cartoons", | ||
"movies", | ||
"video", | ||
"public-domain" | ||
] | ||
} |
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,19 @@ | ||
{ | ||
"skill_id": "ovos-skill-reddit-cartoons.jarbasai", | ||
"source": "https://github.com/JarbasSkills/skill-reddit-cartoons", | ||
"package_name": "ovos-skill-reddit-cartoons", | ||
"pip_spec": "git+https://github.com/JarbasSkills/skill-reddit-cartoons", | ||
"license": "Apache-2.0", | ||
"icon": "https://github.com/JarbasSkills/skill-reddit-cartoons/raw/dev/ui/logo.png", | ||
"name": "r/fullcartoonsonyoutube", | ||
"description": "A skill that plays cartoons from the r/fullcartoonsonyoutube community on Reddit.", | ||
"examples": [ | ||
"open r/fullcartoonsonyoutube", | ||
"play reddit cartoons" | ||
], | ||
"tags": [ | ||
"documentaries", | ||
"educational", | ||
"entertainment" | ||
] | ||
} |