Skip to content

Commit

Permalink
more skills
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Mar 28, 2024
1 parent 78f450c commit 8f203b1
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 1 deletion.
2 changes: 1 addition & 1 deletion skill-peerflix.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"package_name": "ovos-skill-peerflix",
"pip_spec": "git+https://github.com/JarbasSkills/skill-peerflix",
"license": "Apache-2.0",
"icon": "https://raw.githubusercontent.com/JarbasSkills/skill-peerflix/dev/ui/magnet.png",
"icon": "https://raw.githubusercontent.com/JarbasSkills/skill-peerflix/master/ui/magnet.png",
"name": "Peerflix",
"description": "Stream torrents in Mycroft-gui using peerflix!",
"examples": [
Expand Down
23 changes: 23 additions & 0 deletions skill-popcornflix.json
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"
]
}
26 changes: 26 additions & 0 deletions skill-public-domain-cartoons.json
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"
]
}
19 changes: 19 additions & 0 deletions skill-reddit-cartoons.json
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"
]
}

0 comments on commit 8f203b1

Please sign in to comment.