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
55 additions
and
4 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
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-thoughtaudio.jarbasal", | ||
"source": "https://github.com/JarbasSkills/skill-thoughtaudio", | ||
"package_name": "ovos-skill-thoughtaudio", | ||
"pip_spec": "git+https://github.com/JarbasSkills/skill-thoughtaudio", | ||
"license": "Apache-2.0", | ||
"icon": "https://raw.githubusercontent.com/JarbasSkills/skill-thoughtaudio/master/ui/logo.gif", | ||
"images": [ | ||
"https://raw.githubusercontent.com/JarbasSkills/skill-thoughtaudio/master/gui2.png" | ||
], | ||
"name": "Thought Audio Skill", | ||
"description": "Search ThoughtAudio.com by voice!", | ||
"examples": [ | ||
"read Nietzsche" | ||
], | ||
"tags": ["audiobooks"] | ||
} |
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-trvekvlt.jarbasal", | ||
"source": "https://github.com/JarbasSkills/skill-trve-kvlt", | ||
"package_name": "ovos-skill-trvekvlt", | ||
"pip_spec": "git+https://github.com/JarbasSkills/skill-trve-kvlt", | ||
"license": "Apache-2.0", | ||
"icon": "https://raw.githubusercontent.com/JarbasSkills/skill-trve-kvlt/master/res/trvekvlt_logo.png", | ||
"images": [ | ||
"https://raw.githubusercontent.com/JarbasSkills/skill-trve-kvlt/master/res/gui.gif", | ||
"https://raw.githubusercontent.com/JarbasSkills/skill-trve-kvlt/master/res/gui.png", | ||
"https://raw.githubusercontent.com/JarbasSkills/skill-trve-kvlt/master/res/gui2.png", | ||
"https://raw.githubusercontent.com/JarbasSkills/skill-trve-kvlt/master/res/gui3.png" | ||
], | ||
"name": "Black Metal Music Catalog Skill", | ||
"description": "Extensive library of Black Metal music for OpenVoiceOS", | ||
"examples": [ | ||
"open black metal menu", | ||
"play black metal" | ||
], | ||
"tags": ["music", "black-metal", "video", "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,16 @@ | ||
{ | ||
"skill_id": "ovos-skill-underrated-albums.jarbasal", | ||
"source": "https://github.com/JarbasSkills/skill-underrated-albums", | ||
"package_name": "ovos-skill-underrated-albums", | ||
"pip_spec": "git+https://github.com/JarbasSkills/skill-underrated-albums", | ||
"license": "Apache-2.0", | ||
"icon": "https://raw.githubusercontent.com/JarbasSkills/skill-underrated-albums/master/ui/underratedalbums_icon.jpg", | ||
"images": [], | ||
"name": "Underrated Albums Skill", | ||
"description": "Discover underrated albums and music recommendations.", | ||
"examples": [ | ||
"play underrated albums", | ||
"find underrated music" | ||
], | ||
"tags": ["music", "albums"] | ||
} |