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
42 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,19 @@ | ||
{ | ||
"skill_id": "ovos-skill-audio-anarchy.jarbasai", | ||
"source": "https://github.com/JarbasSkills/skill-audio-anarchy", | ||
"package_name": "ovos-skill-audio-anarchy", | ||
"pip_spec": "git+https://github.com/JarbasSkills/skill-audio-anarchy", | ||
"license": "Apache-2.0", | ||
"icon": "https://www.audioanarchy.org/ahead6.gif", | ||
"images": [ | ||
"https://raw.githubusercontent.com/JarbasSkills/skill-audio-anarchy/dev/gui.png", | ||
"https://raw.githubusercontent.com/JarbasSkills/skill-audio-anarchy/dev/gui2.png" | ||
], | ||
"name": "Audio Anarchy", | ||
"description": "Stream and enjoy audiobooks from AudioAnarchy.", | ||
"examples": [ | ||
"play an audiobook from AudioAnarchy", | ||
"find anarchist literature" | ||
], | ||
"tags": ["audiobooks", "literature", "anarchy"] | ||
} |
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-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/res/ccc_logo.png", | ||
"images": [ | ||
"https://raw.githubusercontent.com/JarbasSkills/skill-ccc/gui4.png", | ||
"https://raw.githubusercontent.com/JarbasSkills/skill-ccc/gui2.png", | ||
"https://raw.githubusercontent.com/JarbasSkills/skill-ccc/gui.png", | ||
"https://raw.githubusercontent.com/JarbasSkills/skill-ccc/gui3.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"] | ||
} |