From 049102ccd8da2961f8a88ef4044ae0376399d544 Mon Sep 17 00:00:00 2001 From: miro Date: Thu, 28 Mar 2024 00:30:56 +0000 Subject: [PATCH] more skills --- skill-classic-scifi-horror.json | 20 ++++++++++++++++++++ skill-vintage-comedy.json | 17 +++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 skill-classic-scifi-horror.json create mode 100644 skill-vintage-comedy.json diff --git a/skill-classic-scifi-horror.json b/skill-classic-scifi-horror.json new file mode 100644 index 0000000..077a29c --- /dev/null +++ b/skill-classic-scifi-horror.json @@ -0,0 +1,20 @@ +{ + "skill_id": "ovos-skill-classic-scifi-horror.jarbasai", + "source": "https://github.com/JarbasSkills/skill-classic-scifi-horror", + "package_name": "ovos-skill-classic-scifi-horror", + "pip_spec": "git+https://github.com/JarbasSkills/skill-classic-scifi-horror", + "license": "Apache-2.0", + "icon": "https://raw.githubusercontent.com/JarbasSkills/skill-classic-scifi-horror/master/ui/scifihorror.png", + "images": [ + "https://raw.githubusercontent.com/JarbasSkills/skill-classic-scifi-horror/master/gui.png", + "https://raw.githubusercontent.com/JarbasSkills/skill-classic-scifi-horror/master/gui2.png" + ], + "name": "Classic Sci Fi Horror Collection", + "description": "Dive into a collection of science fiction and horror films featuring monsters, aliens, time travel, and more.", + "examples": [ + "open classic scifi horror menu", + "play classic scifi movie", + "play public domain movie" + ], + "tags": ["feature-films", "movies", "video", "public-domain", "entertainment"] +} diff --git a/skill-vintage-comedy.json b/skill-vintage-comedy.json new file mode 100644 index 0000000..51fe2bc --- /dev/null +++ b/skill-vintage-comedy.json @@ -0,0 +1,17 @@ +{ + "skill_id": "ovos-skill-vintage-comedy.jarbasai", + "source": "https://github.com/JarbasSkills/skill-comedy-films", + "package_name": "ovos-skill-vintage-comedy", + "pip_spec": "git+https://github.com/JarbasSkills/skill-comedy-films", + "license": "Apache-2.0", + "icon": "https://raw.githubusercontent.com/JarbasSkills/skill-comedy-films/master/ui/comedyfilms_icon.gif", + "images": [], + "name": "Vintage Comedy Films", + "description": "Enjoy a collection of silent and black-and-white comedy films from the golden era of cinema.", + "examples": [ + "play The Fatal Glass of Beer", + "find silent comedy films", + "show me black and white comedy movies" + ], + "tags": ["comedy", "films", "silent movie", "black and white", "entertainment"] +}